I uploaded a index.php file and when I try to access site/sitecake.php I am getting this error
currently unable to handle this request but it is working perfectly fine if it is index.html
I uploaded a index.php file and when I try to access site/sitecake.php I am getting this error
currently unable to handle this request but it is working perfectly fine if it is index.html
Is there maybe an error in php file? What can you see in sitecake/logs/sitecake.log
there is nothing called as sitecake.log. I checked the whole sitecake folder
I am using version 2.3.6
when I am accessing the index.php file directly in the browser it is loading fine. But when I access /sitecake.php in the browser it is showing error.
http://xyz.com/pops/3/index.php - working fine
http://xyz.com/pops/3/sitecake.php - not working
Sorry, the page you are looking for is currently unavailable.
Please try again later.
If you are the system administrator of this resource then you should check the error log for details.
Faithfully yours, nginx.
Hi, this is due page you are including inside index.php. Page is ecoded with ionCude, and Sitecake needs plain PHP to evaluate
Is there any possibility to exclude the ioncube code by sitecake? Any changes that I can do in sitecake to completely exclude this ioncube code?
Simply don’t require file that is encoded inside your index.php. Or require it but decoded.