Page 1 of 1

PhpLayers - is there a HowTo available?

Posted: Sat May 28, 2005 3:14 am
by riverbat
Hello,

I'm new to CMS_Made_Simple.

I get template errors after installing PHPlayers. Is there some documentation about PhpLayers available somewhere?

These are the errors:

Template Error: filename: file ./libjs/layersmenu-header.ijs does not exist.
Template Error: loadfile: While loading tplfile, does not exist or is empty.
Template Error: subst: unable to load tplfile.
Template Error: filename: file ./libjs/layersmenu-footer.ijs does not exist.
Template Error: loadfile: While loading tplfile, does not exist or is empty.
Template Error: subst: unable to load tplfile.

Can anyone point me in the right direction to correct!

Thank you in advance - btw, This is an awesome CMS :)

Re: PhpLayers - is there a HowTo available?

Posted: Sat May 28, 2005 3:34 am
by Ted
There is a bug in beta3 that is causing this.  It should be fixed in the current svn version (I hope!).  You probably should either try one of those or use the latest stable version for now (0.9.2).

And thanks for the kind words.  :)

Re: PhpLayers - is there a HowTo available?

Posted: Mon May 30, 2005 10:11 am
by piratos
this error is not fixing until today.  Change phplayers.module.php to this: $mid->setTpldir('templates');  and it works.