View Single Post
  #8  
Old 06-29-2008, 06:20 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

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.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote