The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
Can't log in or register in 3.0 - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 3 (https://userspice.com/forums/forumdisplay.php?fid=25)
+--- Thread: Can't log in or register in 3.0 (/showthread.php?tid=26)

Pages: 1 2


Can't log in or register in 3.0 - CuChulla1nn - 01-20-2016

Hello there,

I just found out about UserSpice and it looks exactly like what I need. So I tryed to get it running on localhost to see if I can get it build into my current project. Setup worked fine but I cant register or log in. I changed the reCaptcha with my own from google and it is working as far as I can see. But when I submit the form the request times out.

Warning: file_get_contents(https://www.google.com/recaptcha/api/siteverify?secret=6Lfp4xUTAAAAAEFmPs29eDI9XFIXQC7LVPcQakbV&remoteip={3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}3A{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}3A1&v=php_1.0&response=03AHJ_VuuP-egxBbmID5rTacleOpCTwDwrfYU8_09mKPl7uQ3tv6lg7rjjYMQFanDgJg1qSJizw-Uu3iB5lhGdWi6rzo3EJwItFGDKKSG6aKA9l9Qg2ebM5_yMuRr9z4RgK3UhGBoTT-clnaFPddYKJ1WEzR2fKUz2xLq2mvML_cMfS3VQgN9GhaD3HlcmiiPD9QeC0yTf7jBQJvp6LnmuRZwpoL6-UEJNy3NVkoGgmiZcUh0jk_xYOYmF29SItNE3wgzWZRQ0h8wvPvVseTb-dnqn6hKiIexVGpRAfsqlsVSs2mji9n3tFLsPm9QQYVQwdpgXkVFD51nhxfqok1F97ieknImdAJ9JYFfgs6l8cCyWvJPTzx12dwGMzYgmIN1Uc5fJtguQ9e6lWaJjoUuHKpaVfVH83wi3_wt5yGsp5lcKpwXbeb1RCucu2IjkC5PnnoRQUE95lEV6YmIcDkU2mP03_M-vX410rXaxvxjkQL0Ny41i5CG-aROt-kz3acK5QjYDDZmpgsk750S0EOZAYBNQgwFxnOiWFr2AbLSF49MbvSUtThGBcegXEdLE5YhrchmBPn-nC0fQrCCMH50r4dcG8taTZ0xEEhHKq2lpJYlYwdmrYpNoRETywLQFMKQstKVROHI2RR_vZtIadf5hhbSmQPKDGPIxNwYR38hg1sDQk5mi6OTXrkpU0TsUH3KmFD1prO20oxhlXHqgZ3QS7DmNeCI2BqClzwgE2Xkw-hYQvsu8FmwGGUB_8vGbcsbQ0GdYSnYYvk362fJp1jZIRMIk6rPnBhcVkDVHDRNqxwK-VIAPwtdm49ih3E050CmEJXylckbdhyZSpLVuvmBf3ow63e8y in C:\xampp\htdocs\usercake\models\recaptcha.config.php on line 68

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\usercake\models\recaptcha.config.php on line 68

I tried to figure out where the problem lies but I am kind of lost at the moment.
If you have any idea I appreciate the help.

Best regards


Can't log in or register in 3.0 - mudmin - 01-20-2016

When you say you changed the recaptcha with your own, do you mean that you changed the recaptcha key or the whole recaptcha?

Did you put your key in models/settings.php?


Can't log in or register in 3.0 - mudmin - 01-20-2016

Also, did you generate a new set of keys -- both public and private or are you using existing ones from something else? If you haven't done that, you probably want to.


Can't log in or register in 3.0 - mudmin - 01-20-2016

Two other things to try...if you have access to your php.ini in something like WAMP,

Increase the max_execution_time in php.ini then go to

C:\wamp\apps\phpmyadmin3.4.10.1\libraries (change path according to your installation)

open config.default.php and change value for $cfg['ExecTimeLimit'] to 0:

$cfg['ExecTimeLimit'] = 0;

----OR----
On XAMPP
1) Go to xampp\phpMyAdmin\

2) Open config.inc.php.

3) Search for $cfg['ExecTimeLimit'] = 300; //whatever value is here

4) Change to 0 for unlimited or put a larger value.

5) If not found, look in xampp\phpMyAdmin\libraries for config.default.php

Let me know if these fixes don't work for you ...there might be some others.
6) Search for $cfg['ExecTimeLimit'] = 300;

7) Change to 0 for unlimited or put a larger value.

8) Save the file and restart the server.


Can't log in or register in 3.0 - evilme73 - 01-27-2016

I'm getting the same issue.

I built my site on local and it all works fine. Upload it to the webhost and I can't login or register.

I generated both recaptcha keys and updated them in settings.php

It is correctly connecting to the database... but not logging in.


Can't log in or register in 3.0 - evilme73 - 01-27-2016

Btw, there is no error at all.. it just refreshes the page and nothing else happens.


Can't log in or register in 3.0 - CuChulla1nn - 01-27-2016

Well I tried around a bit.
The steps you posted didn't work. But I installed UserSpice locally on my other computer at home. There it works fine.
I use the same reCaptcha Keys in both setups. Also I changed the keys not the reCaptcha itself. I generated the keys just a couple of hours before my post here.

Could it be a problem that I have a proxy working on one setup? For now I can work freely on my other setup and I have no problem there.

If I can give you any information to solving this problem. Let me know.




Can't log in or register in 3.0 - mudmin - 01-27-2016

That's definitely weird. It's obviously some sort of server configuration issue. I'm using a very stock implementation of the google recaptcha implementation. I'm going to email you something to check


Can't log in or register in 3.0 - astropos - 01-27-2016

2 things I would check:

PHP version on the remote host
Differing domain name on the remote host


Can't log in or register in 3.0 - evilme73 - 01-27-2016

Php on remote host is 5.4, 5.5 or 5.6 (You can choose, and I've tried each to no avail).

I don't understand what you mean about differing domain, or why it would be an issue. I don't see any config regarding domain, tut I noticed that my config didn't have Website URL updated for the remote host, so I've now updated that, but it didn't fix the issue.