I get 2 (I think) small errors:
Error 1
Now that the Imagick works I get the following error when clicking om a thumbnail in the admin.
He shows the image correctly and displays the other info in the popup, but an error is shown in de top of the popup. Is shows:
Code: Select all
Parse error: parse error, unexpected T_VARIABLE in /home/httpd/vhosts/mydomain.nl/httpdocs/phpwcms/include/inc_lib/autolink.inc.php on line 79
Code: Select all
<br />
<b>Parse error</b>: parse error, unexpected T_VARIABLE in <b>/home/httpd/vhosts/mydomain.nl/httpdocs/phpwcms/include/inc_lib/autolink.inc.php</b> on line <b>79</b><br />
<html>
<head>
<title>phpwcms: file info</title>
And error 2:
When I have a description and keywords entered at a picture I get an extra error in the popup, that shows underneath the picture and keywords:
Code: Select all
Fatal error: Call to undefined function: auto_link() in /home/httpd/vhosts/mydomain.nl/httpdocs/phpwcms/fileinfo.php on line 136
Do you have any clue on this?