Jump to content

Recommended Posts

Posted

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 Software
Install Check 

phpVMS Build Number: 936 

Checking PHP version
[OK] PHP version is 5.6.30-0+deb8u1.x

ASP Tags
[OK] ASP-style tags are disabled

Checking connectivity...

Fatal error: Call to undefined function curl_init() in /var/www/html/airline/core/classes/CodonWebService.class.php on line 58

 

Please help! :D

 

Posted

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

  • Moderators
Posted

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.

  • Moderators
Posted

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?

Posted

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!

  • Moderators
Posted

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.

Posted

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 :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...