Unable to create new users to view the gallery Unable to create new users to view the gallery
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Unable to create new users to view the gallery

Started by Touge.ca, April 30, 2015, 03:02:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Touge.ca


Hi Admin/Tech staff,


I'm having issue on creating new users to view my gallery.  Unable to create, everytime I try putting new username, email, registered,..it does not work.

Here are some errors I found from the Manage users page below:

Notices
/include/functions.inc.php
Notice line 4308: Undefined variable: result
/usermgr.php
Notice line 198: Undefined variable: username
Notice line 342: Undefined variable: username
Notice line 343: Undefined variable: username
Notice line 350: Undefined variable: username
Notice line 351: Undefined variable: username
Notice line 355: Undefined variable: username
Notice line 356: Undefined variable: username
Notice line 360: Undefined variable: username
Notice line 361: Undefined variable: username
Notice line 368: Undefined variable: username
Notice line 369: Undefined variable: username
Notice line 373: Undefined variable: username
Notice line 374: Undefined variable: username


Touge.ca

After I changed it to curve theme, still not working either.

I m also having these errors below on the home page of the gallery.

Notices
/index.php
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
Notice line 1017: Undefined index: last_pid
Notice line 402: Undefined index: subalb_count
Notice line 411: Undefined variable: FORBIDDEN_SET
Notice line 402: Undefined index: subalb_count
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 1017: Undefined index: last_pid
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
Notice line 402: Undefined index: subalb_count
/include/functions.inc.php
Notice line 4308: Undefined variable: result

Touge.ca

It went to an error page everytime I input the new user info and trying to create one

http://templates.doteasy.com/ErrorPages/error403/


allvip

Quote from: Touge.ca on April 30, 2015, 04:01:39 AM
It went to an error page everytime I input the new user info and trying to create one

http://templates.doteasy.com/ErrorPages/error403/

Maybe you shoud ask your host provider for help with that.

allvip

Create a new users named tester, make him an administrator not registred then try to create new users with tester account.

Can you try this now and let me know if it works?

ΑndrĂ©

I just disabled the PHP notices in your gallery. Please read the docs to understand what they're meant for.

Regarding your issue: it also works for me in your gallery. After you submit the "Create new user" form you get redirected to http://www.touge.ca/photos/usermgr.php?op=update&user_id=new_user, as expected. But for some reason the content of that page is not as expected, as it's:

<html>
<meta http-equiv="refresh" content="2;url=http://templates.doteasy.com/ErrorPages/error403/">
<body>
</body>
</html>



I also suggest to ask your hosting provider what's wrong. A HTTP 403 error code doesn't make sense, as the file exists and is accessible.