Topic on Project:Support desk

Entry data not populating after server transfer

7
Dorourkie (talkcontribs)

I am trying to move our data to a new server. I have uploaded the mediawiki files to the new server, and uploaded our mediawiki sql to the new database. All of the images we had on the wiki are showing up, and all of the page names and latest edit dates are showing up, but none of the pages are populating with any of the actual content. The page contents are showing up in the cache folder, which I could ultimately copy and paste into the wiki, but is there a step I'm missing to save myself weeks of copy/pasting data?

Thanks in advance

87.123.56.251 (talkcontribs)
Dorourkie (talkcontribs)

Thanks. There's no information in the edit page either, but the view history is populated correctly. However, the histories are also all blank.

87.123.56.251 (talkcontribs)

Please have a look at the text table in the wiki database. Since you are not writing about PHP and MySQL errors, I am pretty sure the table is there and it will also have a number of rows.

What is inside the old_text fields? Are these fields all empty? What is the size of the complete text table?

Dorourkie (talkcontribs)

Thanks for your response. The old_text fields have the correct data in them, and the text table is about 66.5 MiB.

Dorourkie (talkcontribs)

So, upon further investigating, it seems that random entries have text, and others do not.

I think this might have to do with the extensions installed on the previous wiki

Dorourkie (talkcontribs)

After re-enabling all the extensions, I'm getting this error now:

[e721991e] /wiki/ Exception from line 133 of wiki/includes/objectcache/ObjectCache.php: CACHE_ACCEL requested but no suitable object cache is present. You may want to install APC.
Backtrace:
#0 [internal function]: ObjectCache::newAccelerator(array)
#1 /wiki/includes/objectcache/ObjectCache.php(85): call_user_func(string, array)
#2 /wiki/includes/objectcache/ObjectCache.php(72): ObjectCache::newFromParams(array)
#3 /wiki/includes/objectcache/ObjectCache.php(44): ObjectCache::newFromId(integer)
#4 /wiki/includes/GlobalFunctions.php(4025): ObjectCache::getInstance(integer)
#5 /wiki/includes/Setup.php(533): wfGetMainCache()
#6 /wiki/includes/WebStart.php(163): require_once(string)
#7 /wiki/index.php(43): require(string)
#8 {main}

I'm currently waiting on my webhost to install XCache, as APC is already enabled to see if that helps.

Reply to "Entry data not populating after server transfer"