Categories > OpenTBS with DOCX >

Undefined property

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Jan
Date: 2014-05-14
Time: 09:02

Undefined property

Hi Skrol29,

I made my openTBS project work on my localhost, but uploading it to the internet server I encounter the next errors:

Notice: Undefined property: clsOpenTBS::$TbsCurrIdx in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 666

Notice: Undefined property: clsOpenTBS::$TbsCurrIdx in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 667

Notice: Undefined property: clsOpenTBS::$OpenXmlRid in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 168

Notice: Undefined property: clsOpenTBS::$OpenXmlRid in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 2019

Warning: Invalid argument supplied for foreach() in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 2019

Notice: Undefined property: clsOpenTBS::$OpenXmlCTypes in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 185

Notice: Undefined property: clsOpenTBS::$OpenXmlCTypes in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 2090

Warning: Invalid argument supplied for foreach() in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 2090

Notice: Undefined property: clsOpenTBS::$OpenDocManif in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 186

Notice: Undefined property: clsOpenTBS::$OpenXmlRid in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 187

Notice: Undefined property: clsOpenTBS::$OpenXmlRid in ..r\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 2019

Warning: Invalid argument supplied for foreach() in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 2019

Notice: Undefined property: clsOpenTBS::$CdPos in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 5089

Notice: Undefined index: bin in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 5142

Notice: Undefined property: clsOpenTBS::$CdPos in ..\lib\thirdparty\OpenTBS\tbs_plugin_opentbs.php on line 5156
failed

Could you help me out here?
Has it anything to do with php version or writing properties?
I'm puzzled....
By: Jan
Date: 2014-05-14
Time: 12:19

Re: Undefined property

It was a read property problem. The docx template to be merged must be in a directory with read rights.
So that's solved!
By: Skrol29
Date: 2014-05-28
Time: 00:35

Re: Undefined property

Ok