MyBB Community Forums

Full Version: Plug In Deactivate Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I hope this is the apprioate forum.

I get this error when I try to deactivate my plugin.

Warning: fopen(/home/USERNAME/public_html/forums//ADMINFOLER/index.php) [function.fopen]: failed to open stream: Permission denied in /home/USERNAME/public_html/forums/inc/plugins/easyb.php on line 172


What is wrong?

I have this:
Version: 1.2.7
Line 172: $fw = fopen(MYBB_ROOT."/".$config['admin_dir'].'/index.php', "w") or cperror('Could not open file!'); //OPEN FILE AGAIN
What is the mod that you want to deactive ?
You have to chmod that file (adminfoler/index.php) to 777 ... reading the README can be helpfull.
LeX- Wrote:You have to chmod that file (adminfoler/index.php) to 777 ... reading the README can be helpfull.
Yeah. Thanks I didnt see that. Thanks LeX- Smile