'please report this bug' occurred while installing plugin

Found a bug? Tell us!!
Post Reply
hollow
Regular
Posts: 18
Joined: Mon Dec 20, 2004 11:16 pm

'please report this bug' occurred while installing plugin

Post by hollow »

I tried to install the static page plugin using spartacus. s9y 9.1, php 5.1, spartacus 2.5.

The following error came up:

Code: Select all

An Exception Has Occurred

Python Traceback

Traceback (most recent call last):
  File "/srv/viewcvs/lib/viewcvs.py", line 3401, in main
    request.run_viewcvs()
  File "/srv/viewcvs/lib/viewcvs.py", line 264, in run_viewcvs
    rev = int(self.query_dict['rev'])
ValueError: invalid literal for int(): 1.9999

Error: serendipity_event_staticpage:38bb490dfc98a1f24ae5140b833129c9 (serendipity_event_staticpage)
DEBUG: Plugin serendipity_event_staticpage:38bb490dfc98a1f24ae5140b833129c9 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:38bb490dfc98a1f24ae5140b833129c9', 11, 'event', '0', 'serendipity_event_staticpage')
Classname serendipity_event_staticpage still does not exist. Aborting.
Loading plugin failed painfully. File not found?
Classname serendipity_event_staticpage still does not exist. Aborting.

Fatal error: Call to a member function introspect() on a non-object in /opt/php5/s9y/include/admin/plugins.inc.php on line 797
Regards,
Harald
hollow
Regular
Posts: 18
Joined: Mon Dec 20, 2004 11:16 pm

Re: 'please report this bug' occurred while installing plugi

Post by hollow »

Hello,
now this error is on the top of my planet page:

Code: Select all

An Exception Has Occurred
Python Traceback
Traceback (most recent call last):
  File "/srv/viewcvs/lib/viewcvs.py", line 3401, in main
    request.run_viewcvs()
  File "/srv/viewcvs/lib/viewcvs.py", line 264, in run_viewcvs
    rev = int(self.query_dict['rev'])
ValueError: invalid literal for int(): 1.9999
Regards,
Harald
hollow
Regular
Posts: 18
Joined: Mon Dec 20, 2004 11:16 pm

Post by hollow »

I did miss an entry for the improperly installed staticpage plugin. After deleting it, the python error on the top of each page vanished.

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

Re: 'please report this bug' occurred while installing plugi

Post by garvinhicking »

Yes, sadly this can happen if the Sourceforge Mirror has outages/errors. It happens a few minutes each week, so we still don'T know how to properly deal with it :(

It helps in your case to delete the plugin and reinstall again...

Best 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/
Post Reply