Author Topic: ACP plugin problem  (Read 6938 times)

0 Members and 1 Guest are viewing this topic.

Offline budduke

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • http://www.budduke.com
ACP plugin problem
« on: September 01, 2008, 05:53:17 PM »
I just noticed that I can not longer run anything that is in the plugin list of the ACP.
everything else in the panel works just fine, just the plugins are not working.

I have the clear cache, batch zip import, and the Ban.
all of them show a blank page when I click on them.
I even tried the entire path to thier files and same thing, blank.

any ideas to try?
Buddy Duke
www.budduke.com

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: ACP plugin problem
« Reply #1 on: September 01, 2008, 06:18:33 PM »
Hi,

have you any changed in:
lang/your_language/admin.php  ??
between working and not working

- all lang codes start with:
Code: [Select]
$lang['- no space after the last code:
Code: [Select]
?>

Kurt

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: ACP plugin problem
« Reply #2 on: September 01, 2008, 06:26:45 PM »
what if you replace in plugins line
$root_path = (!eregi("\/plugins\/"$_SERVER['PHP_SELF'])) ? "./../" "./../../";

with
$root_path "./../../";
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline budduke

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • http://www.budduke.com
Re: ACP plugin problem
« Reply #3 on: September 01, 2008, 06:33:11 PM »
double-checked and no, I have not modified that file lately...

My understanding is that the plugins in the acp are in their own little frame when they launch inside the control panel?

all other items on the left are working just fine, just the items under the plugin.
to add to this, I have 2 versions of my site running, one locally on my computer using 4imagesMS and one at my host.
The host one is the one with the problem, the one on my computer, the plugins are working just fine.

Any idea what my host might have done on thier end to stop the only the plugins?

As far as I know all files on the host are the same as what is on my computer, will have to do a backup from my host to comfirm that.

I will try V@no's suggestion and get back to you...
Buddy Duke
www.budduke.com

Offline budduke

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • http://www.budduke.com
Re: ACP plugin problem
« Reply #4 on: September 01, 2008, 06:38:56 PM »
Nope, the line change did not help either...
I even tried a straigt path link to launch the plugin and it did not work,
http://www.budduke.com/gallery/admin/plugins/clear_cache.php

when I view source of the blank page this is what it looks like...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

any other ideas?
Buddy Duke
www.budduke.com

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: ACP plugin problem
« Reply #5 on: September 01, 2008, 06:54:56 PM »
can you create temporary admin account and send me login info via PM?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline budduke

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • http://www.budduke.com
Re: ACP plugin problem
« Reply #6 on: September 01, 2008, 07:31:29 PM »
just sent you the info...
Thanks for looking into this...
I have not tried any of the plugins since I did the mod for delayed activation that you were involved in.

More note, I also added a couple of new items that are working great. being able to select different size downloads in certain categories. You can see what it looks like by going to my desktop calendar category.
I also added a little function to get the latest calendar and display it on the left but I don't think either of these mods would cause this problem.

My next step will be to remove them and see what happens but I will wait to hear from you instead,

thanks again for helping me out.
Buddy Duke
www.budduke.com

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: ACP plugin problem
« Reply #7 on: September 01, 2008, 07:54:17 PM »
Done.
You had incorrect includes in sessions.php.
I've replaced
require('../../forums/smf_api_2.php');
require(
'../../forums/smf_api.php');

with:


require(ROOT_PATH.'../../forums/smf_api_2.php');
require(
ROOT_PATH.'../../forums/smf_api.php');
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline budduke

  • Hero Member
  • *****
  • Posts: 506
    • View Profile
    • http://www.budduke.com
Re: ACP plugin problem
« Reply #8 on: September 01, 2008, 07:57:29 PM »
Thank You Very Much!
Funny though, I know I used the plugins after I integrated the forum into my site but as long as it is working...

now if my other hack are working correctly I will have to post them for others to use...

thanks again for all your help!
Buddy Duke
www.budduke.com