Page 1 of 1

spartacus plugin missing

Posted: Wed Oct 25, 2006 6:25 am
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

Re: spartacus plugin missing

Posted: Wed Oct 25, 2006 10:39 am
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

Re: spartacus plugin missing

Posted: Wed Oct 25, 2006 3:31 pm
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.

Re: spartacus plugin missing

Posted: Wed Oct 25, 2006 4:13 pm
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

Posted: Wed Oct 25, 2006 7:11 pm
by Mr C
here the screen shots.
Image
Image
Image

and just for fun, the screen shot of the FTP plugin folder.
Image

Posted: Wed Oct 25, 2006 8:33 pm
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?

Posted: Wed Oct 25, 2006 8:56 pm
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.

Posted: Thu Oct 26, 2006 11:56 am
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

Posted: Thu Oct 26, 2006 8:40 pm
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.

Posted: Thu Oct 26, 2006 10:07 pm
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