This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Screenshot error


avatar
error 232
From: -
Screenshot error

Try to click here:

 MSFN

on top of page i get error.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Screenshot error
avatar
OP 232
From: -
Thanks Smiling Face How i missed that damn.
1 Re: Screenshot error
avatar
Editor
0
From: -
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


// +--------------------------------------------------------------------------+
// | 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
*/

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.