hello,
i wanted to install the blog but after the first site (system dignose) i get only 2 invalid argument strings.
Can anyone help me? i have no idea why.
The URL: http://blog.seiteohnenamen.com/
you can try to install it...
/br
Installation Errors -> I get Invalid arguments all the ti
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Installation Errors -> I get Invalid arguments all th
When installing on a windows server, you must not specify paths like C:\blog, but use forward slashes like e:/blog, or even better, no drive letters at all and just use the same drive letter "/blog". For that, alter your DocumentRoot in your Apache webserver config.
The actuall error is that s9y cannot read its required files because of this wrong directory structure.
Regards,
Garvin
The actuall error is that s9y cannot read its required files because of this wrong directory structure.
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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
That depends on your apache setup. I have used XAMPP for Windows, where the path sytnax was already properly placed.
Basically you can configure the Path in your httpd.conf file of Apache. Try to put Apache into the same drive like your webtrees. Then you'd have something like:
then in your httpd.conf you can enter the Documentroot as "/htdocs". And then s9y will run fine from "/htdocs/Serendipity".
HTH,
Garvin
Basically you can configure the Path in your httpd.conf file of Apache. Try to put Apache into the same drive like your webtrees. Then you'd have something like:
Code: Select all
C:\Program Files\Apache - This is the Apache installation directory
C:\htdocs - This is your Document Root
C:\htdocs\Serendipity - This is your Serendipity installation
HTH,
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/
# 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/