I went to log into my blog today and this is what i was welcomed with. I have been staring at this code and looking for an error and i don't see anything. Is there a well trained pair of eyes that could take a look at my code and let me know if you see anything. Here are the two errors.
Warning: stristr() [function.stristr]: Empty delimiter. in /homepages/37/d193440522/htdocs/knockout/wp-content/plugins/wp-shopping-cart/wp-shopping-cart.php on line 2094
Parse error: syntax error, unexpected T_STRING in /homepages/37/d193440522/htdocs/knockout/wp-includes/pluggable.php on line 138
My pluggable file is located in my pastebin at
RIGHT HERE!
Thank You in advance for your help.
Mez
mweinelt
Member
Posted 4 years ago #
in line 136 till 138 there is a one line comment using // started but however there is text until line 138
change line 136-138 to:
// We need to set user_level from meta, not row
mweinelt. Thank you for your help. Combining those lines fixed that error but now every instance in the code is seperated by a line of 2 of space so i have had to do the same thing for those too. I did this for 6 lines and then i get this error now.
Warning: stristr() [function.stristr]: Empty delimiter. in /homepages/37/d193440522/htdocs/knockout/wp-content/plugins/wp-shopping-cart/wp-shopping-cart.php on line 2094
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /homepages/37/d193440522/htdocs/knockout/wp-includes/pluggable.php on line 418
I will post an updated php file for you to look at.
Right Here
mweinelt
I fixed the above problem and then the error moved on down the page to this??? I am looking at this line and not sure where the unexpected , is
Parse error: syntax error, unexpected ',' in /homepages/37/d193440522/htdocs/knockout/wp-includes/pluggable.php on line 509
Will continue to look at this until i hear from you.