Now that I'm successfully connecting to the DB, I'm finding another weird issue I can't figure out.
Warning: geshi(/home/tjg/public_html/serendipity/plugins/serendipity_event_geshi/geshi.php) [function.geshi]: failed to open stream: No such file or directory in /home3/craigela/public_html/serendipity/plugins/serendipity_event_geshi/serendipity_event_geshi.php on line 144
Fatal error: geshi() [function.require]: Failed opening required '/home/tjg/public_html/serendipity/plugins/serendipity_event_geshi/geshi.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php:/home3/craigela/public_html/serendipity/bundled-libs/:/home3/craigela/public_html/serendipity/bundled-libs/Smarty/libs/:/home3/craigela/public_html/serendipity/:') in /home3/craigela/public_html/serendipity/plugins/serendipity_event_geshi/serendipity_event_geshi.php on line 144
I cleared everything in templates_c
now when I grep my html directory I turn up nothing...
Looks like the configuration for the Geshi plugin is incorrect. Perhaps there's a "path" configuration item that still points to your old installation?
when plugins were installed throgh spartacus, the serendipitY_plugins table might also hold an old path...
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/
The troublesome value is almost certainly in your database. Since you have the technical expertise to examine it directly, you probably also know how to dump it.
Once you get an SQL dump of your database, you can search for the offending path with any text editor. Then you can either modify it and re-import, or just change the entry manually.
And of course, we'd like to know what happened, too!
judebert wrote:The troublesome value is almost certainly in your database. Since you have the technical expertise to examine it directly, you probably also know how to dump it.
Once you get an SQL dump of your database, you can search for the offending path with any text editor. Then you can either modify it and re-import, or just change the entry manually.
And of course, we'd like to know what happened, too!