Installation/Permissions errors

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
djames
Posts: 9
Joined: Sun Mar 17, 2013 12:02 am

Installation/Permissions errors

Post by djames »

Script URL: www.retireesunited.net.au/mboard
Version of script: Current download (1.3)
Hosting company: Netfirms
URL of phpinfo.php: www.retireesunited.net.au/mboard/support/
URL of session_test.php: www.retireesunited.net.au/mboard/support/
What terms did you try when SEARCHING for a solution: CHMOD

Write your message below:

After trying to begin a topic and entering the security code I get this message:

Warning: fopen(msg/5.html) [function.fopen]: failed to open stream: Not a directory in /hermes/bosweb26c/b2958/nf.kenilworthguide/public_html/retireesunited/mboard/mboard.php on line 451

Error

Couldn't create file "msg/5.html"! Please CHMOD the "msg" folder to 666 (rw-rw-rw)!


The topic appears in the Topic List but clicking it gets a "page not found".

I've tried CHMODing the msg folder to 777 instead of 666 but it makes no difference.

Hope you can help.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Installation/Permissions errors

Post by Klemen »

Are you 100% sure you have a *folder* called "msg" (lower case letters) in your "mboard" folder?

I get a page not found when I try to open the folder:
http://www.retireesunited.net.au/mboard/msg/
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
djames
Posts: 9
Joined: Sun Mar 17, 2013 12:02 am

Re: Installation/Permissions errors

Post by djames »

Hello Klemen,

There is a file msg in the mboard folder with a size of 0.

When I look at the address (http://www.retireesunited.net.au/mboard/msg) I get a blank page, not an error message.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Installation/Permissions errors

Post by Klemen »

"msg" should be a folder/directory, not a file!

Try creating an empty directory inside "mboard" named "msg" and chmod the "msg" directory to 777.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
djames
Posts: 9
Joined: Sun Mar 17, 2013 12:02 am

Re: Installation/Permissions errors

Post by djames »

Sorry, I misread file for folder. OK now thanks.
Locked