View Full Version : Blank
Montage
03-18-2006, 07:12 AM
I just upgraded to 1.5 Beta, and after sorting out the admin problems of last night, I now get nothing but a blank screen when trying to view my blog. - http://home.exetel.com.au/hcarney/
Viewing the page source also shows a big ole wall of white.
All the files, uploaded pics, thumbnails and comments seem to be still there.
Any help?
blinking8s
03-18-2006, 07:46 AM
template files and selected template in admin are correct?
se.nsuo.us
03-18-2006, 07:50 AM
Comment out the line
error_reporting(0);
In index.php and see if any error appears instead of just a balnk screen
Montage
03-18-2006, 07:55 AM
template files and selected template in admin are correct?
I think so. Can I PM you my FTP access details?
Montage
03-18-2006, 07:56 AM
Comment out the line
error_reporting(0);
In index.php and see if any error appears instead of just a balnk screen
Thanks, but I tried that and it stays as a blank screen.
Connie
03-18-2006, 08:03 AM
try to call your blog with index.php in browser
is it also blank when index.php or admin/index.php is called directly?
sometimes browser do not detect index.php when no index.html or index.html is there
this can depend from your server configuration as well, some do not deliver index.php as index-page, check that out, please
Montage
03-18-2006, 08:17 AM
using index.php is also blank
admin/index.php gives me the normal admin page that I get with just /admin
Connie
03-18-2006, 09:11 AM
so you can open the admin interface
so you can change to GENERAL INFO and give us the HOST- and PATH-information, right?
without that we just will guess something and for guessing, I at least have no intention, it is snowing outside and I want to photograph ;=)
Montage
03-18-2006, 09:14 AM
Can do...
Host Information
PHP-version 4.3.8 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 4.0.20 (Pixelpost's min requirement: MySQL 3.23.58)
GD-lib 2.0 or higher with JPEG support
Server software Apache-AdvancedExtranetServer/2.0.50 (Mandrakelinux/7.6.101mdk) mod_python/3.1.3 Python/2.3.4 DAV/2 PHP/4.3.8
EXIF Pixelpost is using exifer v1.5 for EXIF information.
Paths
Guessed imagepath: /var/www/html/ftpwebspace/hcarney/images/
Configured Imagepath /var/www/html/ftpwebspace/hcarney/images/
Image Directory: OK - Can we write to the directory? YES.
Thumbnails Directory: OK - Can we write to the directory? YES.
Language Directory: OK
Addons Directory: OK
Includes Directory: OK
Templates Directory: OK
se.nsuo.us
03-18-2006, 09:45 AM
Try and change
error_reporting(0);
to
error_reporting(E_ALL);
Montage
03-18-2006, 09:54 AM
Thanks se.nsuo.us, but that doesn't help either. Still just a blank page.
FWIW, it's also blank if I try to view an actual image, e.g. http://home.exetel.com.au/hcarney/?showimage=77
Connie
03-18-2006, 09:58 AM
if error-reporting is switched on and you do not see anything, the configuration of your website is complicated, I mean that the errormessage will be displayed somewhere else, but not in the main directory ;=((
http://home.exetel.com.au/hcarney/index.php
is not the same as www.xxx.au/hcarney/index.php
ask your hoster support, please
se.nsuo.us
03-18-2006, 10:01 AM
:( Well your PHP is setup NOT to show any errors however the errors are getting logged to /home/php-error.log see if you have access to this file....
BTW I got this info by looking at your phpinfo.php file
Montage
03-18-2006, 10:13 AM
OK, I've managed to get error reporting working. This is what it tells me:
Notice: Undefined index: visitorbooking in /home/ftpwebspace/hcarney/index.php on line 78 Notice: Undefined variable: cfgrow in /home/ftpwebspace/hcarney/includes/functions.php on line 130 Notice: Undefined index: HTTP_REFERER in /home/ftpwebspace/hcarney/includes/functions.php on line 132 Notice: Undefined index: host in /home/ftpwebspace/hcarney/includes/functions.php on line 136 Fatal error: Call to undefined function: refresh_addons_table() in /home/ftpwebspace/hcarney/index.php on line 92
se.nsuo.us
03-18-2006, 10:30 AM
Looks like your upgrade did not complete - are you sure you uploaded all the files and have the new tables been created?
cfgrow <- this variable is the one which should get defined else nothing will work
Montage
03-18-2006, 11:28 AM
Thanks for your help Connie and se.nsuo.us.
In the end I just deleted everything but the images and thumbnails folders and then did a clean install. Seems to be working fine now. http://home.exetel.com.au/hcarney/
Thanks Again!
Connie
03-18-2006, 11:42 AM
great it's working! Now enjoy photography, PP is just a transport-medium for good pictures ;=)
se.nsuo.us
03-18-2006, 12:41 PM
Hooray!!! - now enjoy
leeopold
03-18-2006, 12:45 PM
I get the same thing; just updated to 1.5:
Errors:
Notice: Undefined index: visitorbooking in /home/.informant/leeopold/morningglass.org/index.php on line 78
Notice: Undefined variable: cfgrow in /home/.informant/leeopold/morningglass.org/includes/functions.php on line 130
Fatal error: Call to undefined function: refresh_addons_table() in /home/.informant/leeopold/morningglass.org/index.php on line 92
Site works fine using old index (except had to disable markdown, but I think it's a hosting issue on that).
APOLOGIZE! YOU posted reply while I was posting. Will try fresh install.
leeopold
03-18-2006, 12:55 PM
Content loads, but now getting these errors on http://morningglass.org/index.php
Notice: Undefined variable: cfgrow in /home/.informant/leeopold/morningglass.org/includes/functions.php on line 202
Notice: Undefined index: showimage in /home/.informant/leeopold/morningglass.org/index.php on line 219
Notice: Undefined variable: lang_flash in /home/.informant/leeopold/morningglass.org/index.php on line 549
Notice: Undefined index: showimage in /home/.informant/leeopold/morningglass.org/index.php on line 652
Notice: Undefined index: popup in /home/.informant/leeopold/morningglass.org/index.php on line 658
Notice: Undefined variable: HTTP_HOST in /home/.informant/leeopold/morningglass.org/index.php on line 908
Notice: Undefined variable: REQUEST_URI in /home/.informant/leeopold/morningglass.org/index.php on line 908
Notice: Undefined variable: atom_title in /home/.informant/leeopold/morningglass.org/index.php on line 911
Notice: Undefined variable: rss_title in /home/.informant/leeopold/morningglass.org/index.php on line 915
Warning: include_once(../includes/IXR_Library.inc) [function.include-once]: failed to open stream: No such file or directory in /home/.informant/leeopold/morningglass.org/addons/admin_ping.php on line 46
Warning: include_once() [function.include]: Failed opening '../includes/IXR_Library.inc' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/.informant/leeopold/morningglass.org/addons/admin_ping.php on line 46
Connie
03-18-2006, 01:46 PM
clear the cache of your browser
if you use IE, empty the cache-folder on the hard disk as well
I browsed to your site and it opened and no problem
stolen
05-30-2006, 05:06 AM
I am also having reports of this for http://www.stolenpixel.com
Could someone please check it out and let me know if they are having the same issue? I'm hoping it is visitor's cache only!! (works fine for me).
Connie
05-30-2006, 05:14 AM
I see a great insect and a very violet sky and many other images
your site is fully operationable
eneref
05-30-2006, 02:54 PM
*sigh* I'm having the same issue.
This isn't an upgrade. It's a new install. I've wiped and reinstalled 3 times now. Same thing.
Notice: Undefined variable: cfgrow in /home/www/neil.rustedmetal.com/includes/functions.php on line 192
Notice: Undefined index: HTTP_REFERER in /home/www/neil.rustedmetal.com/includes/functions.php on line 194
Notice: Undefined index: host in /home/www/neil.rustedmetal.com/includes/functions.php on line 198
Emptied the cache. No dice.
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.