Support Forum

WordPress admin dashboard pages not displaying after installing Simple Press plug ins

JT James Thwaite
James Thwaite
Member

Greetings everyone.  I just installed simple press and configured it and all was going well.  Then I chose the plugins my users most wanted to see and started installing them.  I’ve been able to get 2 or 3 to work but the majority of them, once activated, cause the other pages in my wordpress dashboard to display as blank pages.

Thoughts?

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

probably a long standing wp issue where it cannot remove uploaded zip archives due to server permissions and ends up causing incorrect directory names…

check the wp-content/sp-resources/forum-plgins directory and make sure all the names of the sp plugins you uploaded are correct… they should NOT have any numbers at the end… ie  private-messaging vs private-messaing1…

JT James Thwaite
James Thwaite
Member

There were no folders with numbers appended.  It turned out to be a memory issue.  I had my host set the memory allocation in the php.ini file to 64M (the max allowed on the host without switching to a dedicated server) and it has resolved the issue.

MP Mr Papa
Mr Papa
Member

ah, usually 2nd or 3rd thing to try…  error log usually points you in the right direction… good find!  thanks for the update…