Page 1 of 1

Plugin Code

Posted: Thu Aug 26, 2004 2:55 am
by entropy
I attempted to add a new plugin and somehow I messed up the side bar. Now for some reason it shows the code in the side bar. I removed the files from my site but I still have code in the side bar. How do I get rid of the code.
http://www.entropyadvisor.com

thanks

P.S. I have even replaced the file that it is stating with unedited code from my original install in hopes to correct the issue.... did not work.... same error.

Posted: Thu Sep 16, 2004 5:37 pm
by entropy
Here is the error that I am getting on my home page:
Fatal error: Call to a member function on a non-object in /home/entropya/public_html/serendipity_plugin_api.php on line 312
And here is the error that I get on my management plugin page:
Fatal error: Call to a member function on a non-object in /home/entropya/public_html/serendipity_admin_plugins.inc.php on line 127
I have upgrade to build 7 and my issues carried over. Any suggestions on how I can correct this? :?:

Posted: Thu Sep 16, 2004 5:44 pm
by garvinhicking
Hi!

Hm, that does sound like a buggy plugin you seem to have installed. The errors you are getting come because that plugin does not seem to offer a "introspect" function.

Please check the plugins you have in your plugin directory and temporarily remove them one by one to see which is causing the trouble. In any case, it can't be one of the bundled plugins, it seems to be a custom made one?

Regards,
Garvin

Missing Full Plugin page

Posted: Mon Sep 20, 2004 4:44 pm
by entropy
When I go to my Plugin admin page I only have a partial load. It does not show the buttons on the bottom of the page. I have attempted to copy the file from my original file set but it does not over write the page and therefore I still have the issues with my plugin page and my home page showing code. Any suggestions on how I can replace my plugin page with a new copy of the file :?:

Re: Missing Full Plugin page

Posted: Mon Sep 20, 2004 5:31 pm
by garvinhicking
Hi Entropy!

You need to edit the files directly on your server, in the plugins subdirectory. Temporarily delete all plugins which are not bundled with our distribution (onl yyour files) and then you can again access the plugin panel.

Good luck,
Garvin.

Still having issues

Posted: Mon Sep 27, 2004 5:46 am
by entropy
First I removed all my plugin files... then I removed all the bundled plugin files then copied up the new plugin files from the bundle and I still am getting code on my home page and my plugin admin page.
Fatal error: Call to a member function on a non-object in /home/entropya/public_html/serendipity_plugin_api.php on line 312
I would have thought that if I deleted all the plugin files and then uploaded fresh files from the bundle that I would have corrected this issue. But this action did not correct the problem. If I delete all the code from the website what do I need to keep in order to retain my postings? Unless you have any other suggestions I am leaning to starting over.

Re: Still having issues

Posted: Mon Sep 27, 2004 12:33 pm
by garvinhicking
Maybe you can try to browser your 'serendipity_plugins' database table and remove all plugin references there which are not bundled with serendipity? Hope that helps. :-)

Regards,
Garvin.

Issue Fixed

Posted: Tue Sep 28, 2004 4:12 pm
by entropy
I was able to get to my plugin table and pull out the entries that were causing me issue.

Thanks :D :D :D