- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My recommendation is tu simple disbale the compiler. Don't use it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After Compilation Blog doesn't work
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.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After Compilation Blog doesn't work
Thank you!
I checked all logs, no errors. Probably because when I Run compilation I get success msg.
Any other solution, idea?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After Compilation Blog doesn't work
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After Compilation Blog doesn't work
How I clean compiler?
If I disable and clear cache, run compilation, the error still appears.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After Compilation Blog doesn't work
I've hardly ever had to run compilation on Magento 1.x...
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After Compilation Blog doesn't work
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After Compilation Blog doesn't work
Thank you, @Damian Culotta but Blog module still crashes.
I have also flush caches, no success.
And other idea/suggestion?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After Compilation Blog doesn't work
@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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content