Working with Hydrogen.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tekati
Forum Newbie
Posts: 1
Joined: Tue Nov 01, 2011 2:29 pm

Working with Hydrogen.

Post by tekati »

I am using PHP 5.3.2-1 and using the Hydrogen framework. For some reason I get error 500 when it gets to the first namespace declaration.

Has anyone encountered this or know of any issues with namespaces and PHP 5.3.2-1?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Re: Working with Hydrogen.

Post by Weirdan »

Check your error_log (or whatever equivalent you have for the webserver you use).
Post Reply