Quantcast
Channel: PHPedia » PHP warnings
Browsing latest articles
Browse All 7 View Live

PHP Warning: reset(): Passed variable is not an array or object

Message: PHP Warning: reset(): Passed variable is not an array or object in /home/cron.php on line 43 Error type: warning Symptoms: You get a reset() warning although the code seems to work fine....

View Article


PHP Warning: Variable passed to each() is not an array or object

Message: PHP Warning: Variable passed to each() is not an array or object in /home/functions.php on line 23 Error type: warning Symptoms: You try to use each, but instead of going through the loop, you...

View Article


PHP Warning: fsockopen(): unable to connect (Connection timed out)

Message: PHP Warning:fsockopen(): unable to connect to rpc.technorati.com:80 (Connection timed out) in /home/public_html/pinger.php on line 66 Error type: warning Symptoms: You try to open a socket to...

View Article

PHP Warning: Cannot modify header information – headers already sent

Message: PHP Warning: Cannot modify header information - headers already sent by (output started at /home/w.php:189) in /home/start.php on line 64 Error type: warning Symptoms: You try to send a header...

View Article

PHP Warning: failed to open stream: File name too long

Message: PHP Warning: fopen(cache/____________.cache): failed to open stream: File name too long in test.php on line 12 Error type: warning Symptoms: Call to function fopen() fails for some files....

View Article


PHP Warning: fsockopen(): unable to connect (Operation now in progress)

Message: PHP Warning: fsockopen(): unable to connect to domain.com:80 (Operation now in progress) in /home/user/public_html/browser.php on line 724 Error type: warning Symptoms: When you try to open a...

View Article

PHP Warning: Parameter expected to be a reference, value given

Message: PHP Warning: Parameter 1 to stats_admin_bar_menu() expected to be a reference, value given Error type: warning Symptoms: A warning is displayed even though the function call seems to have the...

View Article
Browsing latest articles
Browse All 7 View Live