[solved]:Undefined Variable? [solved]:Undefined Variable?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[solved]:Undefined Variable?

Started by SniperX, February 07, 2004, 02:35:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SniperX

Hi..

I am so close to getting this thing running, I can taste it.  :lol:

However, I seem to have this error:

Notice: Undefined variable: tabs in /home/imitatio/public_html/studiox/imgbank/themes/project_vii/theme.php on line 1256

As you can see, I'm currently using the project_vii theme as a base on which to model my own.

The code in question, seems to be this bit:

    echo $footer;
    // Tab display
    $params = array('{COLUMNS}' => $columns,
        '{TABS}' => $tabs,
        );
    echo template_eval($tabs_row, $params);

    endtable();

    echo $spacer;

In addition to this, users don't get the "Upload" menu.

I'm not really sure what other information you will need to help me rectify this, but I'd sure appreciate some assistance.

Thanks in advance.

EDIT// Doh! A url might help huh?
http://www.guiskins.com/studiox/imgbank/ for the actual problem.
http://www.guiskins.com/studiox/forums/ for the forums which are working fine.
There is a dummy account on the forums:
Username: test
Password: tester

if that helps any.

SniperX

Right. I've established that the error above was only to with the project_vii theme so I'll base it on another - no problem there.

However, Upload still doesn't appear on the user's menu. Have I missed something really stupidly simple? I can upload as Admin.

Doh! - again. Found the solution here