The problem is not
GAZ
. It is the 'parse vBCode table' plugin from the 'vBCode table' add-on located at the 'bbcode_create' hook that uses too much memory:
Code:
Fatal error: Allowed memory size of 68157440 bytes exhausted (tried to allocate 311296 bytes) in /www/htdocs/********/forum/includes/class_bbcode.php(158) : eval()'d code on line 355
Because that error happens,
GAZ
cannot do what it needs to do for all the styles. That is why you got an "invalid style and language cache item" message.
The 'parse vBCode table' plugin is currently diasabled (ACP -> Add-ons & Plug-ins -> Plug-ins verwalten -> parse vBCode table). What you do with it is your choice.
As to styles, look at the gaz_html_header template in the Tribe 3.7.1 style to see what edits I made:
Code:
<div style="background: url(http://www.YOUR-DOMAIN.de/designs/tribe/t_03.jpg); height:96px;">
<div style="background: url(http://www.YOUR-DOMAIN.de/designs/tribe/t_01.jpg) no-repeat top left; height:96px;">
<div style="background: url(http://www.YOUR-DOMAIN.de/designs/tribe/box.jpg) no-repeat top right; height:96px;"></div>
</div>
</div>
That is there so you have an example of how to make further edits to the gaz_html_header, gaz_html_navbar, and gaz_html_footer templates if you wish.
I also changed some of your style information, adding in the part in bold:
Code:
background: url(http://www.YOUR-DOMAIN.de/designs/...
And I reimported the
GAZ
product XML file to reset the cron jobs. Someone changed the times they run. Do not do that.
One last thing... grab the
GAZ
package again and reFTP all the files so you are running the latest version. You do not need to reimprt the
GAZ
product XML file, as that has already been done.
Just because something 'bad' happens in
GAZ
does not necessarily imply
GAZ
is the problem, and it did not take me "just minutes" to do these things.