s9y only uses default settings and requires only 'session', 'xml/libxml' modules. *checks the PHP config*
Session support is enabled, as is the libxml stuff.
s9y runs with fastcgi, but I don't know about those redirect options and what they do. enable-force-cgi-redirect:
This compile-time option ...
Search found 13 matches
- Wed Jun 20, 2007 11:28 pm
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
- Wed Jun 20, 2007 1:13 am
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
- Sat Jun 16, 2007 11:19 pm
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
- Thu Jun 14, 2007 3:49 am
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
Ok, I have added the following to the vhost config for the user:
php_value include_path .:/usr/lib/php/:/server/web/:/server/web/s9y/:/server/web/s9y/bundled-libs/:/home/user/public_html/blog/
php_admin_value open_basedir /usr/lib/php/:/server/web/:/server/web/s9y/:/home/user/public_html/blog/
php ...
php_value include_path .:/usr/lib/php/:/server/web/:/server/web/s9y/:/server/web/s9y/bundled-libs/:/home/user/public_html/blog/
php_admin_value open_basedir /usr/lib/php/:/server/web/:/server/web/s9y/:/home/user/public_html/blog/
php ...
- Wed Jun 13, 2007 3:33 am
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
Re: Whoops, spoke too soon...
That Smarty error means that PHP cannot access the "templates_c" or "templates" directory of either the local or shared install. Can you check the permissions and ownerships of those directories? Maybe you also need to include them specifically to your safe_mode include listing? What should the ...
- Wed Jun 13, 2007 3:28 am
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
- Tue Jun 12, 2007 2:21 am
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
Re: Whoops, spoke too soon...
Hm, with enabled SafeMode, it might be that requires/include from a user directory require that the permissions on the shared installation files are members of the same group (or even with matching owners). I would agree, but what?
I added this to the vhost confg: php_admin_value safe_mode_include ...
I added this to the vhost confg: php_admin_value safe_mode_include ...
- Sat Jun 09, 2007 12:13 am
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
Re: Whoops, spoke too soon...
In the fatal error messag,e did you notice that '/server/web/' was NOT in the include_path, as I said it must be? Sorry, my mistake, it is in there. I just turned safe mode back on and went to the page:
Warning: require_once(s9y/index.php) [function.require-once]: failed to open stream: Operation ...
Warning: require_once(s9y/index.php) [function.require-once]: failed to open stream: Operation ...
- Fri Jun 08, 2007 11:50 pm
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
Whoops, spoke too soon...
Looks like things are not working perfectly...
The javascript stuff is broken on the plugin config page, as is the SSL support for the login...
I do have another virtual host for the web mail under an SSL link, however, using SSL for the login from the directory alias I mentioned earlier does work ...
The javascript stuff is broken on the plugin config page, as is the SSL support for the login...
I do have another virtual host for the web mail under an SSL link, however, using SSL for the login from the directory alias I mentioned earlier does work ...
- Fri Jun 08, 2007 11:42 pm
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
It Lives! was- Re: Still no joy...
Can you show me the exact error message you now get with the modified apache?
Warning: require_once(s9y/index.php) [function.require-once]: failed to open stream: Operation not permitted in /home/user/public_html/blog/index.php on line 6
Fatal error: require_once() [function.require]: Failed ...
Warning: require_once(s9y/index.php) [function.require-once]: failed to open stream: Operation not permitted in /home/user/public_html/blog/index.php on line 6
Fatal error: require_once() [function.require]: Failed ...
- Fri Jun 08, 2007 9:01 pm
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
Re: Still no joy...
Ah, okay, that's fine then. So no serendipity_Config_local.inc.php file is in the shared directory, only in the user directory? Actually, looking at the users directory, there isn't a serendipity_Config_local.inc.php file. It would appear that the script doesn't ever get that far to generate one ...
- Fri Jun 08, 2007 12:13 pm
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
Still no joy...
What do you mean with "main install"? You actually don't need to "install" the serendipity in /servers/web/s9y! Actually, that would make problems. That directory really only is the core acting for user installations. Only user directories are installed. Main install refers to the decompressing of ...
- Fri Jun 08, 2007 5:15 am
- Forum: Installation
- Topic: I'm stumped on a shared install
- Replies: 23
- Views: 15884
I'm stumped on a shared install
Hello!
I have searched the forum and googled a bunch with no luck, I hope someone can point me in the right direction.
I have followed the directions from http://www.s9y.org/41.html with no success (using links to htmlarea and templates).
If anyone has any ideas or needs more info, post/ask away ...
I have searched the forum and googled a bunch with no luck, I hope someone can point me in the right direction.
I have followed the directions from http://www.s9y.org/41.html with no success (using links to htmlarea and templates).
If anyone has any ideas or needs more info, post/ask away ...