5SA CEO Posted February 23, 2011 Report Share Posted February 23, 2011 Hi guys, more issue, today I uploaded some jps of ranks to the lib/ranks file no issue. a while later I need to go and check the site and add the ranks but all I got was a blank page. http://5starvirtualaviation.com/phpvms/'>http://5starvirtualaviation.com/phpvms/ I have checked with my host provider and there is no issues with the server and php is running ok, but I cannot get to login. We are also having an issue with a connection error with kACARS which has been happening for a couple of days now. I hope to get these sorted so we can move forward. Thanks for your support. Deano 5SA389 5SA0001 http://5starvirtualaviation.com 5 Star Virtual Avaiation CEO Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 23, 2011 Administrators Report Share Posted February 23, 2011 Blank page usually means a PHP error - can you follow the directions for debug log in my signature? Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted February 23, 2011 Author Report Share Posted February 23, 2011 HI thanks, I will have a go. Deano Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted February 24, 2011 Author Report Share Posted February 24, 2011 Results install checker are phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.16.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 183 files, found 0 errors results for db checker are: another blank page Deano Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 25, 2011 Administrators Report Share Posted February 25, 2011 DB Check is a blank page? Interesting Open up checkdb.php, and right before this line: include '../core/codon.config.php'; Can you add: error_reporting(E^ALL); ini_set('display_errors', 'on'); And then open that in your browser - does it say anything? Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted February 26, 2011 Author Report Share Posted February 26, 2011 Hi, inserted those lines as you said, but nothing, http://5starvirtualaviation.com/phpvms/install/checkdb.php here is the link for you to try, maybe you'll have better luck If not I will have to re-install it all again... Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 26, 2011 Administrators Report Share Posted February 26, 2011 If you move those two lines I said to below that include line, does it make a difference? There's some PHP error Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted February 27, 2011 Author Report Share Posted February 27, 2011 No difference. Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted February 27, 2011 Author Report Share Posted February 27, 2011 I think I will go for a complete re-install and go from there. Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted February 27, 2011 Author Report Share Posted February 27, 2011 HI, so I did a complete re-install and all was good, so added all the ranks, fleet & schedules all good, however when I went and chenged local.config.php line 34 Config::Set('PILOTID_LENGTH', 4); changed to 3 line 54 Config::Set('TRANSFER_HOURS_IN_RANKS', false); changed to true saved the file and then went to the site and guess what = blank page = so I went back in and changed them back to the default and saved the file again. went back to the site and guess what = blank page = So I can only guess that the local.config.php is the issue.?? Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted February 27, 2011 Author Report Share Posted February 27, 2011 <?php /** * This is the phpVMS Main Configuration File * * This file won't be modified/touched by future versions * of phpVMS, you can change your settings here * * There may also be additional settings in app.config.php * To change it, copy the line into this file here, for the * settings to take effect * */ define('DBASE_USER', 'fivstar6_admin1'); define('DBASE_PASS', '*********'); define('DBASE_NAME', 'fivstar6_phpvms'); define('DBASE_SERVER', 'localhost'); define('DBASE_TYPE', 'mysql'); define('TABLE_PREFIX', 'phpvms_'); define('SITE_URL', 'http://5starvirtualaviation.com/phpvms'); # Page encoding options Config::Set('PAGE_ENCODING', 'ISO-8859-1'); # Maintenance mode - this disables the site to non-admins Config::Set('MAINTENANCE_MODE', false); Config::Set('MAINTENANCE_MESSAGE', 'We are currently down for maintenance, please check back soon.'); # See more details about these in the docs Config::Set('PAGE_EXT', '.htm'); # .htm is fine. You can still run PHP Config::Set('PILOTID_OFFSET', 0); # What # to start pilot ID's from Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID Config::Set('UNITS', 'nm'); # Your units: nm, mi or km Config::Set('LOAD_FACTOR', '82'); # %age load factor Config::Set('CARGO_UNITS', 'lbs'); # After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 90); # Automatically confirm pilots? Config::Set('PILOT_AUTO_CONFIRM', false); # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); # For how many hours a pilot can edit their submitted PIREP (custom fields only) Config::Set('PIREP_CUSTOM_FIELD_EDIT', '48'); # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', false); # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', false); # The StatsData::UserOnline() function - how many minutes to check Config::Set('USERS_ONLINE_TIME', 20); # Google Map Options Config::Set('MAP_WIDTH', '800px'); Config::Set('MAP_HEIGHT', '600px'); # Valid types are G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP, G_PHYSICAL_MAP Config::Set('MAP_TYPE', 'G_PHYSICAL_MAP'); Config::Set('MAP_LINE_COLOR', '#ff0000'); Config::Set('MAP_CENTER_LAT', '45.484400'); Config::Set('MAP_CENTER_LNG', '-62.334821'); Config::Set('MAP_ZOOM_LEVEL', 12); # ACARS options # Minutes, flights to show on the ACARS # Default is 720 minutes (12 hours) Config::Set('ACARS_LIVE_TIME', 720); Config::Set('ACARS_DEBUG', false); /* This is the unit of money. For non-dollars, use : Dollars ($), enter "$" Euro ( Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted February 27, 2011 Administrators Report Share Posted February 27, 2011 It looks like it's getting cut off: /* This is the unit of money. For non-dollars, use : Dollars ($), enter "$" Euro ( Maybe your editor is truncating the file? Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted February 27, 2011 Author Report Share Posted February 27, 2011 Hi, well right now I have everything working, so not going to change anything there, NO GO AREA from now on. I just have to sort out the kACARS issue. (http://forum.phpvms.net/topic/4532-small-connection-issue/) Thanks for everything so far. what is missing from the bottom as I do not want to even open it just in case? Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted February 27, 2011 Moderators Report Share Posted February 27, 2011 I Hope you have changed that password????? Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted February 27, 2011 Author Report Share Posted February 27, 2011 will be doing next, missed that bol****S Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted February 28, 2011 Author Report Share Posted February 28, 2011 So what I did was download the local.config.php edit it then re uploaded it, but before doing so made sure that everything was there and it works ok, I dont think I use my host's editor again. Thanks for the help guys. Quote Link to comment Share on other sites More sharing options...
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.