Re: [PHP] A dumb question - Regarding a php cms

2005-09-17 Thread Jose Miguel
Regarding paths, in a Windows enviroment, you should use double slash, like:

c:\\www\\syntax desktop\\

Cheers.

On 18 Sep 2005 09:13:56 +1000, Troy Pieterman [EMAIL PROTECTED] 
wrote:
 
 Im trying to run Syntax desktop which is a php cms (on my own server
 win2003).
 
 In the installation readme it tells me to edit a cfg.php file, i have done
 this but the cms still does not load, i have a feeling its becuase it 
 dosnt
 know where to load its files from, here is the code that tells it, its 
 path
 and relative path.
 
 
 
 ///
 // AUTO CALCULATED VARIABLE
 
 
 //
 
 //phisical path. I.e. /var/www/html/site1/
 $synRealBasePath=substr(dirname(__FILE__),0,strlen(dirname(__FILE__))-6);
 
 //relative path. I.e. /site1/
 $synBasePath=/.basename($synRealBasePath)./;
 
 
 //
 
 How do i write in there its phisical path and relative path are
 c:\www\syntax desktop\
 
 thanks for your help
 
 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 


-- 
Jose Arce
http://sinexion.com - http://josearce.com


Re: [PHP] A dumb question - Regarding a php cms

2005-09-17 Thread Dragan Stanojevic - Nevidljivi

Troy Pieterman wrote:

Im trying to run Syntax desktop which is a php cms (on my own server
win2003). 


In the installation readme it tells me to edit a cfg.php file, i have done
this but the cms still does not load, i have a feeling its becuase it dosnt
know where to load its files from, here is the code that tells it, its path
and relative path.


///
// AUTO CALCULATED VARIABLE



How do i write in there its phisical path and relative path are
c:\www\syntax desktop\


As I can see those are auto calculated and should not be touched... Your 
problem probably lies somewhere else.


Did you get any error? What do server logs say? Do you get any output?

bye,
N::


smime.p7s
Description: S/MIME Cryptographic Signature