Jump to content

Lance skin errors Please help


RyanJSmyth

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...