Hi, all, I ran through the tutorial at http://manual.cakephp.org/appendix/blog_tutorial%22, and after modifying MySQl to use old passwords (since I'm using PHP4.4.1 and it's not set to use MySQLi), and messing around with the mod_rewrite settings as much as I can stomach, I still can't get the site up and running. Just to be double-sure, I copied all the text from the tutorial into files with the proper plurality and capitalization etc.
I'm getting the following: Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /Library/WebServer/Documents/app/models/post.php on line 3 Line 3, from the website: class Post extends AppModel I tried some random things like adding a semicolon to the line or removing the $name assignment statement (since it sort of seemed optional), but these tactics just produced other error messages. I've also configured Cake's index.php with full path names in case it's getting lost, but that hasn't worked, either. I'm new to programming, so I'm careful to try everything that occurs to me before asking for help, but this problem is getting pretty frustrating. If it helps: I couldn't find the word "sessions" in my httpd.conf file. From what little I know of sessions, this shouldn't be a problem for the tutorial, but then, I don't know much. Also, I'm not entirely sure I solved the mod_rewrite problem: I used the workaround since I'm not allowed to edit httpd.conf. Thanks in advance, Joel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
