The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
What's the error you are receiving?
|
#12
|
||||
|
||||
when i try to login in admincp i am receaving this error
Quote:
Quote:
|
#13
|
||||
|
||||
Did you follow the link in the post I already posted.
Quote:
|
#14
|
||||
|
||||
yes my host said thay change time zone
but my php is 5.2 and i put this line in config file Quote:
|
#15
|
||||
|
||||
What about the instructions here, http://www.vbulletin.com/forum/forum...66#post4000466
|
#16
|
||||
|
||||
i read sir but how to solve i cant login in admincp
--------------- Added [DATE]1382009033[/DATE] at [TIME]1382009033[/TIME] --------------- sir can you edit class_core.php for me and upload here |
#17
|
||||
|
||||
No, that can not be done, the files contain your customer info.
Just follow the instructions, it tells you specifically how to do it. Maybe try to disable your hooks to see if you can log into the ACP. Open your config.php and below<?php add this line: PHP Code:
PHP Code:
|
#18
|
||||
|
||||
i did as you said when click on login then show me this error
Quote:
|
#19
|
||||
|
||||
Then your date is still not set right, regardless of what the host says.
Add this to your includes/config.php 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 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 |
#20
|
||||
|
||||
anywhere in config file ? or there is spacific place to put these code in config file ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|