GeorgeS
Posts: 206
|
| Posted: 09/23/2004, 2:17 PM |
|
Hi,
when CCS generates a project it creates common.php file in lower case.
However in other files it is included this way:
include(RelativePath . "/Common.php");
No problem for running PHP on Windows.
For Linux deployment you have to go & manually change all common includes for lower case in order to get the project working.
Why not to generate Common.php in upper case or change includes for lower case?
Any comments/suggestions on this "feature" of CCS?
Thanks
_________________
GeorgeS |
 |
 |
DonB
|
| Posted: 09/23/2004, 8:48 PM |
|
You have something setup to force lowercased filenames. The "normal"
filename that CCS generates is "Common" not "common".
--
DonB
http://www.gotodon.com/ccbth
"GeorgeS" <GeorgeS@forum.codecharge> wrote in message
news:541533d57cb33b@news.codecharge.com...
> Hi,
>
> when CCS generates a project it creates common.php file in lower case.
> However in other files it is included this way:
>
> include(RelativePath . "/Common.php");
>
> No problem for running PHP on Windows.
>
> For Linux deployment you have to go & manually change all common includes
for
> lower case in order to get the project working.
>
> Why not to generate Common.php in upper case or change includes for lower
> case?
>
> Any comments/suggestions on this "feature" of CCS?
>
> Thanks
> _________________
> GeorgeS
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|