Screenshot error
error 232
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Screenshot error
error
OP
232
From: -
From: -
Thanks How i missed that damn.
1 Re: Screenshot error
Philipp Esselbach
From: -
Editor
0From: -
For some reason the build script (the script that package all Contentteller editions) copied the <?php to line 16 instead of line 1 in /modules/files/filesimage.php
should be:
// +--------------------------------------------------------------------------+
// | Contentteller(R) Business Edition 2.1.0 |
// +--------------------------------------------------------------------------+
// | Copyright (C) 2002 - 2010 by Esselbach Internet Solutions |
// | Available from http://www.contentteller.com |
// +--------------------------------------------------------------------------+
// | Contentteller is not free software. You may not redistribute this file |
// | or its derivatives without written permission. |
// +--------------------------------------------------------------------------+
// | Contentteller is a registered trademark. |
// +--------------------------------------------------------------------------+
// | Build: 824.0.100424-144838 |
// +--------------------------------------------------------------------------+
<?php
/**
* @package Contentteller
* @subpackage Files
* @copyright (C) 2002 - 2010 Esselbach Internet Solutions
*/
should be:
<?php
// +--------------------------------------------------------------------------+
// | Contentteller(R) Business Edition 2.1.0 |
// +--------------------------------------------------------------------------+
// | Copyright (C) 2002 - 2010 by Esselbach Internet Solutions |
// | Available from http://www.contentteller.com |
// +--------------------------------------------------------------------------+
// | Contentteller is not free software. You may not redistribute this file |
// | or its derivatives without written permission. |
// +--------------------------------------------------------------------------+
// | Contentteller is a registered trademark. |
// +--------------------------------------------------------------------------+
// | Build: 824.0.100424-144838 |
// +--------------------------------------------------------------------------+
/**
* @package Contentteller
* @subpackage Files
* @copyright (C) 2002 - 2010 Esselbach Internet Solutions
*/
Try to click here:
MSFN
on top of page i get error.