26
Jan
Code:
Notice: Undefined index: REQUEST_URI …\app_controller.php on line 130
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at …\app_controller.php:130) in …\session.php on line 154
Warning: Cannot modify header information - headers already sent by (output started at …\app_controller.php:130) in …\session.php on line 155
if you have the above error in windows, try […]
Popularity: 19% [?]
Posted in CakePHP | No Comments »
24
Jan
IBM developerWorks is an excellent source of valuable tutorials for tons of technologies and platforms.
They have several series of tutorials covering CakePHP. One of them is Cook up Web sites fast with CakePHP.
This serie covers topics like Bake, Sanitize and Sessions and more.. Very important for potential Bakers, I strongly encourage anyone interested in baking […]
Popularity: 19% [?]
Posted in CakePHP | No Comments »
24
Jan
Happened to stumble upon this fanastic blog on CakePHP. Not sure if the author is a developer of CakePHP but he is definitely a good baker!
http://cake-php.blogspot.com/2006/09/21-things-you-must-know-about-cakephp.html
Technorati Tags: CakePHP
Popularity: 18% [?]
Popularity: 18% [?]
Posted in CakePHP | No Comments »
23
Jan
The most likely cause for this problem is that php_mysql.dll is not enable for CLI (command line interface) version for PHP.
To resolve this,
(windows)
Create a copy php.ini-dist in the directory where php.exe is.
Rename it to php.ini.
Edit the file, uncomment php_mysql.dll and php_mysqli.dll
Run php bake.php, if you receive error about ./mysql.dll unable to load, copy and […]
Popularity: 22% [?]
Posted in CakePHP | No Comments »