Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 178 online users. » 0 Member(s) | 176 Guest(s) Bing, Google
|
Latest Threads |
UserSpice Alpha Testing a...
Forum: News Center
Last Post: ivinsons
11-08-2024, 06:13 PM
» Replies: 13
» Views: 42,475
|
UserSpice 4.4 Development
Forum: News Center
Last Post: Amelie12
09-21-2024, 12:23 PM
» Replies: 4
» Views: 15,199
|
Welcome to the new UserSp...
Forum: News Center
Last Post: ivinsons
08-25-2024, 07:39 AM
» Replies: 2
» Views: 27,918
|
How to use hasPerm
Forum: UserSpice 4.4
Last Post: mudmin
07-20-2019, 02:45 PM
» Replies: 1
» Views: 13,755
|
Session issue? What I sho...
Forum: UserSpice 4.4
Last Post: Parth
07-17-2019, 05:06 PM
» Replies: 4
» Views: 14,502
|
Email Error
Forum: UserSpice 4.4
Last Post: Brandin
07-17-2019, 04:47 PM
» Replies: 1
» Views: 6,623
|
{ Missing Text } after up...
Forum: UserSpice 4.4
Last Post: Brandin
07-16-2019, 04:23 PM
» Replies: 22
» Views: 53,638
|
Best Practice Info
Forum: New to UserSpice?
Last Post: Brandin
07-16-2019, 11:55 AM
» Replies: 1
» Views: 13,490
|
Force to use 2FA -always-
Forum: UserSpice 4.4
Last Post: Brandin
07-12-2019, 12:43 PM
» Replies: 1
» Views: 6,636
|
e-mail not verifying
Forum: UserSpice 4.4
Last Post: LBC
07-10-2019, 11:34 AM
» Replies: 31
» Views: 76,232
|
|
|
file_get_contents(): SSL operation failed with code 1 |
Posted by: brahm.pragya - 05-04-2018, 03:31 AM - Forum: UserSpice 4.3 and Below
- Replies (3)
|
|
Hello,
I am getting below error at the time of login. I didnt change anything but automatically this error come and I can not login.
Please help me to solve this issue.
Thank you.
Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routinessl3_get_server_certificate:certificate verify failed in users\includes\recaptcha.config.php on line 86
Warning: file_get_contents(): Failed to enable crypto in users\includes\recaptcha.config.php on line 86
Warning: file_get_contents(https://www.google.com/recaptcha/api/sit...tqNnmDWcIg): failed to open stream: operation failed in users\includes\recaptcha.config.php on line 86
|
|
|
Installation challenges. |
Posted by: DaveZest - 05-03-2018, 05:04 AM - Forum: UserSpice 4.3 and Below
- Replies (6)
|
|
This is the first time I'm trying UserSpice, and followed the YouTube video to install on a web server. Unfortunately, v.4.3 stopped short of installing completely, as did v.4.2 after 'clean up'. (Deleted all the tables between version installation attempts.) I even tried the version from Github, sadly, to no avail. I wonder if the updated versions (v.4.2 and v.4.3) are installed on a fresh platform, rather than updating existing installations. If that's the case, perhaps a suggestion of where I might access a stable older version would be greatly appreciated.
|
|
|
Unable to activate facebook sign-in |
Posted by: iipx - 05-01-2018, 03:02 PM - Forum: UserSpice 4.3 and Below
- Replies (7)
|
|
Hi, I'm new to userspice, trying to implementing facebook sign-in but got famous messages:
Graph returned an error: Can't load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and sub-domains of your app to the App Domains field in your app settings.
I already follow all steps in the documentation, perhaps I miss something?
Greetings,
-iip-
|
|
|
Custome html / style in forms |
Posted by: gizmono - 05-01-2018, 08:46 AM - Forum: UserSpice 4.3 and Below
- Replies (2)
|
|
Hi Guys,
Did play with Forms in US v4.3.23 and it worked well. Cool :-) Did the simple and advanced. I'm special interested in the advanced one, where you do the pre and postprocessForm of the Form separated. As soon the displayForm is called, the HTML gets generated. How is it designed that I can do my own html design of the Form instead produced by displayForm. Like have two columns for the fields instead only one.
if(!empty($_POST)){
$response = preProcessForm();
if($response['form_valid'] == true){
//do something here after the form has been validated
$response = postProcessForm($response);
}
}
displayForm('test');
any hint will help -- many thanks
|
|
|
Limiting the number of same user simultaneous sessions |
Posted by: demilson - 04-30-2018, 01:09 AM - Forum: UserSpice 4.3 and Below
- Replies (12)
|
|
Hi there!
First I want to say a big thanks for the developers of US. It is a great framework!
I have one question: is there any internal variable and/or function which could help me implement the following:
I want to limit the number of an user's simultaneous sessions to just 1(one).
Explaining: a user logged in from a "device one". If this user decides to log in using another "device two" without a previous log off from "pc one", I want to close the session in "pc one" automatically.
PS: the idea of forbid the user to login another session before his previous session be closed isn't practical.
Thank you all for the great job.
Demilson
|
|
|
adding fields to add_user_manually form(modal) |
Posted by: alexuco - 04-28-2018, 04:28 PM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
Hi @brandin, @mudmin and rest of US users, I'd need to add a couple of fields into the users_Tabla through modal form from admin_users (+manually add user) and I wonder which will be the right way for you guys, according that I'd like to avoid problems after UPGRADES etc in the future.
PS: I've only enable 'manually add user' not any other chance.
Thanks
|
|
|
install upgrade 4.3.21 with problems |
Posted by: alexuco - 04-25-2018, 08:32 PM - Forum: UserSpice 4.3 and Below
- Replies (2)
|
|
Hi all! I was trying to upgrade from 4.3.17 and there's something I may be doing wrong because is not working at all.
Someone could tell me the right way to do it? like just drag&drop or what? It's really confusing, at least for me, understand at first.
the today's version seems we must 'run' update.php but how do that ?
I'll appreciate any suggestion. thx
|
|
|
Upgrade to 4.3.12 - admin_pages.php Issues |
Posted by: truemama - 04-24-2018, 05:25 PM - Forum: UserSpice 4.3 and Below
- Replies (2)
|
|
Hi All,
I'm just going through some updates. I've just upgraded to 4.3.12 and all looks fine however when I try to go to admin_pages.php from the admin dashboard it times out. (admin dashboard says there are 203 pages which is about right)
I've searched the forum but can't find a similar issue.
Has anyone come across this/could point me in the direction of why this might happen?
Thanks,
Matt
|
|
|
Open page without login |
Posted by: brahm.pragya - 04-23-2018, 04:48 AM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
Hello,
I need to open product detail page of PROJECT A from PROJECT B.
I added link in PROJECT B product list page.
The issue is PROJECT A open login page when it redirects to detail page of PROJECT A.
Can anyone help me to open product detail page without login?
|
|
|
|