This is a discussion on Magis_qoutes + linux + smarty within the PHP General forums, part of the PHP Programming Forums category; Hi Guys I have a Problem wioth Smarty i have set the MAGIC_QOUTES_GPC =ON and the templates are not getting ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi Guys
I have a Problem wioth Smarty i have set the MAGIC_QOUTES_GPC =ON and the templates are not getting created. however when it is off ther created and everything is working fine. thsi happens only on linux. On windows it has no problem -- Have A plesant Day Chetan. D. Rane Location: India Contact: +91-9844922489 otherID: chetscool@yahoo.com chetrane@rediffmail.com |
|
|||
|
chetan rane wrote:
> Hi Guys > > I have a Problem wioth Smarty > i have set the MAGIC_QOUTES_GPC =ON > and the templates are not getting created. > however when it is off ther created and everything is working fine. > > thsi happens only on linux. > On windows it has no problem This list is for general PHP questions. Try one of the smarty mailing lists... http://smarty.php.net/resources.php?category=7 -Stut -- http://stut.net/ |
|
|||
|
This is wrong place for Smarty questions, try smarty mailing lists.
That said, you probably have problem with file access rights, ie folder you're trying to write to or create has flags that don't allow that, or you've created it with ftp (and as ftp user) and your php script is running under as a different user. Boban |