Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 3, 201410 yr Both my admincp and forum look like this. I'm at a loss as to what the issue is or how to fix it. Any ideas or suggestions?
December 3, 201410 yr It looks like you're missing some or all of your CSS files. Did everything upload correctly?
December 3, 201410 yr Author Yes they do. The host moved me to a new server last night upon my request. And even though the server more than meets the requirements, everything went to heck after that.
December 3, 201410 yr Author I upgraded the forum to Beta 3 thinking that may fix it. Now the main page is blank white. *sigh*I may have managed to fix the AdminCP but the main page is blank white now. I can access the gallery and calendar just fine indirectly. But the forums themselves are not accessible and only display a plain white screen. Some of the images in the admincp are off as well. Primarily the alert boxes.
December 3, 201410 yr Yea, I've just upgraded my test forums to beta 3 and I'm getting the white screen issue as well. It looks like a lot of people are also experiencing issues with Beta 3. But Beta 3a should be released soon according to @Charles.
December 3, 201410 yr Try to add ini_set('display_errors', 1); to your conf_global.php and see if the blank pages returns a php error now.
December 3, 201410 yr Author is this upgrade from 3.4.7 to beta 4.0.x ? No. This is straight up IPB 4. Try to add ini_set('display_errors', 1); to your conf_global.php and see if the blank pages returns a php error now. Upgrading to 3a right now. Will see how things go first then will let ya know. Thanks!
December 3, 201410 yr Author Upgraded and that fixed the white screen. The one thing that really bugs me is this:1C158/3 Files are currently being moved from that configuration and so it cannot be edited. Wait until the move has been completed then try again.I cannot edit or delete THOSE. That's right there is somehow more than one of the same configuration. Some of these have been going since the site was first brought online and nothing is being moved or edited in those. Wish I knew how to stop them so I could delete them.
December 3, 201410 yr Yea, I've just upgraded my test forums to beta 3 and I'm getting the white screen issue as well. It looks like a lot of people are also experiencing issues with Beta 3. But Beta 3a should be released soon according to @Charles. Beta 3a was just as bad for me. Not sure what went wrong for them with this beta 3 release for them but it seems like errors everywhere lol.Holding out for Beta 3b. Hoping they expedite getting it out so the upgrade errors are fixed at least.
December 4, 201410 yr For blank white screen on a fresh server, check out the error_log for apache, usually found in /var/log/httpd. It could be because a prerequisite php module like php-mbstrings or php-xml is missing.
December 4, 201410 yr For blank white screen on a fresh server, check out the error_log for apache, usually found in /var/log/httpd. It could be because a prerequisite php module like php-mbstrings or php-xml is missing.Blank white screen typically returns an error in the error log though. My installation for example says something is wrong in theme.phpI can't access the forums or admincp, but stuff like the staff directory and guidelines still work: http://clanmxm.com/staff/
December 4, 201410 yr Sorry, I can't work out from your response whether you checked the web server error log? What was the error in that log?
December 4, 201410 yr Author I've managed I think to get most everything back in working order. Except I can't get the gallery images to show anymore (just red x's) and avatars won't show either, including the preloaded one from IPB, don't show. Tried re-building them with no luck. Double checked permissions and all seemed ok. Any ideas?
December 4, 201410 yr I've managed I think to get most everything back in working order. Except I can't get the gallery images to show anymore (just red x's) and avatars won't show either, including the preloaded one from IPB, don't show. Tried re-building them with no luck. Double checked permissions and all seemed ok. Any ideas?If you are using GD for images (it is a setting in ACP), you need to check if that php module is installed.Check the file "error_log" which should be located in your ipb root folder for any errors.
December 4, 201410 yr Author [03-Dec-2014 08:23:19 UTC] PHP Warning: require_once(init.php): failed to open stream: No such file or directory in /home/....../public_html/index.php on line 12[03-Dec-2014 08:23:19 UTC] PHP Fatal error: require_once(): Failed opening required 'init.php' (include_path='.:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php') in /home/....../public_html/index.php on line 12[03-Dec-2014 08:24:40 UTC] PHP Fatal error: Call to undefined method IPS\Theme\class_core_global_forms::rowDesc() in /home/....../public_html/system/Helpers/Form/FormAbstract.php on line 249[03-Dec-2014 08:24:58 UTC] PHP Fatal error: Call to undefined method IPS\Theme\class_core_global_forms::rowDesc() in /home....../public_html/system/Helpers/Form/FormAbstract.php on line 249[03-Dec-2014 08:25:56 UTC] PHP Fatal error: Cannot use object of type IPS\Db\Select as array in /home/....../public_html/system/Theme/Theme.php(558) : eval()'d code on line 1719[03-Dec-2014 08:26:27 UTC] PHP Fatal error: Cannot use object of type IPS\Db\Select as array in /home/....../public_html/system/Theme/Theme.php(558) : eval()'d code on line 1719[03-Dec-2014 08:26:29 UTC] PHP Fatal error: Cannot use object of type IPS\Db\Select as array in /home/...../public_html/system/Theme/Theme.php(558) : eval()'d code on line 1719[03-Dec-2014 08:30:16 UTC] PHP Fatal error: Call to undefined method IPS\Theme\class_core_global_forms::rowDesc() in /home/......./public_html/system/Helpers/Form/FormAbstract.php on line 249 These are the only errors it shows in the error log. And this is for GD. It is installed: GD SupportenabledGD Versionbundled (2.1.0 compatible)FreeType SupportenabledFreeType Linkagewith freetypeFreeType Version2.3.11T1Lib SupportenabledGIF Read SupportenabledGIF Create SupportenabledJPEG SupportenabledlibJPEG Version6bPNG SupportenabledlibPNG Version1.2.49WBMP SupportenabledXPM SupportenabledlibXpm Version30411XBM Supportenabled
December 4, 201410 yr Author Also notice that when I go to view theme images in the template in the Admin CP, none are showing. Might all be part of the same problem for me I'm guessing. :/
December 4, 201410 yr I'd suggest taking your SQL backup prior to this upgrade and restoring it, and reuploading your BETA 2 files. That will at least fix your site until a more stable release is out.If the skin doesn't load all you have to do is navigate to Themes in the AdminCP and hit the designer mode check box and click next and that should resolve that CSS issue.
December 5, 201410 yr Well the answer is there : [03-Dec-2014 08:23:19 UTC] PHP Warning: require_once(init.php): failed to open stream: No such file or directory in /home/....../public_html/index.php on line 12 I would re-validate the conf_global.php and constants.php, also the .htaccess
Archived
This topic is now archived and is closed to further replies.