warning and fatal error running install warning and fatal error running install
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

warning and fatal error running install

Started by mmleikam, November 27, 2005, 06:44:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mmleikam

I downloaded and installed CPG 1.4.2 and ran install.php.  This is what I got:


Warning: main(include/sql_parse.php): failed to open stream: Permission denied in /home/innerdem/public_html/gallery/install.php on line 36

Fatal error: main(): Failed opening required 'include/sql_parse.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/innerdem/public_html/gallery/install.php on line 36





Here's the URL:  http://innerdemise.com/gallery/install.php

I set up a MySql database and gave all permissions to the user.  Now I'm really confused.  What does the errors mean and what do I do?

kegobeer

Upload all of the files.  Looks like you didn't upload everything.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

mmleikam

All of the files are uploaded and I'm still getting that error.  What you saw was probably when I was reuploading everything.  I'm not going to touch anything now, so if you can help, I'd appreciate it.  :)

Joachim Müller


mmleikam

I used FTP Commander.  I've never had any problems with it.

I CHMOD albums and include to 777.  Then I get that error.  Before I CHMOD, it told me that those files needed to CHMOD 777.

Nibbler

Try 755 instead of 777 and make sure the permission change applied to all the files inside the folder.

mmleikam

Still getting the errors after changing it to 755.

I've installed other PHP and MySQL scripts and have run into easily solved problems.  I was wondering, where do I need to input my database info, like password, database name, username, etc?  I'm thinking that could be the problem since I haven't done that and have no clue where to do it as I look at the code.

Nibbler

http://innerdemise.com/gallery/include/sql_parse.php

That message means you don't have the correct permissions set. Your profile says you are using windows, if you are then you need to set the permissions up differently. The installer will ask you for db info.

mmleikam

I got it to work.  CHMOD wasn't working before but I got it.  Thanks for the help!