Server move path woes
Posted: Tue Dec 16, 2008 9:09 pm
Now that I'm successfully connecting to the DB, I'm finding another weird issue I can't figure out.
now when I grep my html directory I turn up nothing...
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?
I cleared everything in templates_cWarning: 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
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]#What am I missing that it's still looking for 'tjg/public' somewhere?