I installed a fresh opencart 2.0.3.1 and did a test migration using cart2cart.
Everything went fine.
I was waiting on confirmation from customer a couple of weeks to do the full migration but when I went back to the site I have these errors:
Front End:
Warning: fopen(/home/xxxxx/xxxxx/system/logs/): failed to open stream: Is a directory in /home/xxxxx/xxxxx/system/library/log.php on line 6
Admin After Login:
Warning: fopen(/home/xxxxx/xxxxx/system/logs/): failed to open stream: Is a directory in /home/xxxxx/xxxxx/system/library/log.php on line 6
Fatal error: Call to a member function get() on a non-object in /home/xxxxx/xxxxx/admin/index.php on line 83
I have followed various threads about permissions and set them all to 777 but still no change.
Both these errors come up with blank pages underneath so I am completely locked out of the site.
I have no idea where to look now.
Any ideas?
disable vqmod, by renaming your xml folder in vqmod/xml to xml-temp or something similar.
sombody reported this error with their installation and it turned out to be a problem with Vqmod so worth trying the above.
Paul
Freelance Opencart 1.5.x and 2.x Developer - Available For Hire
Latest Opencart 2 Project --> http://www.falcon-rangecookers.co.uk
that's a rather bad way to solve ANY Problem.
Code: Select all
index.php line 83:
if ($config->get('config_error_log')) {
Does this Section contain the error.log /ocmod.log / index.html files ?
This here is also related:
Code: Select all
log.php line 5-7:
public function __construct($filename) {
$this->handle = fopen(DIR_LOGS . $filename, 'a');
}
you have solved this first one.
Good Luck
Ernie
Please do NOT send me Personal Mails, they will no longer be replied to.
---
My Github OC Site: https://github.com/IP-CAM
2'800+ FREE OC Extensions on the World's largest Github OC Repository Archive Site.
Permissions all set to 775 again.
The error.log was missing but I replaced with a backup.
All the other files are there and the ocmod.log is being written to so the permissions must be ok.
Tried disabling vqmod but that didnt help.
All the same errors are showing.
?
at least, if it worked before, so, it now probably take's a Pro...
Good Luck!
Ernie
Please do NOT send me Personal Mails, they will no longer be replied to.
---
My Github OC Site: https://github.com/IP-CAM
2'800+ FREE OC Extensions on the World's largest Github OC Repository Archive Site.
Paul
Freelance Opencart 1.5.x and 2.x Developer - Available For Hire
Latest Opencart 2 Project --> http://www.falcon-rangecookers.co.uk
Users browsing this forum: No registered users and 32 guests