![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||||||||||
|
|||||||||||
|
Error in vphp
Any one knows why I get this error "Error in vphp.c on line 339: Inappropriate permissions set on script" I try to upgrade a script that that was on this site?
|
|
#2
|
|||||||||||
|
|||||||||||
|
Just look at line 339 of the script. Is this a windows box or Unix box you're running it on?
|
|
#3
|
|||||||||||
|
|||||||||||
|
I just did "// End of File Content now write it
$out = fopen("../include/common.php", "w"); fwrite($out, $filecontent, strlen($filecontent)); fclose($out); // File has been writen echo '<strong>' . $this->lang['install_settings_saved'] . ' <a href="index.php?step=6">' . $this->lang['install_continue_db_setup'] . '</a></strong>'; } I'm on Unix I think it is the fopen function if any one knows how to redo it, I'd appreciate your help. Thanks |
|
#4
|
|||||||||||
|
|||||||||||
|
Just chmod common.php to make it writable by anyone, and you should be good.
|
|
#5
|
|||||||||||
|
|||||||||||
|
Thanks Jef
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Vphp install Schedule | admin | News and Announcements | 24 | 02-01-2006 09:03 AM |