Community « Discussion forum « Installation support « Colon in a URL results in blank page «
Comment: Colon in a URL results in blank page
| Next >> |
While the encoding is ok, on my side I have the following error message, which is a bug:
To fix this the right solution is to edit
This will be made available with next release, thank you for your feed-back.
Fatal error: Undefined class name 'cache' in /home/yetanoth/www/yacs/versions/list.php on line 118To fix this the right solution is to edit
versions/list.php and to insert a line to include the cache library, as follows:// common definitions and initial processing
include_once '../shared/global.php';
include_once '../shared/surfer.php';
include_once '../shared/cache.php';
include_once 'versions.php';
This will be made available with next release, thank you for your feed-back.
by Bernard on Feb. 19 2007
