By: Thomas
Date: 2008-04-09
Time: 23:42
|
$OOo->SetZipBinaryHello!
I've installed TBS with OO and tried the script from the tutorial on my web site. When I use
the document is created, but the variable [var.x] is not replaced by "Hello world". That seems to be the same problem as mentioned in http://www.tinybutstrong.com/forum.php?msg_id=7275 So, I wonder what to write in to the ZIP and UNZIP paths. Referring to my provider, ZIP is in /usr/bin/zip. But when I use the code
I do not get a file at all, rather an error message like "TinyButStrong Error (LoadXmlFromDoc method): File not found : tmp/7984cd65b62f71034ad97ddb9e8f1720/content.xml". Sysinfo tells me the following paths: gzip /usr/bin/gzip gunzip /usr/bin/gunzip However,
doesn't work either. My script is located in http://my-domain.de/programme/tbsooo/hello.php So, what do I have to use as ZIP paths? Thanks a lot in advance, Thomas. |
|||
By: Thomas
Date: 2008-04-09
Time: 23:45
|
Re: $OOo->SetZipBinarySorry, I accidentally copied the wring bit of code in the first excerpt. The following is correct:
I've installed TBS with OO and tried the script from the tutorial on my web site. When I use
the document is created, but the variable [var.x] is not replaced by "Hello world". That seems to be the same problem as mentioned in http://www.tinybutstrong.com/forum.php?msg_id=7275 |