Static Pages Plugin Fatal Error on Install

Found a bug? Tell us!!
Post Reply
Capt Mike
Regular
Posts: 63
Joined: Sat Mar 11, 2006 11:43 am

Static Pages Plugin Fatal Error on Install

Post by Capt Mike »

Windows server
PHP 5
IIS
MYSQL 4

the user (me) is an idot, so dont expect much out of me, everything on the website works great! I just love s9y, Thanks so much! This is a great plugin wish i could use it. :(

***********reported bug***********************************

Trying to open URL package_event_en.xml...
Fetched 181873 bytes from the URL above. Saving file as D:/websites/mywebsite/sblog/templates_c/package_event_en.xml...
Cannot write to file D:/websites/my web site/sblog/templates_c/package_event_en.xml.


DEBUG: ERROR: XML tree did not contain requested plugin:
Array ( [0] => Array ( [tag] => packages [attributes] => [value] => [children] => Array ( ) ) ) Error: serendipity_event_staticpage:99fc4f30e163b7cea6fe81b4e17f03b0 (serendipity_event_staticpage)
DEBUG: Plugin serendipity_event_staticpage:99fc4f30e163b7cea6fe81b4e17f03b0 not an object: .
Input: Array ( [adminModule] => plugins [pluginPath] => serendipity_event_staticpage [install_plugin] => serendipity_event_staticpage [spartacus_fetch] => event [action] => [adminAction] => ) .

Please report this bug. This error can happen if a plugin was not properly downloaded (check your plugins directory if the requested plugin was downloaded) or the inclusion of a file failed (permissions?)
Backtrace:
Installing plugin: Array ( [0] => serendipity_event_staticpage [1] => [2] => event [3] => 0 [4] => serendipity_event_staticpage )
INSERT INTO serendipity_plugins (name, sort_order, placement, authorid, path) values ('serendipity_event_staticpage:99fc4f30e163b7cea6fe81b4e17f03b0', 19, 'event', '0', 'serendipity_event_staticpage')
No valid path/filename found. Aborting.
Classname serendipity_event_staticpage still does not exist. Aborting.
Loading plugin failed painfully. File not found?
No valid path/filename found. Aborting.
Classname serendipity_event_staticpage still does not exist. Aborting.

Fatal error: Call to a member function introspect() on a non-object in D:\websites\my web site\sblog\include\admin\plugins.inc.php on line 371

****************end of report****************************

any ideas? is it my machine?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Static Pages Plugin Fatal Error on Install

Post by garvinhicking »

Hi!

It might be that the spaces you have in the "my web site" folder is driving the webapp nuts. Could you change it so, that no directory has "spaces" in its directory name? This is bad for some applications, and it seems to affect s9y in that case as well...

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/
Capt Mike
Regular
Posts: 63
Joined: Sat Mar 11, 2006 11:43 am

Fixed

Post by Capt Mike »

Thanks again Gavin,
I friend of mine made me read the first part of the error message, where it says

CANNOT WRITE TO FILE..... Remember, when I said I was an idoit? well, sure enough.

So all that was nessary, was to change the permissons on that file so S9y could write it...

sorry....
Guess im not qualified to use this fourm... :oops:
Post Reply