Hi all,
after a year of developing on a remote test server, I decided to move the test local and leave the live installation alone on the remote server.
I moved all my pages locally in MAMP, database as well, created local environment and modified the few pages I needed to work with the local host and path.
I extensively use VQMOD with almost 100 .xml files, they all work but today I got a problem: one .xml was not working as I changed the original page and it was unable anymore to find the string, but I did not get any log in my vqmod/logs folder (it works on remote server). I already assigned to my local system user all the Opencart (1.5.3.1) installation, plus chmod 777 the logs folder (I'm on OSX).
No errors in apache or php error log, no error in Opencart error.txt log, but VQMod does not write its own log. I also tried modifying the xml taking out the * from the path on the file (I have more than one theme), but again nothing...XML does not work but VQMod does not generate/create any log file.
What else can I do to understand what's happening? As I said VQMod works normally otherwise, it creates its cache files...for some reason does not log..
after a year of developing on a remote test server, I decided to move the test local and leave the live installation alone on the remote server.
I moved all my pages locally in MAMP, database as well, created local environment and modified the few pages I needed to work with the local host and path.
I extensively use VQMOD with almost 100 .xml files, they all work but today I got a problem: one .xml was not working as I changed the original page and it was unable anymore to find the string, but I did not get any log in my vqmod/logs folder (it works on remote server). I already assigned to my local system user all the Opencart (1.5.3.1) installation, plus chmod 777 the logs folder (I'm on OSX).
No errors in apache or php error log, no error in Opencart error.txt log, but VQMod does not write its own log. I also tried modifying the xml taking out the * from the path on the file (I have more than one theme), but again nothing...XML does not work but VQMod does not generate/create any log file.
What else can I do to understand what's happening? As I said VQMod works normally otherwise, it creates its cache files...for some reason does not log..
Hi,
forgot to say that part of the moving to local server was cleaning the mods.cache and all the cache files (don't have any checked.cache?).
How do I check if there's any default logging behaviour than usual one? On this .xml in particular there's no error logging policy specified, so it should default to log, but it doesn't, even when I took out the * from the file path..
forgot to say that part of the moving to local server was cleaning the mods.cache and all the cache files (don't have any checked.cache?).
How do I check if there's any default logging behaviour than usual one? On this .xml in particular there's no error logging policy specified, so it should default to log, but it doesn't, even when I took out the * from the file path..
1) Make sure you're using the latest version of vQmod.
2) Delete mods.cache, checked.cache, and /vqmod/vqcache/vq* files and ensure they're all being regenerated.
3) Check vQmod has been installed in index.php and /admin/index.php.
4) Check the /vqmod/logs/ directory exists (notice it's "logs" plural).
5) Check that PHP has write permissions to the logs directory.
6) Delete all existing logs so you're looking at newly generated errors.
7) Create a vQmod script which purposely errors out and run it. Check the logs.
8) Check that vqprotect.txt and pathReplaces.php are not messing anything up.
9) Ensure you're on the test server and not the live one.
10) Check vQmod scripts are not suppressing errors with error="skip"
11) Disable all vQmod scripts except the problem one then run vqmod.php through a debugger.
2) Delete mods.cache, checked.cache, and /vqmod/vqcache/vq* files and ensure they're all being regenerated.
3) Check vQmod has been installed in index.php and /admin/index.php.
4) Check the /vqmod/logs/ directory exists (notice it's "logs" plural).
5) Check that PHP has write permissions to the logs directory.
6) Delete all existing logs so you're looking at newly generated errors.
7) Create a vQmod script which purposely errors out and run it. Check the logs.
8) Check that vqprotect.txt and pathReplaces.php are not messing anything up.
9) Ensure you're on the test server and not the live one.
10) Check vQmod scripts are not suppressing errors with error="skip"
11) Disable all vQmod scripts except the problem one then run vqmod.php through a debugger.
-Ryan
I have a similar, but slightly different problem (which is why I'm jumping on this thread).
My log files are generating, but they aren't displaying in the VQMod Manager interface.
Where do I look to find out what's suppressing them?
I'm not familiar enough with the error reporting aspect of OC.
Thx
My log files are generating, but they aren't displaying in the VQMod Manager interface.
Where do I look to find out what's suppressing them?
I'm not familiar enough with the error reporting aspect of OC.
Thx
Who is online
Users browsing this forum: No registered users and 5 guests