Page 1 of 1

Cannot add or check Event plugins

Posted: Sat May 05, 2007 5:34 pm
by Lynoure
I just upgraded to 1.1.2 and the upgrade was easy and fun. However, now when I try to 'Check for new event plugins', I get no results, just an empty page with partial left side menu. Same happens when I click on 'Click here to install a new event plugin'.

What can I do to get this working?

Posted: Sat May 05, 2007 7:29 pm
by judebert
I haven't heard of this one before. Can you provide a screen shot?

First step is to check the error logs. (Not the access logs; the PHP and Apache error logs.) Their location varies by provider, so you'll need to ask your hosting service how to access them.

Second step is to check out the source. Maybe it'll give you a hint as to where the error stopped the processing.

Posted: Sat May 05, 2007 9:38 pm
by Lynoure
Ah, now that I activated logging into file, it seems this just went over php memory limit of 8M by a tad (40 and 12bytes).

Posted: Mon May 07, 2007 8:10 pm
by judebert
DOH! So close. Just pump it up in your hoster's control panel or php.ini.

Posted: Wed May 09, 2007 5:57 am
by Lynoure
I did up the memory limit right after noticing the cause. Not having a hosted solution, luckily, though it is just a VPS.

Thanks for the help.