Undefined index!!! Undefined index!!!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Undefined index!!!

Started by xnelsonx, December 06, 2004, 12:23:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xnelsonx

Hi,

... after follow the installation instruction, in the main page give me that information:
   
   "Notice: Undefined index: offline in /home/httpd/vhosts/eusei.com.pt/httpdocs/webgallery/include/init.inc.php on line 381"

and i try to do a test sending one image, i received sucessfull but i didn't work correctly...

Anyone can help me?
I allready try to see the source code in this line but i don't think the problem is there.

Nelson MB

Casper

The notice is nothing to worry about, just turn off debug mode, at the bottom of the config page, and it should go away.

For your upload problem, you will have to give more details, such as what method of upload you used, the size and type of the pic.  Please read the 'upload' support forum, and if you still have problems, post there.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

xnelsonx

hi,

just to know, the following Notices are normal?

  Notice: Undefined variable: file_failure_array in /home/httpd/vhosts/eusei.com.pt/httpdocs/webgallery/upload.php on line 1940

  Notice: Undefined variable: URI_failure_array in /home/httpd/vhosts/eusei.com.pt/httpdocs/webgallery/upload.php on line 1941

  Notice: Undefined variable: zip_failure_array in /home/httpd/vhosts/eusei.com.pt/httpdocs/webgallery/upload.php on line 1942

After turn off de debug mode everything work normal
And the other problem about the photo upload i supose that was because de size.... was more than 1024 kb

Nelson MB

Casper

Notices are nothing to worry about, unless they happen when debug is not on.

Warnings and errors are the things that cause problems.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

xnelsonx

ok,

nice to know that i put the gallery working...  :)

thanks alot ;)

Nelson MB