call for event plugins

Found a bug? Tell us!!
Post Reply
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

call for event plugins

Post by Timbalu »

Hi Garvin,

After some tries and pluginsettings in 1.1 Alpha 5
/serendipity_admin.php?serendipity[adminModule]=plugins&serendipity[adminAction]=addnew&serendipity[type]=event
suddenly gives me some sort of white page only without installable event plugins and full sidebar access.

But when If I do
/serendipity_admin.php?serendipity[adminModule]=plugins&serendipity[adminAction]=addnew
there is nothing wrong.

Still I am able to install event plugins when I do
/serendipity_admin.php?serendipity[adminModule]=plugins&serendipity[pluginPath]=online_repository&serendipity[install_plugin]=serendipity_event_wrapurl
as an example.

I did not do anything else since last access, but I moved my s9y installation dir and corrected the db entries concerning this.

regards, Ian
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: call for event plugins

Post by garvinhicking »

What does your PHP error log say? Do you see error output on the page, does it stop in between somewhere?

To me it seems you did not fix your path references in the serendipity_pluginlist table?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: call for event plugins

Post by Timbalu »

garvinhicking wrote:What does your PHP error log say? Do you see error output on the page, does it stop in between somewhere?
how do I get this?
There is no error output. It seems it stops somewhere inbetween.
garvinhicking wrote: To me it seems you did not fix your path references in the serendipity_pluginlist table?
No. All path related entries in this table seem ok.
But I don't really understand these entries, though.
I use event_wrapurl 3 times (and it is working) but this entry is not in the table....

Regards,
Ian
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: call for event plugins

Post by garvinhicking »

Hi!

You must ask your system admin on how to get the error logfile, please.

Please make a complete dump of your SQL database and check that there are no path references to the old location anymore.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Post by Timbalu »

thanks for the help

a htaccess entry

Code: Select all

php_value memory_limit 16M

did the work to get access to event plugins again - there are already 127 - I missed that.:shock:

the rest was easy
Post Reply