MyBB Community Forums

Full Version: plugin update error?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
well on my site i get this
Quote:Warning [2] array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object - Line: 79 - File: admin/modules/config/plugins.php PHP 5.2.9 (Linux)
File Line Function
[PHP] errorHandler->error
/admin/modules/config/plugins.php 79 array_key_exists
/admin/index.php 381 require
i got rid of
require $modules_dir."/".$run_module."/".$action_file; ??
if(array_key_exists('error', $tree['plugins'])) an i still get the error Huh anyone know what to do
Undo your edits, that's not going to fix it, it seems to be a problem on our end.

Line 60 of ./admin/modules/config/plugins.php:

$url = "http://mods.mybboard.net/version_check.php?";

change to:

$url = "http://mods.mybb.com/version_check.php?";
That should redirect by now...
Has to be related to that as the Mods site was only transfered to MyBB.com yesterday and there's been 3 or 4 people with the same issue, either something's not working or it's one hell of a coincidence Toungue
Pfff, it looks the same XML to me(!). Toungue

Edit: Sorry, just released that is transferred yesterday. /endstupidity
ah thanks that fixed my problem