Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 312 online users. » 0 Member(s) | 310 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
|
|
|
Secure page not redirecting |
Posted by: snifer999 - 12-05-2017, 05:40 AM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
I am try to secure a page but when a user with no permission visit the page its not redirecting to index
below is my code
<?php
require_once '../users/init.php';
require_once $abs_us_root.$us_url_root.'usersc/includes/map_header.php';
require_once $abs_us_root.$us_url_root.'usersc/includes/user_navigation.php';
?>
<?php if (!securePage($_SERVER['PHP_SELF'])){die();} ?>
<div id="page-wrapper">
</div>
<?php
include $abs_us_root.$us_url_root.'usersc/includes/map_footer.php';
include $abs_us_root.$us_url_root.'users/includes/html_footer.php';
ERROR:
[05-Dec-2017 14:38:47 Asia/Kuala_Lumpur] PHP Notice: Undefined variable: master_account in /home/t/users/helpers/us_helpers.php on line 438
[05-Dec-2017 14:38:47 Asia/Kuala_Lumpur] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/t/users/helpers/us_helpers.php on line 438
?>
|
|
|
Username user_settings.php |
Posted by: shoropio - 12-05-2017, 01:49 AM - Forum: UserSpice 4.3 and Below
- Replies (7)
|
|
Friends, in settings I have selected that users can change their username only once, if you visit user_settings.php and give in Update without touching anything save the username that of course we have not touched affecting the table un_changed changing from 0 to 1 its value, when it is assumed that if we have not touched anything the page will be updated without having affected any table, help.
|
|
|
First project for dummies |
Posted by: fothert - 12-04-2017, 09:28 PM - Forum: Documentation
- Replies (3)
|
|
I've installed 4.3 into http://localhost/UserSpice43dev-master as well as 'myown'.com/US but can't figure out how to use it. I'm looking for the simplest steps to add a login procedure to basic html file without bootstrap or anything else. Let's say it's Hello.html and all it does is to say "Hello Joe", Joe being the user name of whoever signs on. So: step 1) rename Hello.html to Hello.php; step 2) Edit Hello.php adding some lines at the top and bottom; step 3) save this php file into ... what folder? Then what? Once I understand the basic steps I assume I'll be able to use them for other projects which include their own CSS, Javascript, Bootstrap, etc.
|
|
|
4.3 Solved - Intermittant "Please confirm permission settings." |
Posted by: mleary2001 - 12-03-2017, 07:53 PM - Forum: UserSpice 4.3 and Below
- Replies (8)
|
|
Not sure if bug or install issue. Solved by reinstall!
Using 4.3.9 after running update.php in 4.3.8 and getting the new files for 4.3.9. The problem existed before the upgrade.
I can log in as admin and see my Admin Dashboard by clicking in the drop down menu on the far right of the header. However, quite often when I click on a link in the dashboard, or the drop down menu to display another page, a different page displays with "Please confirm permission settings." in red.
Loading another page and then reloading the page with the red message displays the dashboard that I want to see. However,
it will alternate back and forth between the error state and the dashboard on successive page loads.
This behavior also affects all of the other pages in the dropdown menu, except the 'System Logs' page.
Additionally, these are the only pages in the pages table of my Userspice database.
Any help is much appreciated,
Mike
|
|
|
Another login.php isue |
Posted by: rock1 - 12-03-2017, 11:03 AM - Forum: UserSpice 4.3 and Below
- Replies (4)
|
|
Hello, I have applied the patches
[*]434to435
</li>434to438</li>
[*]438to439
I can login but this message apears:
Quote:</strong>Notice: Undefined property: stdClass::$twofa in C:\wamp64\www\us4\users\login.php on line 29
this is my line 29: if($settings->twofa == 1){
this happen in the login and register`s page.
|
|
|
4.3.9 User Account Issue |
Posted by: sanbuild - 12-03-2017, 10:52 AM - Forum: UserSpice 4.3 and Below
- Replies (2)
|
|
Hi,
have just upgraded from 4.3.8 to 4.3.9 ran the upgrade and received the upgrade complete message in the console.
The admin connection works fine, but when logging in users the account page cant be found and get the message below. I can get to the page by clicking the left browser arrow, but even from within the user page it will not connect to account and the same message is shown as below.
localhost redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS
I have tried it in several clean & different browsers so doubt if its the cookies.
Other than patching the files and running upgrade is there another operation to be carried out?
Regards
Steve
|
|
|
International |
Posted by: blondie63mm - 12-01-2017, 02:54 PM - Forum: UserSpice 4.3 and Below
- Replies (2)
|
|
Hi to all, i'm new on UserSpice and i want to congratulate with UserSpice developer !
I'd like to know if this admin software is localizable (multi languages, country settings, etc etc)
Mauro
|
|
|
Upgrade Error when upgrade complete |
Posted by: muhammedc - 12-01-2017, 02:27 PM - Forum: UserSpice 4.3 and Below
- Replies (2)
|
|
Hi - Me again...
After the upgrade completes, there is a link to go to the admin dashboard. When I click it, I get the following error:
Fatal error: Uncaught Error: Class 'Notification' not found in C:\web\users\includes\navigation.php:33 Stack trace: #0 C:\web\usersc\admin.php(23): require_once() #1 {main} thrown in C:\web\users\includes\navigation.php on line 33
Any ideas? I see the Notification.php in the classes directory
|
|
|
|