View Full Version : Plugins and Products bug?
hmtksteve
08-01-2014, 02:37 PM
I am having a problem with my Plugins and Products page in the admin area.
When I click on any dropdown/ajax item on the Manage Products page the admin area frame displays the activity feed of the forum.
I can not enable, disable, edit or check versions of any of my products.
ForceHSS
08-01-2014, 02:44 PM
Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one
To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
define('DISABLE_HOOKS', true);To enable plugins again just comment out the line
//define('DISABLE_HOOKS', true);
Use notepad++ (http://notepad-plus-plus.org/download/v6.6.8.html) to edit any files
hmtksteve
08-01-2014, 02:50 PM
No change. Even with the plugin system disabled the product management page still displays the activity thread any time I try to do something.
It is not just the product page doing it either. I just tried to rebuild all languages and that link also dumped me at the activity page. Uploading the master language file did work (as opposed to rebuilding).
ForceHSS
08-01-2014, 02:53 PM
You might need a support member to login and fix this try a support ticket if no joy try posting in the paid section. I could have a quick look if you wish to get a better understanding of the problem
Lynne
08-01-2014, 03:00 PM
I would suggest reuploading all new default files. I'd also suggest checking your error_logs (if you don't know where they are, ask your host) to see if there is anything in there when you try to go to one of those pages.
hmtksteve
08-01-2014, 03:10 PM
I am uploading all of the files now.
The problem looks to be all over the place (randomly).
For example when I click on a help button to display the small help window the link looks like this: http://forum.domain.tld/admincp/diagnostic.php?do=list#
Should that pound symbol be at the end of the link?
EDIT: All files uploaded, no change.
EDIT 2: When trying to rebuild all languages I see this link: http://forum.domain.tld/admincp/language.php?do=rebuild&goto=language.php? If I remove the trailing "?" the function works perfectly.
Lynne
08-01-2014, 03:38 PM
That is the same link on my vB4 site for rebuilding the languages.
What version of vB4? What version of PHP? When did this problem start? What is the build date for your PHP version (Maintenance > View PHP Info > the build date is in the top System area)?
hmtksteve
08-01-2014, 03:42 PM
Version: (vBulletin 4.2.2 Patch Level 1)
PHP Version: 5.5.12
PHP Build date: May 11 2014 12:08:37
A few months ago the master language file was corrupted. After getting that fixed users started reporting problems where old links were dumping them onto the activity page. Only recently I discovered that several areas of the admin area were doing the same thing.
Lynne
08-01-2014, 03:51 PM
vB4.2.2 isn't compatible with PHP5.5. You should upgrade to vB4.2.3 or downgrade to PHP5.4.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.