First of all, I want to say that I like this script a lot. However, I have trouble running it under Opera and Firefox (IE runs it fine).
When I try to run it under Opera, I get an "Internal Communication Error" (???)
Firefox pops up an authentication dialog of some sort asking for a username/pass. The message appearing is the following: "Enter username and password for "" at http://localhost"
All this when I try to access the index.php page.
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This sounds more like a directory security (.htaccess) problem on your web server rather than an issue with the application itself. Are you using Apache or IIS?
--Brad Fears
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using IIS 5.1 under WinXP with all latest updates installed.
Indeed, when cancelling mozilla, I get the following error: "HTTP 401.3 - Access denied by ACL on resource". However, I have the same settings with all other directories, and all of them work except this one.
I have the following directory settings:
Rights: Read
Execute Permissions: Scripts Only
Application Protection: Medium (Pooled)
My security settings are as follows:
Anonymous Access checked
Allow IIS to control Passwords checked
Integrated Windows Authentication checked
Basic Authentication *unchecked*
Let me know if you need any other information...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, after creating the directories manually and copying the files in them, the problem seems to be solved. However, I cannot understand why. Ownership issues perhaps?
In the beginning, I did this only to phpcc's root directory, and it kind of worked, but without the CSS and it kept popping up boxes. That was what gave me the idea to create the whole folder tree manually.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It could be a permission problem, but I haven't done a whole lot of testing with phpCC and IIS, so your guess is probably better than mine at this point. Regardless, I'm glad it's working for you now.
--Brad Fears
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there!
First of all, I want to say that I like this script a lot. However, I have trouble running it under Opera and Firefox (IE runs it fine).
When I try to run it under Opera, I get an "Internal Communication Error" (???)
Firefox pops up an authentication dialog of some sort asking for a username/pass. The message appearing is the following: "Enter username and password for "" at http://localhost"
All this when I try to access the index.php page.
Any ideas?
Forgot to say that I'm running PHP 5.02. I have also posted a bug.
Thanks...
This sounds more like a directory security (.htaccess) problem on your web server rather than an issue with the application itself. Are you using Apache or IIS?
--Brad Fears
I am using IIS 5.1 under WinXP with all latest updates installed.
Indeed, when cancelling mozilla, I get the following error: "HTTP 401.3 - Access denied by ACL on resource". However, I have the same settings with all other directories, and all of them work except this one.
I have the following directory settings:
Rights: Read
Execute Permissions: Scripts Only
Application Protection: Medium (Pooled)
My security settings are as follows:
Anonymous Access checked
Allow IIS to control Passwords checked
Integrated Windows Authentication checked
Basic Authentication *unchecked*
Let me know if you need any other information...
Well, after creating the directories manually and copying the files in them, the problem seems to be solved. However, I cannot understand why. Ownership issues perhaps?
In the beginning, I did this only to phpcc's root directory, and it kind of worked, but without the CSS and it kept popping up boxes. That was what gave me the idea to create the whole folder tree manually.
It could be a permission problem, but I haven't done a whole lot of testing with phpCC and IIS, so your guess is probably better than mine at this point. Regardless, I'm glad it's working for you now.
--Brad Fears