Hi
After I “Run Compilation Process” in our Magento (Magento ver. 1.9.2.1) shop I get success message “The compilation has completed.” and everything looks OK, only Blog doesn't work (blank page) - single posts works OK.
Any idea where the problem is and how to resolve it?
Thank you,
Maja
Solved! Go to Solution.
My recommendation is tu simple disbale the compiler. Don't use it.
Hi @mojster,
To be sure which problem is you need to check your webserver error logs and the Magento exception.log and system.log files.
You'll find, probably, an error message with the specific problem.
Also, maybe you can choose to disable Magento compiler. Isn't a great feature and nowadays you have another options to improve performance that works better than that.
Thank you!
I checked all logs, no errors. Probably because when I Run compilation I get success msg.
Any other solution, idea?
How I clean compiler?
If I disable and clear cache, run compilation, the error still appears.
I've hardly ever had to run compilation on Magento 1.x...
I think the easier way is using Magento shell.
Go to the shell directory and then run:
php compiler.php state
Now you'll see the current status of or compiler. If is enabled and/or compiled, please, execute this commands:
php compiler.php disable php compiler.php clear
Now is disabled and you've clreared all the generated files.
Can you try it and check if the blog module is failing again?
Thank you, @Damian Culotta but Blog module still crashes.
I have also flush caches, no success.
And other idea/suggestion?
@Damian Culotta, @Francis Kim I find the problem. If I delete or delete the content of file includes/stat/blog.csv everything works fine. But I am not sure what this file is?
Is it OK to just delete it? What is this?