You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHudBase Developers
Not sure if you're aware yet but with PHP5 you have to declare the
timezone that the server is in. A simple declaration of
date_default_timezone_set('UTC'); on game.php works just fine for
fixing it.
SpaceDoG
unread,
May 8, 2010, 5:31:52 AM5/8/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PHudBase Developers
I'm getting a lot of the following
Notice: Undefined offset: ### in D:\Apache2.2\htdocs\server\includes
\classes\Server\SocketServer.class.inc on line 127
Also on errorFunctions.inc E_WARN should be in single quote in order
to avoid a notice warning.
Benjamin Graham
unread,
May 11, 2010, 7:27:45 PM5/11/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phudbase-...@googlegroups.com
Yes this is a issue with PHP5.3 for sure. I did not have this issue with PHP5.2 though, so I can't confirm for all PHP5 versions.