Page 1 of 1

changing S9Y_INCLUDE_PATH

Posted: Mon Apr 23, 2007 10:19 pm
by dj_yap
Hello,

I'm trying to fix a blog got moved to a different machine and is now broken. I'm fairly certain it's because the path to the app is now a different one on the new machine than it was on the old machine. When I hit the blog, I get the following error. Also I can't bring up any kind of config mode anymore. How does one change the S9Y_INCLUDE_PATH? I've searched all over and can't find it. In any case, I think that is what the problem is... if I'm mistaken, please let me know!

Thanks guys.

-------

Warning: include_once() [function.include]: Failed opening '' for inclusion (include_path='/home/httpd/vhosts/yaptribe.com/subdomains/sumi/httpdocs/:/home/httpd/vhosts/yaptribe.com/subdomains/sumi/httpdocs/bundled-libs/:.:/usr/local/share/pear') in /usr/local/www/vhosts/yaptribe.com/subdomains/sumi/httpdocs/serendipity_genpage.inc.php on line 43

Re: changing S9Y_INCLUDE_PATH

Posted: Tue Apr 24, 2007 10:16 am
by garvinhicking
Hi!

Did you proceed according to the www.s9y.org FAQ on how to move your installation and changed all path locations inside the database properly?

Without that, your blog can't work on the new server.

Also make sure you copied over ALL files, especially serendipity_Config_local.inc.php.

Regards,
Garvin

Posted: Tue Apr 24, 2007 8:26 pm
by dj_yap
Hey Garvin, thanks I'll go take a look at the instructions for moving the installation, sounds like that will probably take care of me. FWIW I did move all files, including the config file. I saw the conditional at the top of that file defining the include path, and tried removing the conditional part and trying to force define the path there, which didn't seem to work.

In any case I'll find those instructions and let you know if I have any further issues, thanks for the reply!