1
erikja
User cannot register.
  • 2005/10/15 9:01

  • erikja

  • Just popping in

  • Posts: 11

  • Since: 2005/10/14


Hi.

Now a user has tried to register, but he couldn't do it.
Please! could I ask one to try it, and see what happens?.

I'm unable to send what's coming up.

I was in to administrate soemthing, and got this:

Warning [PHP]: fopen(/var/www/html/cache/profilefields.tmp): failed to open stream: Permission denied in file kernel/profilefield.php line 506
Warning [PHP]: fputs(): supplied argument is not a valid stream resource in file kernel/profilefield.php line 507
Warning [PHP]: fclose(): supplied argument is not a valid stream resource in file kernel/profilefield.php line 508
Warning [PHP]: implode(): Bad arguments. in file kernel/profilefield.php line 315
Notice [PHP]: unserialize(): Argument is not a string in file kernel/profilefield.php line 316
Notice [PHP]: Undefined index: theme in file kernel/object.php line 279
Notice [PHP]: Undefined index: theme in file kernel/object.php line 280
Notice [PHP]: Undefined index: theme in file kernel/object.php line 375


What does it mean, and what to do ?

2
luciano
Re: User cannot register.
  • 2005/10/15 9:32

  • luciano

  • Quite a regular

  • Posts: 261

  • Since: 2003/11/3


I get a "you have no permission to access this area".

Is your cache folder 777?

3
erikja
Re: User cannot register.
  • 2005/10/15 10:33

  • erikja

  • Just popping in

  • Posts: 11

  • Since: 2005/10/14


Quote:

luciano wrote:
I get a "you have no permission to access this area".

Is your cache folder 777?


Not it wasn't, but I have set it to it now, but with the same results.

I show you here the permission of /var/www/html:

ls -l /var/www/html
total 448
-rw-r--r-- 1 root root 5235 Aug 8 07:29 admin.php
-rw-r--r-- 1 root root 3992 Dec 26 2004 backend.php
-rw-r--r-- 1 root root 17861 Aug 8 07:29 banners.php
drwxrwxrwx 2 root root 4096 Oct 14 16:55 cache
drwxr-xr-x 11 root root 4096 Oct 14 16:55 class
-rw-r--r-- 1 root root 2106 Aug 8 07:29 edituser.php
-rw-r--r-- 1 root root 2909 Aug 8 07:29 error.php
-rw-r--r-- 1 root root 5486 Jan 2 2003 favicon.ico
-rw-r--r-- 1 root root 2882 Aug 15 13:32 footer.php
-rw-r--r-- 1 root root 2605 Aug 15 13:32 header.php
-rw-r--r-- 1 root root 14050 Aug 8 07:29 imagemanager.php
-rw-r--r-- 1 root root 3602 Aug 8 07:29 image.php
drwxr-xr-x 5 root root 4096 Oct 14 16:56 images
drwxr-xr-x 2 root root 4096 Oct 14 16:56 include
-rw-r--r-- 1 root root 2511 Aug 8 07:29 index.php
drwxr-xr-x 2 root root 4096 Oct 14 16:56 kernel
drwxr-xr-x 3 root root 4096 Oct 14 16:56 language
-rw-r--r-- 1 root root 4622 Aug 8 07:29 lostpass.php
-rw-r--r-- 1 root root 4596 Aug 8 07:29 mainfile.dist.php
-r--r--r-- 1 root root 4625 Oct 14 16:59 mainfile.php
-rw-r--r-- 1 root root 13995 Aug 8 07:29 misc.php
drwxr-xr-x 5 root root 4096 Oct 14 16:56 modules
-rw-r--r-- 1 root root 9521 Aug 8 07:29 notifications.php
-rw-r--r-- 1 root root 2934 Aug 8 07:29 pda.php
-rw-r--r-- 1 root root 2382 Aug 8 07:29 pmlite.php
-rw-r--r-- 1 root root 2061 Aug 8 07:29 readpmsg.php
-rw-r--r-- 1 root root 9546 Aug 8 07:29 recovery.php
-rw-r--r-- 1 root root 2156 Aug 8 07:29 register.php
-rw-r--r-- 1 root root 248 Jan 2 2003 robots.txt
-rw-r--r-- 1 root root 12303 Aug 8 07:29 search.php
-rw-r--r-- 1 root root 199409 Oct 15 11:26 source.png
drwxrwxrwx 2 root root 4096 Oct 15 10:52 templates_c
drwxr-xr-x 6 root root 4096 Oct 14 16:56 themes
drw-rw-rw- 2 root root 4096 Oct 14 16:56 uploads
-rw-r--r-- 1 root root 2214 Aug 8 07:29 userinfo.php
-rw-r--r-- 1 root root 5411 Aug 8 07:29 user.php
-rw-r--r-- 1 root root 2062 Aug 8 07:29 viewpmsg.php
-rw-r--r-- 1 root root 3663 Dec 26 2004 xmlrpc.php
-rw-r--r-- 1 root root 859 Sep 25 2004 xoops.css
-rw-r--r-- 1 root root 2175 Aug 5 07:37 xoopsupdate.php




drwxr-xr-x 12 root root 4096 Oct 15 11:26 html

Erik

4
WarDick
Re: User cannot register.
  • 2005/10/15 10:38

  • WarDick

  • Just can't stay away

  • Posts: 890

  • Since: 2003/9/13


You need to set the profile module to allow anonymous access.

You can turn off php debug in the preferences section to get rid of the error messages.
Urging XOOPS to be the Best It Can Be.
Richard......

5
Olivier
Re: User cannot register.
  • 2005/10/15 11:08

  • Olivier

  • Just popping in

  • Posts: 16

  • Since: 2002/6/16


In admin menu, have you allowed anonymous to access to the modules ?
And allowed the registration ?
Oblazy.com (in french)

Theme : Oblazy Dark v1.2
Feature created : Smilies don't stop moving !
A fun website : Taupinsabord.com...

6
erikja
Re: User cannot register.
  • 2005/10/15 14:23

  • erikja

  • Just popping in

  • Posts: 11

  • Since: 2005/10/14


Hi.

Thanks for the reply. I have tried to set up the page under general in admin section, but hasn't helped.

If you gentlemen would be so nice to have a look at:

http://www.urbakken.dk/general.png

And tell me what's wrong here, that indeed would be nice.

Thanks

Erik

7
jdseymour
Re: User cannot register.

Go to System Admin - Groups and give anonymous users module access to the profile module. I think that is where the permissions are held.

8
erikja
Re: User cannot register.
  • 2005/10/15 14:43

  • erikja

  • Just popping in

  • Posts: 11

  • Since: 2005/10/14


Quote:

jdseymour wrote:
Go to System Admin - Groups and give anonymous users module access to the profile module. I think that is where the permissions are held.


Is this the place and settings you mean ?:

http://www.urbakken.dk/anonymous.png

9
jdseymour
Re: User cannot register.

Yes, module access rights.

10
erikja
Re: User cannot register.
  • 2005/10/15 15:15

  • erikja

  • Just popping in

  • Posts: 11

  • Since: 2005/10/14


Quote:

jdseymour wrote:
Yes, module access rights.


Thank you, but as you see on the screenshot setup, the users still cannot register themselve.

Erik

Login

Who's Online

251 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 251


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits