Server move path woes

Having trouble installing serendipity?
Post Reply
rhacer
Regular
Posts: 17
Joined: Sun Sep 25, 2005 10:23 am

Server move path woes

Post by rhacer »

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...

Code: Select all

craigela@craigelachie.org [~/public_html]# grep -ril 'tjg/public_html' .
craigela@craigelachie.org [~/public_html]#
I updated the serendipity_config table to use the new path in the serendipityPath field.

What am I missing that it's still looking for 'tjg/public' somewhere?
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Looks like the configuration for the Geshi plugin is incorrect. Perhaps there's a "path" configuration item that still points to your old installation?
Judebert
---
Website | Wishlist | PayPal
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

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/
rhacer
Regular
Posts: 17
Joined: Sun Sep 25, 2005 10:23 am

Post by rhacer »

garvinhicking wrote:Hi!

when plugins were installed throgh spartacus, the serendipitY_plugins table might also hold an old path...

Regards,
Garvin
I just checked the serendipity_plugins table and found the geshi entry, but the path there does not point to the old location.

The path entry in that table looks like this...

serendipity_event_geshi
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

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
---
Website | Wishlist | PayPal
rhacer
Regular
Posts: 17
Joined: Sun Sep 25, 2005 10:23 am

Post by rhacer »

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!

Code: Select all

SELECT * FROM serendipity_config WHERE value LIKE '%tjg/public_html%';
That did the trick.

The site is now up and running!

Thank you everyone for your help.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

We're always happy to help out!

So, what was the offending configuration item / plugin?
Judebert
---
Website | Wishlist | PayPal
Post Reply