Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 10:03 pm EST
Geeklog Forums
what is this? warning: array_merge argument 2 is not an array
Buurman
Anonymous
HI, i'm getting this error
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/agovvape/public_html/system/lib-plugins.php on line 199
if i open the php at line 199 im finding this:
function PLG_getMenuItems()
{
global $_TABLES;
$result = DB_query("SELECT pi_name FROM {$_TABLES['plugins']} WHERE pi_enabled = 1");
$nrows = DB_numRows($result);
$menu = array();
for ($i = 1; $i $A = DB_fetchArray($result);
$function = 'plugin_getmenuitems_' . $A['pi_name'];
if (function_exists($function)) {
$menuitems = $function();
$menu = array_merge($menu,$menuitems);
}
The bold selected line is line 199!
this problem is new for me, someone got a idea?
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/agovvape/public_html/system/lib-plugins.php on line 199
if i open the php at line 199 im finding this:
function PLG_getMenuItems()
{
global $_TABLES;
$result = DB_query("SELECT pi_name FROM {$_TABLES['plugins']} WHERE pi_enabled = 1");
$nrows = DB_numRows($result);
$menu = array();
for ($i = 1; $i $A = DB_fetchArray($result);
$function = 'plugin_getmenuitems_' . $A['pi_name'];
if (function_exists($function)) {
$menuitems = $function();
$menu = array_merge($menu,$menuitems);
}
The bold selected line is line 199!
this problem is new for me, someone got a idea?
9
10
Quote
All times are EST. The time is now 10:03 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content