i am really struggling here. i upgraded from 1.3xx to 1.4.1 and have not been able to make it work properly since. obviously the problem lies within that toolbar.phtml. if i have a category set to “anchor” the category returns an error processing request.
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 658184173455
since i have tried to implement the above line 51/ line 44 correction <?php /* if($this->getLastPageNum()>1): */ if($this->getLastPageNum()>1 && is_array($this->getPages())): ?>
it is returning this result: Parse error: syntax error, unexpected $end in /home2/avintelc/public_html/app/design/frontend/default/avintel-modern/template/catalog/product/list/toolbar.phtml on line 89
the original line 44 had this on it: <?php endif; ?>
I am using a modified version of the Modern Theme. I have not modified any core code. I don’t know if I am implementing the code from above properly.
fix but it removes page numbers and looking further into it $this->getPages() turns out not to be an array so it’s not entering the if statement. How do we get $this->getPages() populated so the data is there. I noticed $this->getLastPageNum() does actually contain data so why aren’t the others.
ectx i tried your fix but didn’t get anywhere so i had a look at the pager file and can see it’s got the same code in it.
I had the same problem after installing some extensions. i could get into the backend and got an error: There has been an error processing your request.
I removed the Zend/Cache folder as suggested, and I could get back into the admin panel, but now the only the menu items are dashboard en system. All the other ones are gone!
I had a working Magento 1.3 installation, but when I installed the iDEAL payment module via Magento Connect I couldnt do anything in the backend. I noticed the version number was 1.4 now, so I guess the iDEAL installation upgraded Magento as well, but only partially.
With some help from you guys I upgraded the rest of my installation to 1.4 and I did the trick with the cache directories. I thought my problem was solved, but yesterday I found out I can’t get into the shopping cart. Ik get this error:
There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 333882150
I can add items to the cart and I can order the as well. The problem only occurs when I try to go to this page:
Hey Guys, I just searched for about an hour on this issue and realized that I had PHP safe_mode activated on my server. If I would have just looked at the error logs…
If any of you are about to pull your hair out, try deactivating PHP safe_mode