General Setting Page not save my changes!

Hi all, my name is Antonio Sessa and i’m webmaster of new Virtual Airline : vvair.it

This VA is the official va of www.volovirtuale.com , the first italian flightsimulation portal.

We’ve choice to install phpVMS for our site.

I’ve first problem after installation : if i change anything in General Setting Page (format date, google key etc) and click on SAVE SETTINGS i receive “Settings were saved” message but the setting was lost!

I’ve set right permission on folder core and lib

Anyone can help me ?

Hey there,

What version are you running on? So if you hit save and refresh, the setting is gone?

Hey there,

What version are you running on? So if you hit save and refresh, the setting is gone?

I Nabeel , the version is the latest avalaible on server : 1.2.700

The settings remain same also after F5/CTRL-F5 hits

Hmm, that’s weird. I seem to recall this issue from before too.

How did you do your install? Did you use the installer, or manually run the install.sql?

Hmm, that’s weird. I seem to recall this issue from before too.

How did you do your install? Did you use the installer, or manually run the install.sql?

I’ve installed automatically with /install/install.php .

So now i’ve resolved by insert settings data manually into db (settings table).

Ok, yes, I was going to say, there was probably an error, so run these:

INSERT INTO `phpvms_settings` VALUES(NULL, 'phpVMS Version', 'PHPVMS_VERSION', '1.2.##REVISION##', '', 1);
INSERT INTO `phpvms_settings` VALUES(NULL, 'Virtual Airline Name', 'SITE_NAME', 'PHPVMS', 'The name of your site. This will show up in the browser title bar.', 1);
INSERT INTO `phpvms_settings` VALUES(NULL, 'Webmaster Email Address', 'ADMIN_EMAIL', '', 'This is the email address that email will get sent to/from', 1);
INSERT INTO `phpvms_settings` VALUES(NULL, 'Date Format', 'DATE_FORMAT', 'm/d/Y', 'This is the date format to be used around the site.', 1);
INSERT INTO `phpvms_settings` VALUES(NULL, 'Notify for Updates', 'NOTIFY_UPDATE', 'true', 'This will notify in the admin panel if an update is available', 1);
INSERT INTO `phpvms_settings` VALUES(NULL, 'Current Skin', 'CURRENT_SKIN', 'crystal', 'Available skins', 1);
INSERT INTO `phpvms_settings` VALUES(NULL, 'Google API Key', 'GOOGLE_KEY', '', 'This is your Google API key. You need it for the maps functionality to work', 1);
INSERT INTO `phpvms_settings` VALUES(NULL, 'Default User Group', 'DEFAULT_GROUP', 'Active Pilots', 'This is the default group if they are not explicitly denied', 1);

Ok, yes, I was going to say, there was probably an error, so run these:

INSERT INTO phpvms_settings VALUES(NULL, ‘phpVMS Version’, ‘PHPVMS_VERSION’, ‘1.2.##REVISION##’, ‘’, 1);
INSERT INTO phpvms_settings VALUES(NULL, ‘Virtual Airline Name’, ‘SITE_NAME’, ‘PHPVMS’, ‘The name of your site. This will show up in the browser title bar.’, 1);
INSERT INTO phpvms_settings VALUES(NULL, ‘Webmaster Email Address’, ‘ADMIN_EMAIL’, ‘’, ‘This is the email address that email will get sent to/from’, 1);
INSERT INTO phpvms_settings VALUES(NULL, ‘Date Format’, ‘DATE_FORMAT’, ‘m/d/Y’, ‘This is the date format to be used around the site.’, 1);
INSERT INTO phpvms_settings VALUES(NULL, ‘Notify for Updates’, ‘NOTIFY_UPDATE’, ‘true’, ‘This will notify in the admin panel if an update is available’, 1);
INSERT INTO phpvms_settings VALUES(NULL, ‘Current Skin’, ‘CURRENT_SKIN’, ‘crystal’, ‘Available skins’, 1);
INSERT INTO phpvms_settings VALUES(NULL, ‘Google API Key’, ‘GOOGLE_KEY’, ‘’, ‘This is your Google API key. You need it for the maps functionality to work’, 1);
INSERT INTO phpvms_settings VALUES(NULL, ‘Default User Group’, ‘DEFAULT_GROUP’, ‘Active Pilots’, ‘This is the default group if they are not explicitly denied’, 1);

Ok…i can try.

Nothing to do!!!  :

I can’t apply changes…but no problem i change it manually.

Thanks

Which settings do you have? None of them save, or only one or two don’t save?

Which settings do you have? None of them save, or only one or two don’t save?

None oh them save

This is also only table into db i can’t appy change.

Which setting you want to know ?

If you can do an export in phpmyadmin of that table wit hthe contents, that would help

If you can do an export in phpmyadmin of that table wit hthe contents, that would help

You have a PM!

Weird, the table looks ok.

Can you just edit it in phpmyadmin for now?

Weird, the table looks ok.

Can you just edit it in phpmyadmin for now?

Yes, i can edit only via phpmyadmin.

It’s not a big problem but i’ve it!

Antonio,

i’ve opened also this

i think the problems is always the same Maybe we’ll need to change servers.

ps i was just wondering who used that nickname !!! ahahah :smiley:

Hi Nabeel, i’ve installed the beta version (807) .

The setting page don’t still save change

Please can you debug it ?

Thanks

we are at beta 808

we are at beta 808

The setting page accept save changes ??

The setting page accept save changes ??

Can you send me your FTP,  and site information (an admin account), it seems to be saving on the dev site.