Banners gone in RC4

For Joomla! 1.5 Coding related discussions, please use: http://groups.google.com/group/joomla-dev-general
Locked
maggern
Joomla! Apprentice
Joomla! Apprentice
Posts: 40
Joined: Wed Sep 05, 2007 11:44 pm

Banners gone in RC4

Post by maggern » Tue Jan 01, 2008 9:55 pm

Hello!

When upgrading to RC4 all my banners are gone. (not publishing)

The banners are in javascript, e.g. like (in Custom Banner Code):

var uri = 'http://impno.tradedoubler.com/imp?type( ... a(1437941)' + new String (Math.random()).substring (2, 11);
document.write('');


I have upgraded twice, and this happens every time. Is this a sql-issue? [I'm a newbie]
When running the database upgrade I noticed that the results had one difference from the this pdf-file http://www.factsandfun.nl/docs/How_To_Upgrade.pdf


Your SQL query has been executed successfully
SQL query:
UPDATE `jos_plugins` SET `ordering` = `ordering` +1 WHERE `folder` LIKE 'system';# Affected rows: 6
UPDATE `jos_plugins` SET `name` = 'System - SEF', `folder` = 'system',
`ordering` =1 WHERE element LIKE 'sef';# Affected rows: 1

Instead of the 6, I got affected rows: 9.

Please help.

update: Tried this extension: http://extensions.joomla.org/component/ ... Itemid,35/
Still, it does not work. This is probably a javascript issue?
Last edited by maggern on Tue Jan 01, 2008 10:15 pm, edited 1 time in total.

boardrider
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Tue Mar 13, 2007 3:01 pm

Re: Banners gone in RC4

Post by boardrider » Tue Feb 05, 2008 9:15 pm

Same issue in the 1.5 stable release. The affliate banners with javascript code as HTML banner code are not displayed anymore. Any suggestion ?


Locked

Return to “Joomla! 1.5 Coding”