Trouble with creating a user defined tag

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
okparrothead
Forum Members
Forum Members
Posts: 36
Joined: Sun Feb 12, 2006 10:42 pm

Trouble with creating a user defined tag

Post by okparrothead »

I'm trying to add a small php script using a user defined tag, but I keep getting this error:

You don't have permission to access /admin/edituserplugin.php on this server.

I tried changing permissions, but no luck.

I'm running version 1.0.2 "Maui" on a shared RedHat Linux Host with Apache.

Thanks for any help you can give me.

Peace
"Contentment is a quality best suited for cows - not cowboys" -- Jimmy Buffet
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Trouble with creating a user defined tag

Post by Dee »

Sure looks like a permission problem. Assuming you can access the rest of the admin pages, the permissions on the /admin/ dir must be ok. Only thing I can think of is doublechecking the permissions on the edituserplugin.php file itself. The webserver needs read (and maybe execute) permission on it.
swathes

Re: Trouble with creating a user defined tag

Post by swathes »

Also, check with your host...  I found that changing things to permissions 777, broke stuff.  My host denies that type of permission rule, but states in its support info, that 755 will work just as well...
okparrothead
Forum Members
Forum Members
Posts: 36
Joined: Sun Feb 12, 2006 10:42 pm

Re: Trouble with creating a user defined tag

Post by okparrothead »

Thanks Dee and swathes,

This is a new install.

I didn't change any permissions and the default for all the files in this directory is 644. Is that right, or is this an error during original install?

I guess I'll have to chmod to 755 when I run into an error like this in the future.

Thanks again,

Peace
"Contentment is a quality best suited for cows - not cowboys" -- Jimmy Buffet
Post Reply

Return to “CMSMS Core”