PDA

View Full Version : Notice: Undefined index


schan
11-08-2013, 09:51 PM
I did a search for this title and came across this old thread:
https://vborg.vbsupport.ru/showthread.php?t=236295&highlight=undefined+index

The thread simply tells you how to hide those notices. I don't want to hide them but want to understand why I'm getting them. My hunch is that the indexes from the MySQL table is missing for some of the columns in the user table: userid, membergroupid, and so on. Can someone please confirm if this is true? A search via Google came up with some threads that said to use isset(). Well, the error messages relate to the functions file within vBulletin. I don't want to modify the core file(s).

Thanks,
-S

Simon Lloyd
11-08-2013, 11:11 PM
The index can be refreshed in admincp>maintainance, that line the user was telling someone to use is normally to hide php errors, if your php version has changed it's possible you are getting these because of that.

schan
11-09-2013, 12:23 AM
Thanks Simon. We decided to use the ^ notice flag and moved on. The operation is working fine.