Getting Problem with CPA movie Landing Page

xxx69

Regular Member
Joined
Mar 14, 2020
Messages
242
Reaction score
94
Hello Guys, I hope you all are doing well.

I am using a php script for CPA Movie Landing Page. But getting this error after uploading all files on public_html. I don't know why
I am using siteground hosting.
Can someone tell me about this error??

Thanks


imaged.jpg
 
i guess the version of PHP doesn't match the script check documentations for the suitable version of PHP and apply it from your Cpanel PHP selector
 
it's only php warnings. You can ignore.
Just add this to the beginning of your index.php file


<?php
error_reporting(0);
?>
 
it's only php warnings. You can ignore.
Just add this to the beginning of your index.php file


<?php
error_reporting(0);
?>
This error also affecting website structure. You can clearly see it in the image.
I tried adding this but there no changes.
 
i guess the version of PHP doesn't match the script check documentations for the suitable version of PHP and apply it from your Cpanel PHP selector
Can you check what version of php is suitable for this script??
Or any way i can check by myself

Thanks
 
it's only php warnings. You can ignore.
Just add this to the beginning of your index.php file


<?php
error_reporting(0);
?>
Thanks dear,
I think that error was because of cache. It is working fine now.

Thanks a lot
 
  • Like
Reactions: uso
can you share the landing page with me, please?

Thank you in advance
 
Back
Top