Powers Store 4.5.3 - still problems accessing admin
Hi Jason
Thanks for your help with this. However, I'm still having problems.
Being new to php code, I don't fully understand your instructions (below). How do I save a jpeg file as a php file?
I've tried copying your installed.php code into a new blank php page & saving it as installed.php, uploaded to server then amended the theme_open.php file line 63 as instructed, but this doesn't work.
I've uploaded Power Messenger & Power CMS this week with no issues, but if you can help me in more detail with this issue it would be greatly appreciated.
Many thanks
Paul
here is a copy of the webassist/themes/Default/images/installed.jpg file saved as a php file.copy the installed.php file to the webassist/themes/Default/images/ folder on your server.
then update the webassist/themes/theme_open.php file
change line 63:
require_once("../../webassist/themes/Default/images/installed.jpg");to:
require_once("../../webassist/themes/Default/images/installed.php");


