rein
Forum Replies Created
-
Forum: Installing WordPress
In reply to: What if ../naam.php is not allowed in php codeI have forwarded your remark to my host (without any hope that something will improve, but you’ll never know).
Indeed, I already found out that a lot of changes are needed to let wordpress work on my website with all these restrictions.
Forum: Installing WordPress
In reply to: What if ../naam.php is not allowed in php code..addition:
When outcommenting the die-action is wp-admin/install.php it gives the error:Warning: main(): open_basedir restriction in effect. File(/mnt/storage2/r/re/reinsmedinga.nl/html/blog/wp-config.php) is not within the allowed path(s): (.) in /mnt/storage2/r/re/reinsmedinga.nl/html/blog/wp-admin/install.php on line 7
Forum: Installing WordPress
In reply to: What if ../naam.php is not allowed in php codechanging ../wp-config.php to
/mnt/storage2/r/re/reinsmedinga.nl/html/blog/wp-config.php
or
/ext/r/re/reinsmedinga.nl/html/blog/wp-config.php
still gives the error message that the wp-config.php file is not found.
It seems that not only ../ is not allowed, but also full paths are not allowed as well.How to proceed now?
Forum: Installing WordPress
In reply to: What if ../naam.php is not allowed in php codeI have now tried to move all php-file up one directory into the root of my log and deleted all /wp-admin/ parts.
I can now install my weblog and can even see it appear.However, I cannot login, probably because some paths now point to the root directory of my blog-directory. So simply deleting /wp-admin in all paths in php-code is not the solution.
Also, I have moved wp-config.php down to the wp-admin dir. But this also confused wp.
Is there somewhere a variable pointing to the blog-dir itself that I should adapt somewhere?
Forum: Installing WordPress
In reply to: What if ../naam.php is not allowed in php codeI’ve got more info:
With http://www.reinsmedinga.nl/capa.php more info about the php version can be found.Forum: Installing WordPress
In reply to: What if ../naam.php is not allowed in php codeDoing this results in
Warning: phpinfo() has been disabled for security reasons in /mnt/storage2/r/re/reinsmedinga.nl/html/phpinfo.php on line 2
My provider says it uses PHP versie 4.0.
My provider is Active 24 in the Netherlands.The problem is not the safe mode, I think, but that constructions like ../<file> are disabled.
Forum: Installing WordPress
In reply to: What if ../naam.php is not allowed in php codeOk, but how can I solve this?
I have moved the files from wp-admin to the root directory, but then more thinks go wrong with finding files. Step 1 and 2 of the installing go well then, but login in and such are going wrong, I think because WP is then confused about where to find everything.Forum: Installing WordPress
In reply to: installing with “save” php versionPlease replace “save” by “safe” in my question.