ramon71
Forum Replies Created
-
Forum: Localhost Installs
In reply to: can't find wp-config.phpmarked as solved
Forum: Localhost Installs
In reply to: can't find wp-config.phpsorry, forgot to mark this as solved, the users were set, the issue was the ownership of the files in the /var/lib/mysql (the mysql databases) that was set to a different user than mysql, not allowing UPDATE queries to be run due to lack of permissions (mysql could not write the changes). this caused the problem and its now solved: the solution (im my case) was to change (chown) the owner to mysql user.
Thanks anyway for the help firefly2000Forum: Localhost Installs
In reply to: can't find wp-config.phpdoing some step-by-step debug i got to the fact that
if ( wp_cache_get( ‘is_blog_installed’ ) )
return true;line 1108 of wp-includes/functions.php does not got the correct values from the cache object (!?) again some suggestions?
Forum: Localhost Installs
In reply to: can't find wp-config.phpthis brings me to the conclusion it’s not a wp-config issue but a database issue, any idea?
Forum: Localhost Installs
In reply to: can't find wp-config.phpedit: creating the user even the second site get redirected to the installationpage
Forum: Localhost Installs
In reply to: can't find wp-config.phpedit this was true for the first site i tried to restore, the second only give a database error i’m sure it’s due to the non-existant mysql user