1
Tuscany
problem with xcgal 1.1 and lw_rouge theme
  • 2005/12/28 0:44

  • Tuscany

  • Just popping in

  • Posts: 56

  • Since: 2005/4/19


Hi!

I have a very strange issue with xcgal (Ver. 1.1) in combination with the lw_rouge theme.

my website runs on a win2k server (IIS 5) and it is fine to open it from a win2k machine but when using WinXP as a client the pages tabs following the thumbnail list gets screwed up. Only the first page (which ist shown) is indicated by a "1". There ar no tabs for the other pages, and the included footer file is within the thumbs-table and not after. This problem only occurs with this theme!

I turned on PHP debug and found the following message:

Warning [PHP]: sprintf(): Too few arguments in file
C
:WEBSITESwww.domain.atmodulesxcgalincludefunctions.inc.php line 84


This (in red) is the line mentioned in the warning message:

function create_tabs($items$curr_page$total_pages$template)
{
    global 
$xoopsModuleConfig;

    if (
function_exists('theme_create_tabs')) {
        
theme_create_tabs($items$curr_page$total_pages$template);
        return;
    }

    
$maxTab $xoopsModuleConfig['max_tabs'];

    [
b][color=CC0000]$tabs sprintf($template['left_text'], $items$total_pages);[/color][/b
    if ((
$total_pages == 1)) return $tabs;

    
$tabs .= $template['tab_header'];
    if (
$curr_page == 1) {
        
$tabs .= sprintf($template['active_tab'], 1);
....


Please help me - I am searching for the error since days !

Thanx
Peter

Login

Who's Online

163 user(s) are online (89 user(s) are browsing Support Forums)


Members: 0


Guests: 163


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jan 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits