• Hey

    i’ve installed the Plugin. But when I do want to set up something in Adminpanel I do get that message (e.g.):

    Fatal error: Only variables can be passed by reference in /path/wp-content/plugins/easy-appointments/src/templates/admin.tpl.php on line 272

    How can I fix it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    you have ASP tags turned on in your PHP settings. Just turn that off and everything will work fine. That is a legacy option and it has been removed from PHP in version 7.0 .

    Best regards,
    Nikola

    Thread Starter tibkik

    (@tibkik)

    Thank your for your answer? How can I disable it? Do I need to create a htacces entry or a seperate php.ini?

    Hi,

    yes inside PHP ini file. There turn it off.

    Best regards,
    Nikola

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fatal error:’ is closed to new replies.