spartacus plugin missing

Found a bug? Tell us!!
Post Reply
Mr C
Regular
Posts: 5
Joined: Wed Oct 25, 2006 6:08 am

spartacus plugin missing

Post by Mr C »

I just updated my serendipity and Spartacus is missing.
it's not in the main Configure Plugins menu and not in "install a new event plugin"

any idea? I'm ruining 1.0.2
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: spartacus plugin missing

Post by garvinhicking »

Hi!
any idea? I'm ruining 1.0.2
Are you sure you have extracted the plugins/serendipity_event_spartacus/ directory from your fresh serendipity?

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/
Mr C
Regular
Posts: 5
Joined: Wed Oct 25, 2006 6:08 am

Re: spartacus plugin missing

Post by Mr C »

garvinhicking wrote:Hi!
any idea? I'm ruining 1.0.2
Are you sure you have extracted the plugins/serendipity_event_spartacus/ directory from your fresh serendipity?

Best regards,
Garvin
yea, i reinstalled 2 times. it do not show up.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: spartacus plugin missing

Post by garvinhicking »

Hi!
yea, i reinstalled 2 times. it do not show up.
Can you post a screenshot of what your page looks like when you click on the link "Click here to install an event plugin"? Please make multiple screenshots if it is larger than a single page.

It must either show up; if not, the plugin's PHP file is not currently or properly extracted.

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/
Mr C
Regular
Posts: 5
Joined: Wed Oct 25, 2006 6:08 am

Post by Mr C »

here the screen shots.
Image
Image
Image

and just for fun, the screen shot of the FTP plugin folder.
Image
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Thanks for the screenshots!

I'm assuming the serendipity_event_spartacus.php is in the serendipity_event_spartacus folder, too.

If so, a truly unique problem.

The only thing I can think of right now: perhaps the Serendipity version is too low for SPARTACUS. I know you're running 1.0.2, but maybe Serendipity doesn't believe it. What's the version in the serendipity_config_local.inc.php?
Judebert
---
Website | Wishlist | PayPal
Mr C
Regular
Posts: 5
Joined: Wed Oct 25, 2006 6:08 am

Post by Mr C »

Code: Select all

<?php
	/*
	  Serendipity configuration file
	  Written on Tue, 24 Oct 2006 16:23:03 -0400
	*/

	$serendipity['versionInstalled']  = '1.0.2';
	$serendipity['dbName']            = 'X_game';
	$serendipity['dbPrefix']          = 'serendipity_';
	$serendipity['dbHost']            = 'localhost';
	$serendipity['dbUser']            = 'X_game';
	$serendipity['dbPass']            = 'XXXXX';
	$serendipity['dbType']            = 'mysql';
	$serendipity['dbPersistent']      = false;

	// End of Serendipity configuration file
	// You can place your own special variables after here:

?>
my config file...edited info out ;)

and yes the file is in the folder.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

I think the problem is not with Spartacus, but with another plugin that causes a PHP Fatal Error.

There are many more plugins missing on your page:

Spartacus
Content rewrite
Karma
livesearch
Mailer
searchhighlight
statistics
templatechooser
textile
textwiki
weblogping

Can you have a look at your PHP/Apache Error log? Also check the HTML output of your page, maybe you see a PHP error there?

Inside one of your event plugins there must be a fatal PHP error, which will sadly stop the whole page flow (s9y can't check for parse errors sadly).

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/
Mr C
Regular
Posts: 5
Joined: Wed Oct 25, 2006 6:08 am

Post by Mr C »

robots.txt is the only error in my log.
I don't know how to check a php error log... i never herd of it till today.

I don't see any output errors.

I have no idea what's going on here.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!
Mr C wrote:robots.txt is the only error in my log.
I think you will have looked at your apache access log then, not at your error log.

Please ask your web provider where a PHP/Apache error log is stored. If your php.ini is configured to display_errors = Off you will else not be able to see fatal errors, which is required in your case...

HTH,
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