vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Help please.. :) (https://vborg.vbsupport.ru/showthread.php?t=32249)

Insane2 11-08-2001 02:18 AM

Hi I'm trying to get a weather page happenin on my site with the attached php scripts and i keep getting this error with both the weather.php & the metar.php:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in c:\sambar50\docs\weather\index.php on line 40


It displays the weather but has that error twice at top of the page.. Help :rolleyes: please... :)

Mark Hensler 11-08-2001 05:30 AM

Check your error reporting level...
PHP Code:

echo error_reporting();
//error_reporting(7);
//echo error_reporting(7); 

The first line will echo the current level of error_reporting. The second will set the level to 7. The third will set the level to 7, and print the previous level.

7 is really good for everyday scritps. When in doubt, use 7. If your comming from a background in ASP, and like to set "Option Explicit" so you have to dim all your vars, you may like 15 (it will print a notice that a used var has not been initialized).

PHP docs: error_reporting(), description of Reporting Errors

Insane2 11-08-2001 08:17 AM

Quote:

Originally posted by Mark Hensler
Check your error reporting level...
PHP Code:

echo error_reporting();
//error_reporting(7);
//echo error_reporting(7); 

The first line will echo the current level of error_reporting. The second will set the level to 7. The third will set the level to 7, and print the previous level.

7 is really good for everyday scritps. When in doubt, use 7. If your comming from a background in ASP, and like to set "Option Explicit" so you have to dim all your vars, you may like 15 (it will print a notice that a used var has not been initialized).

PHP docs: error_reporting(), description of Reporting Errors

Don't mean to sound dumb but where do i find that?? All other PHP scripts run fine...

Mark Hensler 11-08-2001 03:37 PM

You have to add it into the file yourself. Somewhere near the top is best.

Insane2 11-08-2001 08:43 PM

Ok, thanks for the help...

Mark Hensler 11-09-2001 01:51 AM

Did that solve it? What level was it set at?

Insane2 11-09-2001 03:29 AM

Nope it didn't solve it, but I'm running vbportal and i just added it as a module and it seems to work fine...

Mark Hensler 11-09-2001 04:50 AM

Do you still need this solved, or does vbportal take care of your needs? (I'm not familiar with vbportal)

Insane2 11-09-2001 07:59 AM

If possible yes please, :) I'm not in a mega rush so dont do your head in or anything.. the temp fix is ok for now.. do you want me to repost the scripts? I took them down as I wasnt sure the author would appreciate them being here.. :rolleyes:

BTW I cut & pasted that code and all it seemed to do was add the number 2039 under the errors when running the script.

Mark Hensler 11-09-2001 03:02 PM

2039?!? Good golly, that's paranoia!

Try adding it above the errors.

Idealy, anything that alters the way that PHP executes should be the very first lines of uncommented code. That includes any calls to ini_set(), error_reporting(), set_magic_quotes_runtime(), and a few others.


All times are GMT. The time now is 07:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01099 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete