URL to your eFiction: http://www.schrijfsels.be (but there is a teaser now... i changed index.php into -index.php π )
Version of eFiction: none, but trying to install 3.0
Version of PHP: 5.0.4
Version of MySQL: 4.1.2
my host's info: http://www.upstream.be/phpinfo.php
Have you searched for your problem: Yes
If so, what terms did you try: CHMODding
Have you looked at the FAQs: Yes, but didn't found π
State the nature of your problem:
I first had the problem that i kept getting errors, on which Tammy replied that I had to edit the config.php myself and then proceed to the next step...
But then I get 'insert tables - automatic/manual' but both when I pick automatic or manual I keep getting these errors...
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/share/pear/includes/dbfunctions.php) is not within the allowed path(s): (/var/www/vhosts/schrijfsels.be/httpdocs:/tmp) in /var/www/vhosts/schrijfsels.be/httpdocs/config.php on line 9
Warning: main(includes/dbfunctions.php) [function.main]: failed to open stream: Operation not permitted in /var/www/vhosts/schrijfsels.be/httpdocs/config.php on line 9
Warning: main() [function.include]: Failed opening 'includes/dbfunctions.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/vhosts/schrijfsels.be/httpdocs/config.php on line 9
Fatal error: Call to undefined function dbconnect() in /var/www/vhosts/schrijfsels.be/httpdocs/config.php on line 10
I have CHMOD'ed everything that is needed to be CHMOD'ed according to the readme... so I don't get the problem...
Never had troubles with Efiction 2 π but E3 doesn't seem to be willing to install π
It's your host's configuration that's preventing the dbfunctions.php file from opening. It's trying to find the file the in usr/share/pear instead of in the includes sub-directory, I believe. I'd talk to your host first.
From the error, the include path includes "." and the allowed include path include the home directory of your site, so it should work. Have you actually checked the file includes/dbfunctions.php exists in your site and has the correct permissions - it should do but that is one possible cause of that error message.
From the error, the include path includes "." and the allowed include path include the home directory of your site, so it should work. Have you actually checked the file includes/dbfunctions.php exists in your site and has the correct permissions - it should do but that is one possible cause of that error message.
It exists and has correct permissions... I've been busy trying to find out how it comes together with my host but we didn't find a solution...
BUT
I then had the idea to install 2.0 and then simply upgrade ^^ and that worked for some odd reason π lol π
