Support Forum

error

NE neto
neto
Member

I checked the error log and found this error  over and over again..

What is it? How do I fix it?

file: /simple-press/sp-startup/forum/sp-forum-framework.php
line: 204
function: implode
Warning | implode() [function.implode]: Invalid arguments passed

9 Answers

New Answer

MP Mr Papa
Mr Papa
Member

dont know… have not seen that one before and not obvious form the line what the problem might be…

can you look in your db at the sfmeta table… and paste the value of the meta_value column for the entry where meta_key is autoupdate?

NE neto
neto
Member

meta_keyvarchar(100) NULL

Here is a screenshot in case this is not what you wanted..

SP-Error.jpg
MP Mr Papa
Mr Papa
Member

 no, thats not what I wanted… thats the structure… I want the actual values stored in the table…

so find the row where meta_type = autoupdate…  and report and meta_key and meta_value for those types…

MP Mr Papa
Mr Papa
Member

sorry, nope…  you keep showing the structure of the table…  in phpmyadmin, you would browse the table…  want the actual data stored in the table/rows… more like the image below:

meta.png

where ever you see a meta_type of autoupdate, I wan to know the meta_key and the meta_value..

MP Mr Papa
Mr Papa
Member

so somehow, you have an invalid entry there for the admin autoupdate…

are you using the admin bar plugin?  if not, just delete that meta entry…  if so, please change the meta_value to:

a:2:{i:0;s:10:”spabupdate”;i:1;s:74:”https://simple-press.com/index.php?sp_ahah=admin-bar-update&target=newposts”;}

but, here is the tricky part…  change the domain to yours… and count the number of characters in the string (from http to newposts) and replace the 74 with the length… whew…

or you could try uninstalling the admin bar plugin and then reactivating… that should fix it up too, but you would lose any settings you set up…

why did it get corrupted?  dont know – havent see it before…

NE neto
neto
Member

I went with the simpler uninstall option.. that worked.

 

Thanks!

YS Yellow Swordfish
Yellow Swordfish
Member

Probably best. Hope that is all fixed up now.