Jump to content

General Setting Page not save my changes!


Recommended Posts

Posted

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 ?

Posted

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

  • Administrators
Posted

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?

Posted

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

  • Administrators
Posted

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);

Posted

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.

Posted

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 ?

Posted

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! :)

  • 3 weeks later...
  • Administrators
Posted

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.

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