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
spartacus plugin missing
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: spartacus plugin missing
Hi!
Best regards,
Garvin
Are you sure you have extracted the plugins/serendipity_event_spartacus/ directory from your fresh serendipity?any idea? I'm ruining 1.0.2
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/
# 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/
Re: spartacus plugin missing
yea, i reinstalled 2 times. it do not show up.garvinhicking wrote:Hi!
Are you sure you have extracted the plugins/serendipity_event_spartacus/ directory from your fresh serendipity?any idea? I'm ruining 1.0.2
Best regards,
Garvin
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: spartacus plugin missing
Hi!
It must either show up; if not, the plugin's PHP file is not currently or properly extracted.
Best regards,
Garvin
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.yea, i reinstalled 2 times. it do not show up.
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/
# 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/
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?
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?
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:
?>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:
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
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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
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
I think you will have looked at your apache access log then, not at your error log.Mr C wrote:robots.txt is the only error in my 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/
# 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/



