turtle6340 Posted March 22, 2009 Report Posted March 22, 2009 Brand new install with the latest beta, and I receive this error.. The template file "***htdocslibskinsCURRENT_SKINheader.tpl" doesn't exist in ***htdocscoreclassesTemplateSet.class.php on line 206 (ignore the ***) If I go to the index page there is no format at all, which I expect from that error and in the admin section under site settings, I have no available options to set (all blank), just a heading that reads total hours 0.. Quote
Administrators Nabeel Posted March 23, 2009 Administrators Report Posted March 23, 2009 Yeah, there are some issues with the beta for right now, on the install. If you install the release version, then update to the beta you should be OK Quote
turtle6340 Posted March 23, 2009 Author Report Posted March 23, 2009 Just did a completely clean install with new database etc. Only used the 'full install' from the downloads page and same problem Quote
turtle6340 Posted March 23, 2009 Author Report Posted March 23, 2009 Got it fixed Nabeel.. I went through the installer code and cross referenced with my database.. For some reason the phpvms settings weren't added to the database. Once I manually entered the data, everything is up and running Quote
Administrators Nabeel Posted March 23, 2009 Administrators Report Posted March 23, 2009 That's weird. Did you spot any errors? I'll check it out. Not sure why the settings wouldn't add Quote
turtle6340 Posted March 23, 2009 Author Report Posted March 23, 2009 I'm thinking maybe it was just timing out on my end but .. INSERT INTO `phpvms_settings` VALUES(9, 'Default User Group', 'DEFAULT_GROUP', 'Active Pilots', 'This is the default group if they are not explicitly denied', 't'); with the above code example, the 't' at the end I had to change to an integer to insert it manually, and possibly the initial number (9 above) could maybe be a conflict? There is an entry in the database with a value of 1 and then at the end of the install where the above code is, it tries to insert into the table with an initial value of 1 as well.. I just changed the 't' to 1, and then the initial numbers to 2-10 instead of 1-9 Quote
Administrators Nabeel Posted March 24, 2009 Administrators Report Posted March 24, 2009 What mysql version? That coulda been it. D'oh Been changed for the latest commit (today sometime) Quote
turtle6340 Posted March 24, 2009 Author Report Posted March 24, 2009 Apache 2.2 php5.2 mysql 5.01 Quote
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.