Categories > OpenTBS general >

OpenTBS error

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Anonymous
Date: 2014-04-02
Time: 12:27

OpenTBS error

Hello,
I have downloaded OpenTBS library version 1.8.3 and copied it to my server without any modification.
Now /demo/demo.html raise an exception on every example like this:

TinyButStrong Error OpenTBS Plugin: Signature of Central Directory Header #1 (file information) expected but not found at position 38069 (h:94b5).
The process is ending, unless you set NoErr property to true.

How can I fix it?
By: Skrol29
Date: 2014-04-03
Time: 01:25

Re: OpenTBS error

Hi,

The inline demo is exactly the same as the package. And you're the first having this problem.
Can you describe what do you acting in the demo HTML page in order to have this bug ?
By: Anonymous
Date: 2014-04-03
Time: 11:01

Re: OpenTBS error

I think I know what was wrong, but don't know why
The problem happens when apache configured like this

php_admin_value mbstring.func_overload 2
php_admin_value mbstring.internal_encoding UTF-8
By: Skrol29
Date: 2014-04-04
Time: 02:38

Re: OpenTBS error

interesting to know.