vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   errors after upgrade (https://vborg.vbsupport.ru/showthread.php?t=307899)

Big Country 02-05-2014 02:15 AM

Quote:

Originally Posted by ForceHSS (Post 2479097)
Then download it

no web cam on my windows PC. give me a few, let me see if I can access the server with the MAC

ForceHSS 02-05-2014 02:16 AM

U dont need a webcam as long as u have a mic but if no mic as long as u can hear me talk

Big Country 02-05-2014 02:27 AM

Quote:

Originally Posted by ForceHSS (Post 2479099)
U dont need a webcam as long as u have a mic but if no mic as long as u can hear me talk

info sent

jkcerda 02-05-2014 03:37 AM

https://vborg.vbsupport.ru/showthrea...ghlight=errors
https://vborg.vbsupport.ru/showthrea...SQL%3A%3Aquery
https://vborg.vbsupport.ru/showthread.php?t=307008

ForceHSS 02-05-2014 04:56 AM

Have already helped him over skype. But thanks for the links I am sure they will help others

Big Country 02-06-2014 01:35 AM

Quote:

Originally Posted by ozzy47 (Post 2478989)
This is a server configuration issue and should be set at the server level in the php.ini file. However you can override the issue by setting a locale in your config.php file.

See: http://php.net/manual/en/function.da...mezone-set.php

You would use something like:

date_default_timezone_set ('America/Los_Angeles');

You can find all timezones here: http://www.php.net/manual/en/timezones.php

Really should be set in the php.ini file in this section of code:
Code:

[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "America/Los_Angeles"

; http://php.net/date.default-latitude
date.default_latitude = 34.3981

; http://php.net/date.default-longitude
date.default_longitude = 118.1358

; http://php.net/date.sunrise-zenith
;date.sunrise_zenith = 90.583333

; http://php.net/date.sunset-zenith
;date.sunset_zenith = 90.583333

Turning display errors off would also eliminate the problem. They aren't errors, simply warnings. They are due to how PHP has changed over the years. Previous to vBulletin 4.2.2, they were suppressed because vBulletin didn't know how to deal with them.

can't find the settings for America/Chicago there.:confused:


FIXED.

added

define('SKIP_ALL_ERRORS', true);

----------------------
<?php
define('SKIP_ALL_ERRORS', true);
---------------

in the config.PHP

ForceHSS 02-06-2014 02:01 AM

If you put what i gave you into the config it will remove the errors. Have you tired renaming the first part of the php.ini to America/Chicago

Big Country 02-06-2014 02:06 AM

Quote:

Originally Posted by ForceHSS (Post 2479273)
If you put what i gave you into the config it will remove the errors. Have you tired renaming the first part of the php.ini to America/Chicago

yes, but I was still missing the rest of the correct info, so the errors persisted. right now I need to install what you listed.

ForceHSS 02-06-2014 02:09 AM

Missing what info?

Big Country 02-06-2014 02:09 AM

Quote:

Originally Posted by ForceHSS (Post 2479275)
Missing what info?

proper settings.VVVVV

; http://php.net/date.default-latitude
date.default_latitude = 34.3981

; http://php.net/date.default-longitude
date.default_longitude = 118.1358

; http://php.net/date.sunrise-zenith
;date.sunrise_zenith = 90.583333

; http://php.net/date.sunset-zenith
;date.sunset_zenith = 90.583333


All times are GMT. The time now is 03:06 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.01157 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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