Welcome to Dream.In.Code
Getting PHP Help is Easy!

Join 135,955 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 2,648 people online right now. Registration is fast and FREE... Join Now!




Php: Script Install Problems...

 
Reply to this topicStart new topic

Php: Script Install Problems..., What are these errors here?

alchemy
26 Sep, 2002 - 02:44 PM
Post #1

D.I.C Head
**

Joined: 22 Aug, 2002
Posts: 72

Hi-

I have a script that uses PHP and a MySQL database. Just learning PHP now makes it hard to decipher certain problems I'm having just getting it installed.

It's actually one of those where you call install.php from your browser and a few text boxes appear to get certain info.

I placed all of the .php files, the inc folder and all that in the WWW directory.

It asks for database host, name, username and password which get sent I guess over to it's variable counter-parts in the script. However, when I press install I get these errors...

QUOTE
Warning: fopen("inc/db.inc.php", "w+") - Permission denied in /home/www/mysite/organizer/install.php on line 404


Line 404-> $fp_db_file = fopen ($db_file, 'w+');

QUOTE
Warning: Supplied argument is not a valid File-Handle resource in /home/www/mysite/organizer/install.php on line 406
Kann die Datei nicht locken.


Line 406-> flock ($fp_db_file, 2) or die("Kann die Datei nicht locken.");

What could this mean, did something with PHP itself change with the new version? Thanks for any help!
User is offlineProfile CardPM
+Quote Post

skyhawk133
RE: Php: Script Install Problems...
26 Sep, 2002 - 02:54 PM
Post #2

Head DIC Head
Group Icon

Joined: 17 Mar, 2001
Posts: 14,921



Thanked: 47 times
Dream Kudos: 1650
Expert In: Web Development

My Contributions
You need to change your permissions on that file to 755 or 777 (if 755 doesn't work)

Your FTP program should allow you to do this.
User is online!Profile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/1/08 09:15AM

Live PHP Help!

PHP Tutorials

Reference Sheets

PHP Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month