J
Jantjeb
Guest
After upgrade to Plesk 9.2.1 a lot of the sites gave errors because of this:
php script before upgrade:
$font="test.ttf
Now our users have to change this to
$font="./test.ttf
So a lot of complaints
Anyone an idea why php script suddenly can't find files the old way?
( the test.ttf is in the same dir as the php script )
Hope somebody can explain what happened...
Thanks
php script before upgrade:
$font="test.ttf
Now our users have to change this to
$font="./test.ttf
So a lot of complaints
Anyone an idea why php script suddenly can't find files the old way?
( the test.ttf is in the same dir as the php script )
Hope somebody can explain what happened...
Thanks