vvair Posted October 30, 2009 Report Share Posted October 30, 2009 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 ? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted October 30, 2009 Administrators Report Share Posted October 30, 2009 Hey there, What version are you running on? So if you hit save and refresh, the setting is gone? Quote Link to comment Share on other sites More sharing options...
vvair Posted October 30, 2009 Author Report Share Posted October 30, 2009 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 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted October 30, 2009 Administrators Report Share Posted October 30, 2009 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? Quote Link to comment Share on other sites More sharing options...
vvair Posted October 30, 2009 Author Report Share Posted October 30, 2009 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). Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted October 30, 2009 Administrators Report Share Posted October 30, 2009 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); Quote Link to comment Share on other sites More sharing options...
vvair Posted October 30, 2009 Author Report Share Posted October 30, 2009 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. Quote Link to comment Share on other sites More sharing options...
vvair Posted October 30, 2009 Author Report Share Posted October 30, 2009 Nothing to do!!! : I can't apply changes...but no problem i change it manually. Thanks Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted October 30, 2009 Administrators Report Share Posted October 30, 2009 Which settings do you have? None of them save, or only one or two don't save? Quote Link to comment Share on other sites More sharing options...
vvair Posted October 30, 2009 Author Report Share Posted October 30, 2009 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 ? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted October 31, 2009 Administrators Report Share Posted October 31, 2009 If you can do an export in phpmyadmin of that table wit hthe contents, that would help Quote Link to comment Share on other sites More sharing options...
vvair Posted November 4, 2009 Author Report Share Posted November 4, 2009 If you can do an export in phpmyadmin of that table wit hthe contents, that would help You have a PM! Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted November 4, 2009 Administrators Report Share Posted November 4, 2009 Weird, the table looks ok. Can you just edit it in phpmyadmin for now? Quote Link to comment Share on other sites More sharing options...
vvair Posted November 4, 2009 Author Report Share Posted November 4, 2009 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! Quote Link to comment Share on other sites More sharing options...
Simon VVair Posted November 24, 2009 Report Share Posted November 24, 2009 Antonio, i've opened also this http://forum.phpvms.net/index.php?topic=1516.0 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 :D Quote Link to comment Share on other sites More sharing options...
vvair Posted November 27, 2009 Author Report Share Posted November 27, 2009 Hi Nabeel, i've installed the beta version (807) . The setting page don't still save change Please can you debug it ? Thanks Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted November 27, 2009 Moderators Report Share Posted November 27, 2009 we are at beta 808 Quote Link to comment Share on other sites More sharing options...
vvair Posted November 27, 2009 Author Report Share Posted November 27, 2009 we are at beta 808 The setting page accept save changes ?? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted November 28, 2009 Administrators Report Share Posted November 28, 2009 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. Quote Link to comment Share on other sites More sharing options...
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.