V
V
Vitalik2015-12-17 09:49:36
PHP
Vitalik, 2015-12-17 09:49:36

What is Notice: Undefined index: in /frmtmp.php on line 134 error and how to solve it?

This morning I went to the site, and the following errors appeared:
Notice: Undefined index: in /frmtmp.php on line 134
Notice: Undefined variable: kuku in /frmtmp.php on line 149
Notice: Undefined index: in /frmtmp.php on line 118
Notice: Undefined offset: 0 in /frmtmp.php on line 129
Nothing has been updated/changed recently, and there is 0 information on the Internet on this topic. Maybe someone has come across this or can help indicate where to dig.
-------------------------------------------------- -------------------------------------------------- ----------------------------------------
Issue resolved, everyone thank!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Andrey, 2015-12-17
@VladimirAndreev

you're accessing non-existent variables, array indexes...

A
Andrey Mokhov, 2015-12-17
@mokhovcom

look here , here and here

D
D', 2015-12-17
@Denormalization

Someone's virus broke.
Or a plugin.

A
Andrey Pavlov, 2017-07-17
@androdiplus

You don't have an array declared, there are 3 ways to solve your problem
1. use isset() to check the array.
2. Use @ (Not recommended)
3. Use Try () catch ()
There is also a suggestion at the beginning of the error file to say error_reporting(1); then you won't see the error.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question