Questions tagged [notice]

293 questions
-2
votes
1 answer

Cart Message for a specific shipping class and a minimal cart total in Woocommerce

I am looking for the following solution: I would like to display a cart message for products that have a specific shipping class are in cart and when the cart subtotal is below $75: Shipping class: "bezorgservice". Minimum cart amount: 75. cart…
Justus
  • 123
  • 2
  • 10
-2
votes
1 answer

Instagram error while trying to get followed by count

My site has been receiving instagram subscribes with this script for about last 5 month:
  • ">
    Oletem
    • 19
    • 1
    • 11
  • -2
    votes
    3 answers

    ISSET function undefined variables variables

    Hello i have problem with isset id like someone to help me fixin this problem. Its this problem Notice: Undefined variable: v in C:\xampp\htdocs\something\something2.php on line 17 and my code is :
    StarScrime
    • 29
    • 1
    • 2
    • 9
    -2
    votes
    2 answers

    Undefined index Notice

    I've tried to fix this for ages, but when I try to upload a file I get an "undefined index" notice. Any help would be great! I get the error on line 38 if that helps, also I think it might be something to do with my form too. HTML form:
    -2
    votes
    1 answer

    Notice Array to string conversion in PHP

    I was working on a project in php earlier and got the notice the I was converting an array to a string. I was wondering if there's a way around the notice? if(isset($_POST['acceptrequest' . $user_from])) { $get_friend_check = mysql_query("SELECT…
    user3720306
    • 51
    • 1
    • 9
    -3
    votes
    2 answers

    Find out if it was request or not without Notice

    I want to have code like this: If(...) { //do if there was a request GET or POST } else { //do if not } How to make this happen? Solutions like this: if($_POST['name']) let php to throw notice.
    Sergey
    • 111
    • 8
    -3
    votes
    1 answer

    getting notice undefined index

    I have read the following PHP: "Notice: Undefined variable", "Notice: Undefined index", and "Notice: Undefined offset" however I haven't figured out the problem in my case. I am getting the notice:undefined index below, when as far as I know I…
    ChriChri
    • 275
    • 2
    • 18
    -5
    votes
    1 answer

    php notice undefined index session

    i have PHP Notice: Undefined index: langid in the error logs and here is the code it's defined so any idea about what is wrong with my code
    1 2 3
    19
    20