Thanks to Sam Sherlock and Andy Dawson for helping out with my path
problem.  I am now baking.

I have a problem and I did a search and found some material on it but
I want to ensure that I'm doing the right thing.  First what I'm
running:

1) php 4.4.7
2) Linux host
3) MySql 4.1.22
4) Latest stable cakephp
5) Using Apache's mod_rewrite

I baked up some controllers and some views.  I tried building a view
interactively, including admin routing but there were errors so I quit
and rebuilt non-interactively.

Currently when I access any view I get warnings:

======  SNIP ==============
Warning: preg_match() [function.preg-match]: Unknown modifier 'a' in /
home/net4/public_html/wwwroot/cake/cake/libs/router.php on line 162

Warning: session_start() [function.session-start]: Cannot send session
cookie - headers already sent by (output started at /home/net4/
public_html/wwwroot/cake/cake/libs/router.php:162) in /home/net4/
public_html/wwwroot/cake/cake/libs/session.php on line 154

Warning: session_start() [function.session-start]: Cannot send session
cache limiter - headers already sent (output started at /home/net4/
public_html/wwwroot/cake/cake/libs/router.php:162) in /home/net4/
public_html/wwwroot/cake/cake/libs/session.php on line 154

Warning: Cannot modify header information - headers already sent by
(output started at /home/net4/public_html/wwwroot/cake/cake/libs/
router.php:162) in /home/net4/public_html/wwwroot/cake/cake/libs/
session.php on line 155
======  SNIP ==============

I see that someone else here has reported the unknown modifier, and
found that all was wonderful if they didn't add "define
('WEBROOT_DIR','/public_html');" to index.php - but I didn't mess with
this at all, so it seems not relevant.  I found someone else who said
that changing the delimiter from "/" to "#" fixed everything for the
unknown modifier warning.

So how do I change my delimiter from "/" to "#"?

Does anyone have any other input that may help?

Thanks very much!

-Will


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to