View Full Version : There was an error with this operation: Unable to open directory: No such file or dir


devinci99
04-06-2004, 02:27 PM
When I goto options and then mail options or:

http://www.redemails.com/cgi-bin/messenger.cgi?Mail_Options

"There was an error with this operation: Unable to open directory: No such file or directory 585"

any idea what this means?

Jafo
04-06-2004, 03:34 PM
Either your icon_base_path variable is incorrect, or your sounds folder is named incorrectly or doesn't exist, or for some reason, your sounds folder is closed to the script (Chmod it 755).

devinci99
04-06-2004, 04:58 PM
Either your icon_base_path variable is incorrect, or your sounds folder is named incorrectly or doesn't exist, or for some reason, your sounds folder is closed to the script (Chmod it 755).


speaking on iconbase, I' m confused at the syntax. This is what i have now:

icon_path: http://www.mysite.com
icon_base_path: /home/myhome/public_html/icon
basepath: /home/myhome/public_html/cgi-bin

this is strange, when I define icon_path to http://www.mysite.com/icon the default gfx dont even load, I get broken images. When I use just http://www.mysite.com without "/icon" all graphics works. Is this a bug?

I'm wondering if I use "/home/myhome/public_html/" for base if that would work too.

OK... that worked. It seems that setting is only to define the path above the icon path, not the actually icon path itself. Wierd! Does the script automatically appends /icon to that path??

That seem to fixed it.

Jafo
04-06-2004, 05:26 PM
The icon_base_path, is the basepath to the web root. :)

devinci99
04-06-2004, 05:51 PM
doh!

I'm reading the "help" now next for each clickable item.

Wonder why the thought never cross to click on them.