mmvogt
Member
Posted 6 months ago #
after uploading WP to the server I started ..wp-admin/install.php
but I recieve the following message:
Warning: require_once(): Unable to access /var/kunden/webs/kd31347/wp-load.php in /var/kunden/webs/kd31347/wp-admin/install.php on line 36 Warning: require_once(/var/kunden/webs/kd31347/wp-load.php): failed to open stream: No such file or directory in /var/kunden/webs/kd31347/wp-admin/install.php on line 36 Fatal error: require_once(): Failed opening required '/var/kunden/webs/kd31347/wp-load.php' (include_path='.:/usr/share/php/:/usr/share/php5/') in /var/kunden/webs/kd31347/wp-admin/install.php on line 36
what does it mean? will the server not support php?
thanks for helping me
Manfred
Your PHP is probably fine, but something may be missing on the uploaded files.
Try re-uploading the WordPress files on top of those existing files and see if you can run the /wp-admin/install.php again.
mmvogt
Member
Posted 6 months ago #
Hi Jan,
thank you. imade a re-uploading of the wordpress files and I receive the follwing meassage:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /var/kunden/webs/kd31347/wp-config.php on line 19
Manfred
Hi Manfred,
You're close to getting it working. If you know the database, database user, database password, then rename the existing wp-config.php file and visit the install.php URL again.
That should prompt you for the blog settings and will write a new wp-config.php file for you.
mmvogt
Member
Posted 6 months ago #
Hi Jan,
thank you. I found the mistake. i had to enclose the defined subject into ´ `. Now it is working.
Manfred
rups16
Member
Posted 5 months ago #
Hi Manfred, I am facing the same issue. What do you mean you had to enclose defined subject `' ? I just don't seem to get it.
I am getting:
Warning: require_once(D:\Hosting\8649323\html\blog/wp-load.php) [function.require-once]: failed to open stream: No such file or directory in D:\Hosting\8649323\html\blog\wp-admin\install.php on line 36
Fatal error: require_once() [function.require]: Failed opening required 'D:\Hosting\8649323\html\blog/wp-load.php' (include_path='.;C:\php5\pear') in D:\Hosting\8649323\html\blog\wp-admin\install.php on line 36
rups16
Member
Posted 5 months ago #
it's working now :) Thanks anyway.
rups16
Member
Posted 5 months ago #
but i think it's messing with my old trials (that i did with wordpress). It's saying "Your already have wordpress installed. Clear your earlier database first."
How do i do that?