I just performed an upgrade of our mediawiki from 1.26 to 1.29.1. I followed the instruction as documented on the Mediawiki site. I downloaded 1.29 into its own folder, performed an upgrade of php to 5.6, backed up the database, then ran the update.php. All seem to go well until the site was reloaded. When the main page loaded it was devoid of any styling. I then reverted back to the 1.26 install folder, reloaded the page and verified that the 1.26 folder would still load correctly and it did.
Assuming now that I had done something wrong when copying over the 1.26 files and folders to the 1.29 folder, I attempted a clean install of 1.29. The install proceeded as expected, however after completing the install the main page loaded without any styles applied.
I am unable to find anything that stands out in the debug info or the debug log. I've also noted that after doing the install of 1.29 and the database was updated, that now the 1.26 install is exhibiting the same problem of not showing any styles.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
Guest Michale Wrenn
Perfect timing for this forum.
I just performed an upgrade of our mediawiki from 1.26 to 1.29.1. I followed the instruction as documented on the Mediawiki site. I downloaded 1.29 into its own folder, performed an upgrade of php to 5.6, backed up the database, then ran the update.php. All seem to go well until the site was reloaded. When the main page loaded it was devoid of any styling. I then reverted back to the 1.26 install folder, reloaded the page and verified that the 1.26 folder would still load correctly and it did.
Assuming now that I had done something wrong when copying over the 1.26 files and folders to the 1.29 folder, I attempted a clean install of 1.29. The install proceeded as expected, however after completing the install the main page loaded without any styles applied.
I have turned on debugging using the following
$wgShowExceptionDetails = true;
$wgDebugToolbar = true;
$wgShowDebug = true;
$wgDevelopmentWarnings = true;
$wgDebugLogFile = "/tmp/{$wgSitename}-debug.log";
I am unable to find anything that stands out in the debug info or the debug log. I've also noted that after doing the install of 1.29 and the database was updated, that now the 1.26 install is exhibiting the same problem of not showing any styles.
Any and all helpful suggestions welcomed.
Many thanks in advance,
Michael Wrenn
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.