Search found 10 matches

by mike_s
Tue Apr 05, 2005 4:53 pm
Forum: General discussions
Topic: Access Denied Mysql error
Replies: 4
Views: 7001

Thorsten

Here is what I am using.

PHP version: PHP 5.0.3
MySQL client version: MySQL 4.0.18
phpMyFAQ - 1.4.7 (also tried the 1.5 beta version, same exact error)

The mysql user error makes no sense to me as I can connect to mysql using those same user/pass combinations on my server via php. I am ...
by mike_s
Tue Apr 05, 2005 4:27 pm
Forum: General discussions
Topic: mysql user acces error continues
Replies: 2
Views: 4089

mysql user acces error continues

Thorsten

Here is what I am using.

PHP version: PHP 5.0.3
MySQL client version: MySQL 4.0.18
phpMyFAQ - 1.4.7 (also tried the 1.5 beta version, same exact error)

The mysql user error makes no sense to me as I can connect to mysql using those same user/pass combinations on my server via php. I am ...
by mike_s
Tue Apr 05, 2005 3:16 pm
Forum: General discussions
Topic: Access Denied Mysql error
Replies: 4
Views: 7001

Hi Thorsten,

I am not exactly sure what you mean by "FLUSH PRIVILIGIES" to add the new user". If you could briefly explain I will try it.

Other attempts.
I have chowned the entire faq folder and all its contents to both the admin user (me) and the www user. I have also chmoded all the files to 777 ...
by mike_s
Mon Apr 04, 2005 11:04 pm
Forum: General discussions
Topic: Access Denied Mysql error
Replies: 4
Views: 7001

Access Denied Mysql error

Hi,

I am having similar problems to other members with the "Error: Access denied for user:" mysql error during the install process. I created a db called 'faq' for the application on my server. I also created a user with proper permissions. When that failed I read the boards and tried again with ...
by mike_s
Fri Dec 03, 2004 2:41 pm
Forum: General discussions
Topic: failed to open stream (constants.php)
Replies: 11
Views: 13371

No, safe_mode is off.

here is my phpinfo: http://www.candlescience.com/test.php
by mike_s
Thu Dec 02, 2004 11:01 pm
Forum: General discussions
Topic: failed to open stream (constants.php)
Replies: 11
Views: 13371

Hi Thorsten,

I hate to keep bothering you. If I can't get this to work soon I am afraid I will have to abandon it.

First I changed the require_once line as per your last post. Same error. I had already messed around with that to make sure that root directory constant was spittiing out the correct ...
by mike_s
Thu Dec 02, 2004 9:42 pm
Forum: General discussions
Topic: failed to open stream (constants.php)
Replies: 11
Views: 13371

OK

I chmoded constants.php

-rwxr-xr-x 1 apache 7453 Dec 2 13:03 constants.php

still getting the exact same error

Warning: main(/usr/local/xxxxxxxx/knowledge/faq/inc/constants.php): failed to open stream: Permission denied in /usr/local/xxxxxxxx/knowledge/faq/install/installer.php on line 19 ...
by mike_s
Thu Dec 02, 2004 9:19 pm
Forum: General discussions
Topic: failed to open stream (constants.php)
Replies: 11
Views: 13371

OK

installer.php and constant.php both have the same owner, and are wide open with permissions.

-rwsrwsrwt 1 apache 21632 Dec 2 14:05 installer.php
-rwsrwsrwt 1 apache 7453 Dec 2 13:03 constants.php

still getting the same error.

Any other ideas?

I would really like to see how this software ...
by mike_s
Thu Dec 02, 2004 8:49 pm
Forum: General discussions
Topic: failed to open stream (constants.php)
Replies: 11
Views: 13371

so would i need to change the permissions of that file or directory? change the ownership? I am not sure how to correct that problem.
by mike_s
Thu Dec 02, 2004 8:21 pm
Forum: General discussions
Topic: failed to open stream (constants.php)
Replies: 11
Views: 13371

failed to open stream (constants.php)

Hello,

I made all the required chmod changes to get the mkdir function to work. Once i got through those problems I received this error on the top of the installer.php file.


Warning: main(/xxxxxxxxx/faq/inc/constants.php): failed to open stream: Permission denied in /xxxxxxxxxxxxxxxx/faq ...