Guest CableGuy Posted May 12, 2009 Report Share Posted May 12, 2009 Ok well ive uploaded all of the new files, Yet in the admin panel it still says i need to update? Can i get any help please Quote Link to comment Share on other sites More sharing options...
Wayne Posted May 12, 2009 Report Share Posted May 12, 2009 When you updated did you make sure to run the install??? the install path to your site would look like this.... www.yoursite.com/install/update.php run that it should do its than right away and once you log back into the admin panel be sure to go into the ftp and delete your install folder. Quote Link to comment Share on other sites More sharing options...
Kreu Posted June 20, 2009 Report Share Posted June 20, 2009 I'm getting the following upon running the install/update.zip: There was an error, with the following message: "INSERT command denied to user 'flymelit_keith'@'localhost' for table 'phpvms_settings' (1142)" On the following query: -- Add total hours INSERT INTO `phpvms_test`.`phpvms_settings` (`id` ,`friendlyname` ,`name` , `value` ,`descrip` ,`core`) VALUES (NULL , 'Total VA Hours', 'TOTAL_HOURS', '0', 'Your VA''s Total Hours', '0'); Try running it manually Also, when I go to the Admin Center, upon clicking the previously expandable menu, nothing happens... Seems like they've become dead links after the update.... Quote Link to comment Share on other sites More sharing options...
Kreu Posted June 20, 2009 Report Share Posted June 20, 2009 Right, so I deleted the phpvms_test bit which after checking with my database, no such folder existed and that got the update installation working fine. But, the admin glitch still persists. Somehow, the Admin links were removed - I just hope that I can overcome that by manually readdressing the links to the files that they should link to... Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted June 20, 2009 Administrators Report Share Posted June 20, 2009 "INSERT command denied to user 'flymelit_keith'@'localhost' for table 'phpvms_settings' (1142)" That means that user doesn't have permission to do that to the database. You need to grant those permissions (however your host has you do that) Then run the install (I'd say do it from scratch at this point). What version are you running? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted June 20, 2009 Administrators Report Share Posted June 20, 2009 Also sounds like you were trying the beta as a clean install. I recommend going to the last released version first, then if you want to use a beta, then updating to the beta copy 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.