[PHPTAL] php in a shared host enviroment
Jonathan Vanasco
phptal at 2xlp.com
Sun Feb 18 20:27:50 CET 2007
On Feb 17, 2007, at 6:37 PM, al wrote:
> So it appears that the 1st account had already generated the
> 'tpl_1_1_852ab91aa55bcd3f99ecc0789caf07d33.php' file with it's own
> permissions - and so the second account could not open the file.
did you do
ls /tmp
and
ls -al /
the first will show you what is in tmp. the 2nd will show you the
permissions of /tmp
my guess is the php user can't write to tmp
> define('PHPTAL_PHP_CODE_DESTINATION', 'tmp/');
> but neither of those worked. ( It just said it couldn't find - tmp/
> tpl_1_1_852ab91aa55bcd3f99ecc0789caf07d33.php).
try changing that the /path_to_your_account/tmp and chmodding the tmp
folder to something that the php user can read/write
// Jonathan Vanasco
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
| SyndiClick.com
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
| FindMeOn.com - The cure for Multiple Web Personality Disorder
| Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
| RoadSound.com - Tools For Bands, Stuff For Fans
| Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - -
More information about the PHPTAL
mailing list