Jump to content

Errors


smokey68

Recommended Posts

I installed new version on another subdomain and connected the new version to existing old database yes schedules show in admin panel and every pilot can add a bid and do whatever but cannot file a manual pirep or see their existing flown flights all other information lays out correctly

Link to comment
Share on other sites

[ERROR] The column core is missing!
Checking phpvms_ledger...OK
Checking phpvms_navdata...OK
Checking phpvms_news...OK
Checking phpvms_pages...OK
Checking phpvms_pilots...
[ERROR] The column payadjust is missing!
[ERROR] The column comment is missing!
Checking phpvms_pirepcomments...OK
Checking phpvms_pirepfields...OK
Checking phpvms_pireps...
[ERROR] The column modifieddate is missing!
[ERROR] The column paytype is missing!
Checking phpvms_pirepvalues...OK
Checking phpvms_ranks...OK
Checking phpvms_schedules...
[ERROR] The column week1 is missing!
[ERROR] The column week2 is missing!
[ERROR] The column week3 is missing!
[ERROR] The column week4 is missing!
[ERROR] The column payforflight is missing!

Link to comment
Share on other sites

  • Administrators
1 hour ago, vbegin7 said:

found out the problem no solution though here is the error the schedules are not enabled within the schedules in admin panel but when i enable it i get this error

There was an error editing the schedule: Unknown column 'week1' in 'field list'

As web541 mentioned above, it would be best to use the database from the 5.5.2 install and then move/copy the data from each 2.1.x table over. The 5.5.2 database includes several new fields within various tables - the schedules table being but one of those with additions. If I recall, 'schedules' table added week1, week2, week3, week4.

You don't necessarily NEED to enter data into the additional fields in the 'schedules' table, but you do need to have those fields so as not to get the error you show above.

Link to comment
Share on other sites

i do have one error ive had for a long time now ive seached forums and done everything possible when i submit pireps to vacentral i get somthin like this

FAILED exporting PIREP #3723 - No response from API server
FAILED exporting PIREP #3722 - No response from API server
FAILED exporting PIREP #3721 - No response from API server
FAILED exporting PIREP #3720 - No response from API server
FAILED exporting PIREP #3719 - No response from API server

i have changed api.vacentral.net to the api.phpvms.net and added config set xml but still no go

Link to comment
Share on other sites

Just to clarify, you should have this in your local.config.php file

Config::set('VACENTRAL_DATA_FORMAT', 'xml');
Config::Set('VACENTRAL_ENABLED', true);
Config::Set('VACENTRAL_API_SERVER', 'http://api.vacentral.net');
Config::Set('VACENTRAL_API_KEY', '----------Your Key--------------');
Config::Set('PHPVMS_API_SERVER', 'http://api.vacentral.net');

If you have this and it's still not working, post an issue in the vaCentral support forum because simpilot may have to help you on this one.

Link to comment
Share on other sites

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...