Jump to content

Recommended Posts

Posted

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

Posted

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) {

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...