welshicons
Forum Replies Created
-
Thanks for the reply. Does anyone know of a work-around? The one above does not work for me. Is there something in the theme I can change?
Has anyone got a fox for this yet? I tried the JS trick above but it did not work for me.
Thanks
Forum: Installing WordPress
In reply to: Upgrade from 2.9.2 – 3.0 fails at Database Upgrade RequiredIt must have been some strange caching issue as I tried again 12 hours later and it is now working
Forum: Installing WordPress
In reply to: Upgrade from 2.9.2 – 3.0 fails at Database Upgrade RequiredOK, I’m getting really desperate now. I have deleted everything. Downloaded WordPress 3.0 again, uploaded it and let it create a new wp-config file.
It then wants to upgrade the database, tries to do it for about 60 seconds and then gives a 500 error
Forum: Installing WordPress
In reply to: Upgrade from 2.9.2 – 3.0 fails at Database Upgrade RequiredThanks again but it was one of the first things I tried and didn’t work
Forum: Installing WordPress
In reply to: Upgrade from 2.9.2 – 3.0 fails at Database Upgrade Required@ipstenu – thanks but I’ve tried that to no avail
Forum: Installing WordPress
In reply to: Upgrade from 2.9.2 – 3.0 fails at Database Upgrade RequiredAdditional information:
The url which fails is https://www.welshicons.org.uk/news/wp-admin/upgrade.php?step=1&backto=%2Fnews%2Fwp-admin%2F
I’ve stripped the .htaccess file down to:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /news/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /news/index.php [L]
</IfModule># END WordPress
I’m now getting really desperate as I need to add more content. All ideas welcome