This topic is locked
[SOLVED]

  Upgrade from v5.6 to v6.0

11/29/2011 1:53:27 AM
PHPRunner General questions
L
loryese author

I just upgraded from v5.3 to v6.0. Now, when i'm trying to run of my projects i'm getting this error:
Fatal error: Call to undefined method XTempl::set_template() in .....\classes\runnerpage.php on line 755
at that line there is:

$this->xt->set_template($this->templatefile);


Also, at build, i'm getting "Build error - Unable to copy(System error:32)" for some images.

L
loryese author 11/29/2011



I just upgraded from v5.3 to v6.0. Now, when i'm trying to run of my projects i'm getting this error:
Fatal error: Call to undefined method XTempl::set_template() in .....\classes\runnerpage.php on line 755
at that line there is:

$this->xt->set_template($this->templatefile);


Also, at build, i'm getting "Build error - Unable to copy(System error:32)" for some images.


OK, i solved the problem <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=62727&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />.

Deleted everything from the output folder, re-build and now it's working.