fopen and alot of errors plz help |
5/30/2007 7:12:43 AM |
PHPRunner General questions | |
A
aboubakr author
Hello |
|
J
|
Jane 5/30/2007 |
Hi, |
A
|
aboubakr author 5/30/2007 |
hello thanx for answering |
![]() |
Alexey admin 5/30/2007 |
Hi, if (!($fd = @fopen($_tmp_file, 'wb'))) { and replace it with: if (1 ) {
|
A
|
aboubakr author 5/30/2007 |
a great thanx xlinesoft |
B
|
bodir 9/16/2007 |
Hi, there is some limitation at your hosting - users can not write to /tmp directory from php script. To get your pages working modify core.write_file.php file in C:\Program Files\PHPRunner5.0\source\libs\internals directory. Find this line there: and replace it with: Then rebuild your pages and upload them to the server. We'll include this workaround into the next update of PHPRunner.
|
![]() |
Sergey Kornilov admin 9/16/2007 |
This is a permissions issue. |
B
|
bodir 9/16/2007 |
This is a permissions issue. You need to make sure that templates_c directory is writable by web server user. You can do this setting permissions mask to 766 on this directory. You can do this using control panel that your hosting company provides or via shell.
|