Re: Install problems with install.php, lastest version [message #626 is a reply to message #625] |
Wed, 20 February 2002 01:00 |
|
Ok, for the sake of sanity, I'll start over.
php and mysql versions: =========================================== thedr:/www # rpm -qa | grep -i php mod_php4-core-4.0.4pl1-90 mod_php4-4.0.4pl1-90 phpdoc-4.0.3-38 thedr:/www # rpm -qa | grep -i mysql perl-Msql-Mysql-modules-1.2216-13 MySQL-client-3.23.49-1 MySQL-shared-3.23.49-1 MySQL-3.23.49-1 MySQL-devel-3.23.49-1 =============================================
permissions and such on directories and files: *note: apache runs as wwwrun.nogroup users are typically [user].users =================================================== thedr:/www # ls -ald /storage/htdocs/FUD /storage/FUD drwxrwx--- 9 wwwrun nogroup 197 Feb 19 16:39 /storage/FUD drwxrwx--- 2 wwwrun users 62 Feb 19 17:57 /storage/htdocs/FUD
thedr:/www # ll /storage/htdocs/FUD total 23 -rw-rw---- 1 wwwrun users 18809 Feb 19 17:57 install.php
*where I've put the stuff for the initial install: thedr:/www # ll /usr/local/src/ drwxr-xr-x 4 wwwrun users 154 Feb 18 17:31 forum_install ========================================================
Values that I put into the dialog screens from running http://www.drshouse.com/FUD/install.php =================================================== Installation Path Step 1 of 5 /usr/local/src/forum_install/
PATH OF SYSTEM FILES AND DIRECTORIES Step 2 of 5 Server Root /storage/htdocs/FUD/ Forum Data Root /storage/FUD/ Forum WWW Root http://www.drshouse.com/FUD/ ===========================================================
Errors from selecting "Next" using the above values: I get about 50 of the first one: ============================================================ Warning: Unable to create '/storage/FUD/include': Is a directory in /storage/htdocs/FUD/install.php on line 94Warning: Unable to create '/storage/htdocs/FUD/images': Is a directory in /storage/htdocs/FUD/install.php on line 94
Warning: fopen("/storage/FUD/include","w") - Is a directory in /storage/htdocs/FUD/install.php on line 116
Warning: Supplied argument is not a valid File-Handle resource in /storage/htdocs/FUD/install.php on line 117
Warning: Supplied argument is not a valid File-Handle resource in /storage/htdocs/FUD/install.php on line 118 =============================================================
At the bottom of the page containing the errors is the step 3 of 5 where it asks for the mysql server info. I've not tried to go past this yet.
Mark
|
|
|