cancel
Showing results for 
Search instead for 
Did you mean: 

After Compilation Blog doesn't work

SOLVED

After Compilation Blog doesn't work

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: After Compilation Blog doesn't work

@mojster,

 

My recommendation is tu simple disbale the compiler. Don't use it.

View solution in original post

9 REPLIES 9

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.

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?

 

Re: After Compilation Blog doesn't work

@mojster,

 

What if you disbale and clean compiler? Is the error still happening?

Re: After Compilation Blog doesn't work

How I clean compiler?

If I disable and clear cache, run compilation, the error still appears.

Re: After Compilation Blog doesn't work

I've hardly ever had to run compilation on Magento 1.x...

---
I'm a Magento Developer living in Melbourne, Australia with 4 x Magento certifications Smiley Happy

Re: After Compilation Blog doesn't work

@mojster,

 

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?

 

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?

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?

Re: After Compilation Blog doesn't work

@mojster,

 

My recommendation is tu simple disbale the compiler. Don't use it.