vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   FATAL ERROR: Invalid URL. (https://vborg.vbsupport.ru/showthread.php?t=323466)

Paul M 12-20-2016 12:17 PM

Quote:

Originally Posted by hugh_ (Post 2579667)
Paul if you could expand on this comment I would be pretty grateful...

Sorry, but there isnt really much more can be said.
PHP creates GLOBALS, if its missing, then it suggests a php/apache/server issue.

I notice you are using fpm, which personally, I avoid, is there any reason you are using it ?

BirdOPrey5 12-20-2016 01:34 PM

Perhaps this? https://bugs.php.net/bug.php?id=65223

Response from PHP team based on bug report of missing $GLOBALS

Quote:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

super-globals (aka. auto globals) are not added to symbol tables by defaultfor performance reasons unless the parser sees need. i.e.

<?php
$_SERVER;
print_r($GLOBALS);
?>

will list it. You can also control this using auto_gloals_jit in php.ini: http://www.php.net/manual/en/ini.cor...to-globals-jit
Solutions seems to be to force auto_gloals_jit to true in php.ini file.

hugh_ 12-20-2016 05:09 PM

Quote:

Originally Posted by Paul M (Post 2579671)
Sorry, but there isnt really much more can be said.
PHP creates GLOBALS, if its missing, then it suggests a php/apache/server issue.

I notice you are using fpm, which personally, I avoid, is there any reason you are using it ?

I use it because it's a lot faster than the alternative. Why avoid it?

--------------- Added [DATE]1482261998[/DATE] at [TIME]1482261998[/TIME] ---------------

Quote:

Originally Posted by BirdOPrey5 (Post 2579672)
Perhaps this? https://bugs.php.net/bug.php?id=65223

Response from PHP team based on bug report of missing $GLOBALS

Solutions seems to be to force auto_gloals_jit to true in php.ini file.

I have that setting enabled already unfortunately.

--------------- Added [DATE]1482309694[/DATE] at [TIME]1482309694[/TIME] ---------------

So I haven't had the problem in 24 hours since upgrading to 4.2.4 Release Candidate 2 but I remember it seeming to go away the last few times I upgraded.

hugh_ 01-06-2017 06:35 AM

Still no sign of this problem with 4.2.4 RC2.

Paul M 01-06-2017 05:52 PM

You wont see it die with that fatal error if thats what you mean.

It was converted to a user warning in 4.2.4, so php will log the warning and attempt to carry on.


All times are GMT. The time now is 06:04 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.01076 seconds
  • Memory Usage 1,727KB
  • 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
  • (4)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
  • (5)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