Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: fresh install;permissions denied on install.php; not chmod  (Read 4726 times)

0 Members and 1 Guest are viewing this topic.

g0b0t

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
fresh install;permissions denied on install.php; not chmod
« on: December 10, 2003, 05:10:47 am »

Warning: main(include/sql_parse.php): failed to open stream: Permission denied in /home/user/public_html/coppermine/install.php on line 21

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

i have read a number of posts where users were getting this error on a fresh install.
their issue has been the chmod settings.
well, i tried them all.   :o   and nothing, damnit.  :evil:
any other ideas?

thanks.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
fresh install;permissions denied on install.php; not chmod
« Reply #1 on: December 10, 2003, 09:20:28 am »

your include path is set to '.:/usr/lib/php:/usr/local/lib/php' - that's where the script looks for the file 'sql_parse.php', but it isn't there.
If none of the postings about include issues did help, try changing all the include/require statements you encounter errors with: edit install.php and change
Code: [Select]
require('include/sql_parse.php');to
Code: [Select]
require('/home/user/public_html/coppermine/include/sql_parse.php');
You'll have to replace several include/require statement, be warned!

GauGau
Logged

hyperion

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 1317
  • - retired -
fresh install;permissions denied on install.php; not chmod
« Reply #2 on: December 10, 2003, 06:59:20 pm »

Alternatively, you can change the include path using a .htaccess file if you are running Apache.

Something like:

php_value include_path .:/home/user/public_html/coppermine/include
Logged
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(http://www.mozilla.org/products/firefox/buttons/getfirefox_small.png)

g0b0t

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
fresh install;permissions denied on install.php; not chmod
« Reply #3 on: December 14, 2003, 12:02:37 am »

well, i searched through the board and tried a few things and somehow it finally worked.
thanks for the replies.
-g0b0t
Logged

kylie_xx

  • Coppermine newbie
  • Offline Offline
  • Posts: 12
installation problem, PLEASE HELP!
« Reply #4 on: December 22, 2003, 01:11:45 pm »

i just uploaded coppermine, went 2 the address and it says this:

Warning: main(include/config.inc.php): failed to open stream: No such file or directory in /home/john-fos/public_html/xtina/include/init.inc.php on line 135

Fatal error: main(): Failed opening required 'include/config.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/john-fos/public_html/xtina/include/init.inc.php on line 135


could someone tell me whats rong and what i have 2 do?
thanx love kylie xx
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 18 queries.