Jump to content

[Fixed] Undefined Variable

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
werx

werx

    Newbie

  • Members
  • Pip
  • 2 posts
ionFiles Version: 3.0a
ionFiles Installation URL: rofldonkey.co.uk
---------------------------
Error description: 2 undefined variables

Page of occurence: downloads page
---------------------------
Misc.:
Notice: Undefined variable: totalFileSize in /home/fhlinux169/r/rofldonkey.co.uk/user/htdocs/components/com_ionfiles/ionfiles.php on line 305

Notice: Undefined variable: totalFileDownloads in /home/fhlinux169/r/rofldonkey.co.uk/user/htdocs/components/com_ionfiles/ionfiles.php on line 314

#2
werx

werx

    Newbie

  • Members
  • Pip
  • 2 posts
I tried uninstalling 3.0a and installing 2.0 to see if I had the same problem, 2.0 gave an error when installing, however it did install but the control panel page isn't there and I can't uninstall it.

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
On line 12 change this line:

[highlight=php]
//error_reporting(E_ALL);
[/highlight]

to

[highlight=php]
error_reporting(0);
[/highlight]

in ionfiles.php