Tw3nty4 Posted October 26, 2018 Report Share Posted October 26, 2018 Hi there, I have been trying to install PHPVMS 5.5 on my web server and can't seem to get past the installing tables part, what I get is just a blank screen, I have all the files on the domain I have listed, have looked at the install checker and its saying files are missing yet I see them clearly in the ftp browsers. Ive been at trying to get this on my server for the last 3 hours and its not happy with me any help would be great, thanks. Quote Link to comment Share on other sites More sharing options...
Tw3nty4 Posted October 26, 2018 Author Report Share Posted October 26, 2018 https://gyazo.com/54b571ba90fdb29b5d6952122543e4b1 Is what im getting if it helps Quote Link to comment Share on other sites More sharing options...
VectoringDesigns Posted October 26, 2018 Report Share Posted October 26, 2018 Been having this same problem. please let me know if you find a fix Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 26, 2018 Administrators Report Share Posted October 26, 2018 Free or paid hosting? Did you set up the database first? Quote Link to comment Share on other sites More sharing options...
Tw3nty4 Posted October 26, 2018 Author Report Share Posted October 26, 2018 This is on a paid host and the database is in place with full access on the account Quote Link to comment Share on other sites More sharing options...
Tw3nty4 Posted October 26, 2018 Author Report Share Posted October 26, 2018 (edited) so i read up on the phpms for dummies page and fixed the blank page but now im getting this code Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/anthroai/public_html/Crew/phpvms/core/classes/ezdb/ezdb_mysql.class.php:98 Stack trace: #0 /home/anthroai/public_html/Crew/phpvms/core/classes/ezdb/ezdb.class.php(195): ezDB_mysql->connect('anthroai_vms', 'JHw0w0U$#Pd^', 'localhost') #1 /home/anthroai/public_html/Crew/phpvms/install/includes/Installer.class.php(148): DB::connect('anthroai_vms', 'JHw0w0U$#Pd^', 'anthroai_phpvms...', 'localhost') #2 /home/anthroai/public_html/Crew/phpvms/install/install.php(49): Installer::AddTables() #3 {main} thrown in /home/anthroai/public_html/Crew/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 98 Edited October 26, 2018 by Tw3nty4 Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 26, 2018 Administrators Report Share Posted October 26, 2018 Did any of the tables in the database populate? /home/anthroai/public_html/Crew/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 98 Here's my line 98 $this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword, true); The function is trying to connect to MySQL - but not a database. It's possible that it's not able to access your MySQL - maybe something to due with your hosting settings?? Quote Link to comment Share on other sites More sharing options...
Tw3nty4 Posted October 27, 2018 Author Report Share Posted October 27, 2018 so i ended up install version 7, is there a way to put custom flight plan files in like the old version or does it have to be put in manually, they are set up as what is needed im just wondering do we have manually add them Quote Link to comment Share on other sites More sharing options...
flyalaska Posted October 27, 2018 Report Share Posted October 27, 2018 2 hours ago, Tw3nty4 said: so i ended up install version 7, is there a way to put custom flight plan files in like the old version or does it have to be put in manually, they are set up as what is needed im just wondering do we have manually add them V7 is not a stable release yet. Quote Link to comment Share on other sites More sharing options...
Tw3nty4 Posted October 27, 2018 Author Report Share Posted October 27, 2018 so your saying back down to 5.5 Quote Link to comment Share on other sites More sharing options...
in2tech Posted October 28, 2018 Report Share Posted October 28, 2018 8 hours ago, Tw3nty4 said: so your saying back down to 5.5 Yes, you should use phpVMS 5.X for a virtual airline at this point, as v7 is still being developed, and is still in the testing stages. You CAN install v7 just to have a look around, but there are still thing's to be worked out. Have no idea when v7 will be in major release to public, but if you like learning thing's you should TRY v7, just to mess around! But NOT for production of an actual VA! Quote Link to comment Share on other sites More sharing options...
Tw3nty4 Posted October 28, 2018 Author Report Share Posted October 28, 2018 (edited) so i backed down to phpvms v5 and it keep giving me Fatal error: Class 'mysqli' not found in /home/anthroai/public_html/crew2/core/classes/ezdb/ezdb_mysqli.class.php on line 97 any help $this->dbh = new mysqli($dbhost, $dbuser, $dbpassword , true); Edited October 29, 2018 by Tw3nty4 Quote Link to comment Share on other sites More sharing options...
aimarferg16 Posted November 21, 2018 Report Share Posted November 21, 2018 Same problem. Any solution? Quote Link to comment Share on other sites More sharing options...
Tw3nty4 Posted November 21, 2018 Author Report Share Posted November 21, 2018 Make sure you have your sql database set as phpvms and the main account has full access to it Quote Link to comment Share on other sites More sharing options...
aimarferg16 Posted November 21, 2018 Report Share Posted November 21, 2018 What do you mean? I'm pretty newbie and I need simple explanations thank you Quote Link to comment Share on other sites More sharing options...
ln-asm Posted November 22, 2018 Report Share Posted November 22, 2018 Are you sure the MySQLi extension is installed? Quote Link to comment Share on other sites More sharing options...
jessferguson79 Posted December 2, 2018 Report Share Posted December 2, 2018 I am experiencing the exact same issue. So I know that there were a lot of changes in MySQL 5.7 that are breaking applications across the board has anyone tried disabling strict mode, or downgrading from 5.7 back to 5.5 or 5.6v Quote Link to comment Share on other sites More sharing options...
jessferguson79 Posted December 3, 2018 Report Share Posted December 3, 2018 OK, I resolved this. The issue is related to strict mode enforcement, which is new in MySQL 5.7 https://tecadmin.net/disable-strict-sql-mode-mysql/ ^^^ Is a tutorial to resolve. 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.