We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10152
    • 156 Posts
    Hi,

    could you help me know why getResources brings an internal error as soon as I set &tpl=`myTpl` ?

    getResources 1.0.0-ga
    Revolution RC1 rev6614
    PHP Version 5.3.2-1
    Ubuntu 10.04

    commenting this line removes the error ( and unfortunately the template ) :
    if (!empty($tpl) && empty($resourceTpl)) $resourceTpl = parseTpl($tpl, $properties);


    EDIT : the components/ folder was not created on snippet installation, due to insufficient permissions for www-data user. After chmod, remove and reinstall it is ok.