JRiley Posted June 12, 2017 Report Posted June 12, 2017 Recent install went fine on my Debian VPS. I am unable to log in (or get people to register) and I have tried everything I could find. The actual written form: phpVMS Virtual Airline Administration SoftwareInstall Check phpVMS Build Number: 936 Checking PHP version[OK] PHP version is 5.6.30-0+deb8u1.xASP Tags[OK] ASP-style tags are disabledChecking connectivity...Fatal error: Call to undefined function curl_init() in /var/www/html/airline/core/classes/CodonWebService.class.php on line 58 Please help! Quote
Moderators servetas Posted June 12, 2017 Moderators Report Posted June 12, 2017 This mainly has to do with the server management part and not with the phpVMS itself. If you are on a managed server, contact your server administrator. Alternatively, check this: https://stackoverflow.com/questions/4477535/curl-init-function-not-working Quote
JRiley Posted June 12, 2017 Author Report Posted June 12, 2017 Thanks. I now have this issue: Checking file hashes for corrupt or mismatched files[Checksum failed] /core/classes/CodonWebService.class.php did not match, possibly corrupt or out of date[Checksum failed] /core/classes/CodonModule.class.php did not match, possibly corrupt or out of date[Checksum failed] /core/classes/Vars.class.php did not match, possibly corrupt or out of date[Checksum failed] /core/classes/CodonData.class.php did not match, possibly corrupt or out of date[Error] ../core/classes/ezdb/ezdb_mysql.class.php doesn't exist[Checksum failed] /core/classes/ezdb/ezdb_mysqli.class.php did not match, possibly corrupt or out of date[Checksum failed] /core/common/RSSFeed.class.php did not match, possibly corrupt or out of date[Checksum failed] /core/common/OFCharts.class.php did not match, possibly corrupt or out of date[Checksum failed] /core/common/GoogleChart.class.php did not match, possibly corrupt or out of date[Checksum failed] /install/checkdb.php did not match, possibly corrupt or out of date[Checksum failed] /install/loader.inc.php did not match, possibly corrupt or out of date[Checksum failed] /install/templates/s1_db_setup.tpl did not match, possibly corrupt or out of date[Checksum failed] /install/checkinstall.php did not match, possibly corrupt or out of date[Checksum failed] /install/update.php did not match, possibly corrupt or out of date[Error] /install/update.php doesn't exist Quote
Moderators servetas Posted June 12, 2017 Moderators Report Posted June 12, 2017 There is no need to worry about these errors. I remember that these checks are not maintained and as a result you will see errors but everything should be ok. Except if you notice any further issues with your website. Quote
JRiley Posted June 12, 2017 Author Report Posted June 12, 2017 (edited) Okay. The original error has been fixed, however I am still unable to log in to the system. It just takes me back to the https://ukasg.co.uk/airline/index.php/login page. Database check all OK. Edited June 12, 2017 by JRiley Quote
Moderators servetas Posted June 12, 2017 Moderators Report Posted June 12, 2017 Open your core/local.config.php file and search for this: define('SITE_URL', 'your-website-url'); Does your website url start with http or https? Quote
JRiley Posted June 12, 2017 Author Report Posted June 12, 2017 My server uses HTTPS, so changing that in the file above has fixed the issue. I should have known as it happened to me a couple of years ago. Thank you so much! Quote
Moderators servetas Posted June 12, 2017 Moderators Report Posted June 12, 2017 You are gonna need to change several other urls from http to https to have your website working correctly. Check the following: lib/skins/crystal/layout.tpl core/templates/core_htmlhead.tpl admin/templates/core_htmlhead.tpl admin/lib/layout/footer.tpl If I remember well, these are the files you will have to update accordingly. Quote
JRiley Posted June 12, 2017 Author Report Posted June 12, 2017 All of those files appear to be pulling from local.config.php where the URL is defined so I think I will be good. If I notice any issues, I can look into it further. Thanks Quote
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.