Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. I am still on php5.6. Waiting to get the site working. Than will upgrade to php7. Skin shows on default skin and different tpl skin. Just not the one I am trying to convert.
  2. I am trying to get my site ready for php7. I have installed phpVMS 2 on a dev directory. Changed the skin files from php to tpl and all I get is a blank white page. Am I missing something? Skin shows on default skin and different tpl skin. Just not the one I am trying to convert.
  3. add this right after "> </script> Where are you getting this error?
  4. You don't have a closing tag on your googlemap key <script async defer src="https://maps.googleapis.com/maps/api/js?key=your key&callback=initMap" see if that helps. First thing that I saw.
  5. You had to do something or add something. That is one thing I test for. Can I have your URL?
  6. What did you change? Add any new MODs that added new jquery? I need your URL.
  7. What exactly are you trying to do?
  8. Anyone know how to have the module show whole hours including minutes rather than it rounding up. This is for the monthly Leaderboard. Our Top pilots hours are not matching the pilots hours for the month. I am hoping this is the reason.
  9. networksolutions testing it on my works domain. I don't have php7 yet on my server.
  10. doesn't have the install files. /phpvms/install 404: Page not found Got that when clicked the Head to installer button.
  11. I hate when that happens.
  12. flyalaska

    blueIce

    Remove the <?php echo StatsData::TotalPilotMiles($pilot->pilotid); ?> So I can look at the site.
  13. flyalaska

    blueIce

    You dont have Top Pilots MOD installed.
  14. open core/common/LOaData.class change all the public function to public static function
  15. Tried both ways, mysql and mysqli I get a different error with mysqli Warning: mysqli::__construct(): (HY000/2002): No such file or directory in /data/7/0/70/127/396779/user/403816/htdocs/phpvms/core/classes/ezdb/ezdb_mysqli.class.php on line 101 Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /data/7/0/70/127/396779/user/403816/htdocs/phpvms/core/classes/ezdb/ezdb_mysqli.class.php on line 106 Line 106 is throw new ezDB_Error(mysqli_connect_error(), mysqli_connect_errno());
  16. flyalaska

    blueIce

    File a flight manually, than go in phpmyadmin. In the pireps table. Add the negative landing.
  17. flyalaska

    blueIce

    Looks like you do t have any touchdown stats yet.
  18. I get this error when I click next step after filling out the form. Uncaught Error: Call to undefined function mysql_connect() in /data/7/0/70/127/396779/user/403816/htdocs/phpvms/core/classes/ezdb/ezdb_mysql.class.php:98 Stack trace: #0 /data/7/0/70/127/396779/user/403816/htdocs/phpvms/core/classes/ezdb/ezdb.class.php(195): ezDB_mysql->connect('phpvms', 'my password', 'localhost') #1 /data/7/0/70/127/396779/user/403816/htdocs/phpvms/install/includes/Installer.class.php(139): DB::connect('phpvms', 'my password', 'phpvms', 'localhost') #2 /data/7/0/70/127/396779/user/403816/htdocs/phpvms/install/install.php(49): Installer::AddTables() #3 {main} thrown in /data/7/0/70/127/396779/user/403816/htdocs/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 98
  19. flyalaska

    blueIce

    open the folder in the download folder. Install the core/comon to core/comon and core/modules to core/modules and core/templates to core/templates (also can be installed to lib/skins/blueIce
  20. I tried a new install on php7 and get an error You need PHP 5 (your version: 7.0.2-pl0-gentoo) Did you do anything to get it to install?
×
×
  • Create New...