PDA

View Full Version : Warning: implode() [function.implode]: Bad arguments


Tiberonmagnus
10-02-2008, 11:49 PM
I get this when I visit the main links page. Anyone know what's causing this?

Warning: implode() [function.implode]: Bad arguments. in /home/*****/public_html/links/index.php on line 118

Then when I just tried submitting a link to test it out I get..

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/vba_links_functions_savelink.php on line 288

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/vba_links_functions_savelink.php on line 296

Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/vba_links_functions.php on line 734

Hmmmm.. installation went fine too, no errors. I wonder what's going on. :)

I'm using vbulletin 3.7.3, only very mild customizations.

Tiberonmagnus
10-02-2008, 11:55 PM
I guess I fixed it, as strange as it sounds I just added "www" into my site address in the admin links area, which originally only had http://mywebsite.com/links, but I just added http://www.mywebsite.com/links and it's now fine. Strange? :D