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
You need to post a link to your website so we can help
sorry about that guys my site is http://www.apolloairways.co.uk
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) {
im using php version 5.5.9
im using php version 5.5.9
im using php version 5.5.9
not php, your phpvms version.
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
What phpvms version are you on?
the latest one
What version number? Look in the admin. Latest one from this site or are you using the php version (5.5.2)?
the latest one on this site i dont know where to look for my version
That fix was for the php 5.5.2 version.
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>’;
}
Hi Ryan,
I see your registration page is now working. How did you get it to work in the end?