johkukoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.php.
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpI am just going to load the pictures again one by one…they are not so many ??
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpActually, on another computer it seems to miss all pictures…
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpGot them working!!! I downloaded a fresh WordPress and uploaded it, after doing this and changing wp-config file all worked! Thanks so much for your support!! I was almost going to give up ??
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpWhat if I just re-upload all files & folders from a crest download of WordPress, except the wp-content folder?
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpLine 21 in wp-settings.php by the way is:
require( ABSPATH . WPINC . ‘/load.php’ );Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpThey offer me same information as is already in error_log that can be found on public_htm :
[23-Sep-2014 19:04:50 UTC] PHP Fatal error: require() [function.require]: Failed opening required ‘/home/frameda/public_html/wp-includes/load.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/frameda/public_html/wp-settings.php on line 21
Should they have more info?
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpit is Louhi, louhi.net, in Finland.
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpHave not…will do that tomorrow.
Could this be something as simple as wrong DB host, what I have there now is `localhost′, or something else wrong with wp-config file. Howevern, the database name, user name and password should be correct, have changed them. I had the site locally on XAMMP and now I am trying to transfer it live.Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpI tried that before and now again and it did not help. Deactivating plugins by changing the name of the file in FTP did not change anything.
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpActually tried this one too. Changed the name of .htaccess using FTP client and it did not help…returned it back to it′s original name.
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpAll folder permissions are 755 and file permissions are 644.
I have checked that the reason is not broken plugins by changing the name of the folder. It did not help.
Any other ideas?
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpChanged the permissions and uploaded the file load.php again.
In -htaccess I have as follows:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpYes, I have wp-settings.php file as well.
Forum: Fixing WordPress
In reply to: Database error, no such file wp-settings.phpYes, I have load.php in wp-includes file.