MyBB Community Forums

Full Version: Unable to access the ACP due to plugin error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I wanted to install a point shop on my forum, so I downloaded the NewPoints shop plugin (http://forums.mybb-plugins.com/Thread-Re...ight=store) successfully onto my computer. I then uploaded my zipped "upload" folder from the plugin file into the "plugin" folder in my FTP. That done, I used my plugin uploader on my ACP to upload the .php file called "newpoints_shop".

It managed to upload it, but when I pressed the "install/activate" button the ACP crashed and this came up:

[Image: forum_10.jpg]

(URL: http://luxspelunca.phpzilla.net/admin/index.php)

Reloading the page, using the back arrow, or re-logging in didn't help. It just came up everytime I tried getting into the ACP.

So I went to my FTP (since it was the only thing I could reach, with the ACP down) and deleted all things related to the New Points shop. Nothing changed, so I also deleted the NewPoints folder in itself. Now trying to get into the ACP brings this up instead:

[Image: forum_11.jpg]


(Same URL as before)

All in all, I have absolutely no way of reaching my ACP at the moment, which is really inconvenient as I was intending on transferring my members to this forum within the next day or two. There's still a lot of things that I want to get done, but if I can't get to my ACP then I can't.

Please help! Sad If you need further info, please tell me and I'll gladly give it.

I would really appreciated any assistance. Thanks! Smile


(P.S. If the images aren't coming up, please tell me and I'll attach them as files. Big Grin)
You could disable all plugins and try logging into the Admin CP then. Open your inc/init.php file and after this;

<?php

on the line after add this;

define('NO_PLUGINS', true); 

Then if that works after uninstalling that plugin, then you can remove that line from the php file.
Thanks! It got me to the admin panel, (which is a relief) however I can't knock off that plugin, cause this is what the plugin page looks like:

http://i37.servimg.com/u/f37/17/47/65/33/image10.png

Should I just delete the mentioned files that are causing problems?

Alright, I deleted the newpoints php file on the FTP, and it's working now. Thank you again for all your help! Big Grin
Cool, glad you got it working Smile