PDA

View Full Version : PHP or MYSQL H-E-L-P!


SoopaStar
12-17-2003, 2:22 PM
I am trying to install a blog software on my server. The software I am using is:
http://www.cafuego.net/download.php

blog location:
http://veedubb.com/blog/

I thought I configured the items correctly, but keep getting this error. I'm not sure what to do beyond this. MySQL is running with the database i imported that came with the software.

Let me know what kind of info you need to know. This is the first time I have used mysql. I am running win32 apache 1.3 and win32 mysql with myphpadmin. All are from www.instantservers.com.

Paul

Mntsnow
12-17-2003, 2:44 PM
You need to change the file permissions on the php files, and allow the webserver user/process to read and executable for the website files .

SoopaStar
12-17-2003, 8:58 PM
its windows, there aren't users like in unix/linux... ?

mholtum
12-17-2003, 9:09 PM
You have to allow IUSR_ComputerName Read/Write/Execute If you are using IIS you hae to do it twice. Once in IIS and once in the Direwctory Structure in Windows Explorer.

Duh! Edit ~ You arnt using IIS. But you still have to allow edit/write/execute. You can do it through FTP CHMOD the files to 777. Or whatever the directions with your Blog say to. It is usually two directories in the folder housing the blog.Mine Works! (http://www.ravensrealm.net/blog/)

Sorry had to plug my site! ;)

SoopaStar
12-17-2003, 9:25 PM
all the files are set to 777

SoopaStar
12-17-2003, 10:24 PM
Okay, I think part of my problem may be in the htaccess file. (?). Here is what mine looks like:
<Directory C:/internet/miniportal/Apache/htdocs/VeeDubb.com/docs/blog>
php_value open_basedir C:/internet/miniportal/Apache/htdocs/VeeDubb.com/docs/blog
php_value include_path ".:C:/internet/miniportal/Apache/htdocs/VeeDubb.com/docs/blog/lib:C:/internet/miniportal/Apache/htdocs/VeeDubb.com/docs/blog/inc"
php_flag register_globals off
php_flag magic_quotes_gpc off
</Directory>

From the install directions:
Edit either your own .htaccess or your apache config file or whatever web server you use so that the same variables are set on your blog directory.

I am thinking that it isn't picking up the include_path from this file? Can I just stick this .htaccess file I have created in the base dir (/docs/blog) and it works or is there something I have to configure in the httpd.conf file?

Thanks
Paul

SoopaStar
12-17-2003, 11:05 PM
got it working. was an htaccess issue and the way the programmer assumed all the files were based off the root of the server. don't think i like this blogger much. will find another.

Mntsnow
12-21-2003, 11:17 AM
Cool that you figured out what was up Paul. Have you found a different blog yet?

mholtum
12-21-2003, 12:24 PM
I use B2 it is nice.. And free.http://www.ravensrealm.net/blog