I uploaded the Serendipity files to my server, I'm at the setup page, and now I have to set up the database. I have no idea how to do that.
Can anyone direct me to some resources on setting this up? A tutorial would be great.
Setting up the database
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
You're in luck, a tutorial does exist. It's here
It is currently available in English and Russian. Other translations will be very welcome.
It is currently available in English and Russian. Other translations will be very welcome.
Thanks for the link. It helped.
However, now I get these errors when I try to open my newly created blog:
However, now I get these errors when I try to open my newly created blog:
Can anyone tell me what this means, and how to fix it?Warning: realpath() has been disabled for security reasons in /home/www/xxxx.com/serendipity/bundled-libs/Smarty/libs/internals/core.is_secure.php on line 25
Warning: realpath() has been disabled for security reasons in /home/www/xxxx.com/serendipity/bundled-libs/Smarty/libs/internals/core.is_secure.php on line 28
Warning: realpath() has been disabled for security reasons in /home/www/xxxx.com/serendipity/bundled-libs/Smarty/libs/internals/core.is_secure.php on line 28
Warning: realpath() has been disabled for security reasons in /home/www/xxxx.com/serendipity/bundled-libs/Smarty/libs/internals/core.is_secure.php on line 37
Warning: Smarty error: (secure mode) accessing "/home/www/xxxx.com/serendipity/templates/carl_contest/index.tpl" is not allowed in /home/www/xxxx.com/serendipity/bundled-libs/Smarty/libs/Smarty.class.php on line 1088
It means that your server is configured not to allow access to the realpath() function, which Smarty requires. You might be able to find more information from the Smarty people (smarty.php.net); we just include their binaries.
I did a quick search there, but no luck. Posting on their forum might help you; let us know. I'd definitely talk to the sysadmins, too.
I did a quick search there, but no luck. Posting on their forum might help you; let us know. I'd definitely talk to the sysadmins, too.
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Disabling realpath() is a really stupid thing to do. There are many other means to figure out a true path from a PHP coder perspective; disabling it on the hoster basis is just plain not helpful. 
Regards,
Garvin
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/