Viewing 1 replies (of 1 total)
  • Thread Starter bobtongue

    (@bobtongue)

    I found the error after exhaustive search for answers. Too many articles explaining that magic quotes needs to be turned off. This is only true for magic_quotes_runtime. I had all magic quotes turned off. Finally found and article that explained this. I had to change to
    magic_quotes_gpc = On
    magic_quotes_runtime = Off
    magic_quotes_sybase = On
    It is important to note that these settings need to be in place before wordpress creates the database structure. If they are set wrong when the database is created it will be corrupt. Unfortunately I figured this out after the existing database was upgraded. Another lesson learned, back up the database before upgrades. I was able to find most corrupted entries and delete them (wordpress recreates them) and so got out of it. There should be a warning in the installation instructions that these settings need to be set BEFORE installation. It would save a lot of heartache in the future.

Viewing 1 replies (of 1 total)
  • The topic ‘upgrade and installation problems’ is closed to new replies.