Get XOOPS XOOPSXOOPS FAQFAQ ForumsForums NewsNews ThemesThemes ModulesModules
New Posts New Topics All Posts All Forums Index General Modules Themes Development International XOOPS.org

Search

Donat-O-Meter

Make donations with PayPal!
Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $65.00
Net Balance: $61.80
Left to go: $38.20

Donations
studioC  ($25)May-17
Anonymous ($15)May-16
Anonymous ($25)May-4

Learn XOOPS Core

Local Support

Advertisement

XOOPS Code hosted on SourceForge

Cumulus Tag Cloud

2 2.5 2.6 3.0 2013 Abuse adslight AntiHarvesting AntiMalUser AntiSpam API Australia Ban banner Beats billige black Blocks blue Captcha cell Christmas chronolabs content Conversion database demo docek download Dresses editor evden eve facebook Federated floor free Gateway herre Honeypot Human IP jQuery kantor lamps Legal log logger mobile module modules Monster MyAlbum-p Networks newbb news Notices online PageRank pdf Permissions pink Plugin portal Prevention profile project Protector publisher release Rights rmcommon Room sale security SERIAL Server site Smarty Spam statistics stem Studio tag tags tdmcreate template Theme themes userlog website Whitepaper XML XooLaT xoops Xoopspoll Xortify xthemes Yolande ZendFramework

New Users

Registering user

# 136015

handrick12

Welcome to XOOPS!




Bottom   Previous Topic   Next Topic  Register To Post

(1) 2 »


#1 Posted on: 2006/1/23 10:51 No access to register.php on this server.
In 2.2.3 and 2.2.4 if you have the private messaging module installed, and try to register I recieve this message:

403 Forbidden
You don't have permission to access /modules/profile/register.php on this server.

If I uninstall the private messaging module everything is fine. I have had this problem for a while but just figured out how to stop it.

PHP - 4.3.11
MYSQL - 4.0.25 - STANDARD

Top


http://www.jlmzone.com
jlm69
Module Developer
Module Developer
Joined:
2002/7/19 11:20
Group:
Registered Users
Posts: 569
(Show More) (Show Less)


#2 Posted on: 2006/1/23 11:56 Re: No access to register.php on this server.
make sure you give permissions to the anonymous group for the profiles module

Top

m0nty
XOOPS is my life!
XOOPS is my life!
Joined:
2003/10/24 18:30
From Derbyshire/UK
Group:
BANNED Users
Posts: 3324
(Show More) (Show Less)


#3 Posted on: 2006/1/23 13:05 Re: No access to register.php on this server.
Have given the proper permissions, it only happens if the private messaging module is installed, so it must be a bug.

Top


http://www.jlmzone.com
jlm69
Module Developer
Module Developer
Joined:
2002/7/19 11:20
Group:
Registered Users
Posts: 569
(Show More) (Show Less)


#4 Posted on: 2006/1/23 13:31 Re: No access to register.php on this server.
works fine on all my sites.. both 2.2.3 and 2.2.4 versions :S

Top

m0nty
XOOPS is my life!
XOOPS is my life!
Joined:
2003/10/24 18:30
From Derbyshire/UK
Group:
BANNED Users
Posts: 3324
(Show More) (Show Less)


#5 Posted on: 2006/1/23 17:20 Re: No access to register.php on this server.
I have 4 sites now running 2.2.4 and all of them if I install the private messaging module no one can register, if I uninstall it, anyone can register. Glad to hear it works for you but if you read the forums I'm not the first to report this, but I'm the first to find that uninstalling the PM module will fix it. But then no PM's on the site.

Top


http://www.jlmzone.com
jlm69
Module Developer
Module Developer
Joined:
2002/7/19 11:20
Group:
Registered Users
Posts: 569
(Show More) (Show Less)


#6 Posted on: 2006/1/24 16:24 Re: No access to register.php on this server.
After looking at register.php I notice that on line 62 there is a { that doesn't have a } associated with it and on line 229 there is a } that doesn't have a { associated with it.

I don't see how it works at all. I thought if you had a { you needed to close it with }

If I am wrong please someone explain this to me.
If not then it is a flaw in register.php


Now I have 5 sites that will not allow registration if the PM module is installed. But they all work if I uninstall the PM module. And if I leave it deactivated NO registration is poissible, I have to uninstall it.

Thanks,

John

Top


http://www.jlmzone.com
jlm69
Module Developer
Module Developer
Joined:
2002/7/19 11:20
Group:
Registered Users
Posts: 569
(Show More) (Show Less)


#7 Posted on: 2006/1/24 18:50 Re: No access to register.php on this server.
Also, check the permissions on the actual file, everyone should have at least read permissions

Top


Thanks,
Paul Travis
MASD.info
THEYCALLMEPJ.com
theycallmepj
Just popping in
Just popping in
Joined:
2004/12/31 17:40
From Montrose, PA - USA
Group:
Registered Users
Posts: 64
(Show More) (Show Less)


#8 Posted on: 2006/1/24 19:02 Re: No access to register.php on this server.
Shouldn't have to check perms on the file, it should work out of the box.

I havn't said anything for some weeks, but this niggling little problem has effectively shut me down.

Top


Stew Brennand
XOOPS Community Support
Stewdio
Community Support Member
Community Support Member
Joined:
2003/5/7 9:50
From Revelstoke, British Columbia, Canada
Group:
Registered Users
Posts: 1546
(Show More) (Show Less)


#9 Posted on: 2006/1/25 19:05 Re: No access to register.php on this server.
****bump****

Top


http://www.jlmzone.com
jlm69
Module Developer
Module Developer
Joined:
2002/7/19 11:20
Group:
Registered Users
Posts: 569
(Show More) (Show Less)


#10 Posted on: 2006/1/25 20:39 Re: No access to register.php on this server.
Quote:

After looking at register.php I notice that on line 62 there is a { that doesn't have a } associated with it and on line 229 there is a } that doesn't have a { associated with it.

I don't see how it works at all. I thought if you had a { you needed to close it with }

If I am wrong please someone explain this to me.


the opening brace on line 62 is the opening brace for the one on line 229

the situation is a switch() function.. so all inside the switch statement are to do with that particular function.. as in each case = '';

Top

m0nty
XOOPS is my life!
XOOPS is my life!
Joined:
2003/10/24 18:30
From Derbyshire/UK
Group:
BANNED Users
Posts: 3324
(Show More) (Show Less)




(1) 2 »



You can view topic.
You cannot start a new topic.
You cannot reply to posts.
You cannot edit your posts.
You cannot delete your posts.
You cannot add new polls.
You can vote in polls.
You cannot attach files to posts.
You cannot post without approval.
You cannot use topic type.
You cannot use HTML syntax.
You cannot use signature.

[Advanced Search]