RyanJSmyth Posted August 14, 2016 Report Share Posted August 14, 2016 i have been trying to fix this skin for my va but im at my wits end the pilot page dosent work the registration page dosent work i have no clue where the frack i put the google api key and the schedules page dosent work any help would be greatly apreciated Quote Link to comment Share on other sites More sharing options...
StartVM Posted August 14, 2016 Report Share Posted August 14, 2016 You need to post a link to your website so we can help Quote Link to comment Share on other sites More sharing options...
RyanJSmyth Posted August 16, 2016 Author Report Share Posted August 16, 2016 sorry about that guys my site is http://www.apolloairways.co.uk Quote Link to comment Share on other sites More sharing options...
flyalaska Posted August 17, 2016 Report Share Posted August 17, 2016 Are you using phpvms 5.5.2? If you are, try this /core/classes/TemplateSet.class.php line 117 should be if (is_string($value) && $value != '' && substr_count($value, $this->tpl_ext) > 0) { Change to if (is_string($value) && $value != '' && substr_count($value, $this->tpl_ext."\n\r") > 0) { Quote Link to comment Share on other sites More sharing options...
RyanJSmyth Posted August 17, 2016 Author Report Share Posted August 17, 2016 im using php version 5.5.9 Quote Link to comment Share on other sites More sharing options...
flyalaska Posted August 17, 2016 Report Share Posted August 17, 2016 im using php version 5.5.9 im using php version 5.5.9 not php, your phpvms version. Quote Link to comment Share on other sites More sharing options...
RyanJSmyth Posted August 18, 2016 Author Report Share Posted August 18, 2016 Are you using phpvms 5.5.2? If you are, try this /core/classes/TemplateSet.class.php line 117 should be if (is_string($value) && $value != '' && substr_count($value, $this->tpl_ext) > 0) { Change to if (is_string($value) && $value != '' && substr_count($value, $this->tpl_ext."\n\r") > 0) { there anything like that on specified file on specified line Quote Link to comment Share on other sites More sharing options...
flyalaska Posted August 18, 2016 Report Share Posted August 18, 2016 What phpvms version are you on? Quote Link to comment Share on other sites More sharing options...
RyanJSmyth Posted August 18, 2016 Author Report Share Posted August 18, 2016 the latest one Quote Link to comment Share on other sites More sharing options...
flyalaska Posted August 18, 2016 Report Share Posted August 18, 2016 What version number? Look in the admin. Latest one from this site or are you using the php version (5.5.2)? Quote Link to comment Share on other sites More sharing options...
RyanJSmyth Posted August 18, 2016 Author Report Share Posted August 18, 2016 the latest one on this site i dont know where to look for my version Quote Link to comment Share on other sites More sharing options...
flyalaska Posted August 18, 2016 Report Share Posted August 18, 2016 That fix was for the php 5.5.2 version. Quote Link to comment Share on other sites More sharing options...
RyanJSmyth Posted August 18, 2016 Author Report Share Posted August 18, 2016 what would you suggest because where i looked was this line 116-123 public function showVars() { extract($this->vars, EXTR_OVERWRITE); echo '<pre>'; print_r(get_defined_vars()); echo '</pre>'; } Quote Link to comment Share on other sites More sharing options...
Moderators shakamonkey88 Posted August 20, 2016 Moderators Report Share Posted August 20, 2016 Hi Ryan, I see your registration page is now working. How did you get it to work in the end? 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.