Can you try to deactivate all your plugins and see if that solve the problem?
Deactivate All Plugins Using FTP
In this method, you will need to either use FTP, or your host’s file manager. Navigate to the /wp-content/ folder. You will see a folder called plugins. Rename the plugins folder to anything that you like, example, I will call it “plugins.deactivate”. Once you do this, all of your plugins will be deactivated.
Most of the time when you do this, you are usually locked out of your admin panel. If the issue was with your plugins, you should be able login to your /wp-admin/. Once you do that, go back to your /wp-content/ directory and rename “plugins.deactivate” back to plugins. Now you can activate one plugin at a time until your site breaks again. At which point, you will know exactly which plugin caused the issue.
I 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.
This is very strange! Have you contacted your hosting support so they can dig in the server errors log?
Have 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.
Which is your hosting company?
it is Louhi, louhi.net, in Finland.
I think you should contact them. As stated above, they will be able to see the server error log.
They 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?
Line 21 in wp-settings.php by the way is:
require( ABSPATH . WPINC . ‘/load.php’ );
What if I just re-upload all files & folders from a crest download of WordPress, except the wp-content folder?
@johkukoo: It may help, try please!
Also, after doing that, please make sure you review this:
Changing_File_Permissions
Got 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 🙂
Actually, on another computer it seems to miss all pictures…
I am just going to load the pictures again one by one…they are not so many 🙂
Glad to hear that! I am here to help you :).
Please do not forget to mark your topic as resolved.