Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 644 online users. » 0 Member(s) | 642 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
|
|
|
reCaptcha on 4.3 login |
Posted by: Jeff - 11-16-2017, 08:02 PM - Forum: UserSpice 4.3 and Below
- Replies (3)
|
|
The recaptcha option on the login screen does not reliably display on my system - the checkbox is not visible and cannot be checked. When this happens I get an error message 'Please check the reCaptcha'.
If I change the following line in login.php
from
<div class="g-recaptcha" data-sitekey="<?=$settings->recap_public; ?>" data-bind="next_button" data-callback="submitForm"></div>
to
<div class="g-recaptcha" data-sitekey="<?=$settings->recap_public; ?>"></div>
the recaptcha displays normally and can be selected.
Not sure if this is a browser problem - I am using Firefox Quantum v57.0
|
|
|
Fresh install - wierd PHP errors |
Posted by: grumpy-gnome - 11-16-2017, 07:00 PM - Forum: UserSpice 4.3 and Below
- Replies (4)
|
|
On my WAMPServer environment (fresh install today - v3.1.0) have done a clean install of v4.3 using the MASTER download from the homepage. Got some table errors during the install, but completed OK apparently.
When accessing the site's default index.php I get a bunch of wierd PHP errors including these:
<pre> Code: [16-Nov-2017 18:43:46 UTC] No error - Only to create the file
[16-Nov-2017 19:46:27 UTC] PHP Warning: fclose(): supplied resource is not a valid stream resource in C:\wamp64\www\stock\install\step2.php on line 198
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\header.php on line 66
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\header.php on line 80
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\header.php on line 84
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\header.php on line 95
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\header.php on line 127
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\header.php on line 138
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\header.php on line 144
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\header.php on line 148
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\header.php on line 151
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\navigation.php on line 20
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\users\includes\navigation.php on line 117
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\index.php on line 22
[16-Nov-2017 19:46:35 Europe/London] PHP Notice: Trying to get property of non-object in C:\wamp64\www\stock\usersc\includes\footer.php on line 39
</pre>
Seems related to accessing properties in $settings object...
Configuration is: PHP 7.1.9; Apache 2.4.27; MySQL 5.7.19
Any ideas?
BTW, did an upgrade to 4.3 from 4.2.12 on my other dev box and that went well with no problems!
|
|
|
4.3 sql error |
Posted by: Jeff - 11-16-2017, 02:40 PM - Forum: UserSpice 4.3 and Below
- Replies (3)
|
|
I have downloaded the 4.3 version and tried a fresh install on a Linux server ruuning PHP 7.0.25 and mysql version 5.5.32 . The installation script fails due to errors in the install/includes/sql.sql file.
These fields have DEFAULT identified but no value given.
int(1) NOT NULL DEFAULT,
Code: page_permission_restriction
int(1) NOT NULL DEFAULT,
int(1) NOT NULL DEFAULT,
int(1) NOT NULL DEFAULT,
int(1) NOT NULL DEFAULT,
int(3) NOT NULL DEFAULT,
Code: page_default_private
int(1) NOT NULL DEFAULT,
tinyint(1) NOT NULL DEFAULT,
I have overcome the problem by deleting the DEFAULT setting, but I am not sure if this will cause later problems by not having a specific default value set.
On a less important point, I cannot install Userspice 4.3 on a development server (Xampp/Windows 10) because the sql file is so large PHP times out.
|
|
|
javascript search |
Posted by: marko - 11-15-2017, 11:08 PM - Forum: UserSpice 4.3 and Below
- Replies (3)
|
|
Hello,
I think this is small mistake but I notice that if you search pages on /users/admin_pages.php it will search only listed pages.
Example: if I have page example-page.php on 2nd page(show results 25 per page) and I search 'example' on first I will get empty search.
I think that pagination and search js need some changes to be compatible.
If I miss category please move it to right one.
Edit: userspice version is 4.3.2
|
|
|
undefined property: stdClass |
Posted by: c.l.f.wittmann@gmail.com - 11-15-2017, 03:32 PM - Forum: UserSpice 4.3 and Below
- Replies (3)
|
|
Hi,
the number of pages has suddenly become 2 and all pages are gone. Furthermore I get the error on every userspice page:
Notice: Undefined property: stdClass::$page in http:\\localhost\admin\users\helpers\us_helpers.php on line 409
Please help me to fix this.
Thanks,
Chris
|
|
|
4.3 new install |
Posted by: kevin - 11-13-2017, 11:04 PM - Forum: UserSpice 4.3 and Below
- Replies (10)
|
|
I just installed 4.3 and cannot change the admin password. or add new users.
if change password "If this continues to happen, please contact the administrator."
if add users it flashes and goes back to the same screen. (all filled and checked.)
|
|
|
can not select recently added user permission |
Posted by: abiaxis - 11-10-2017, 01:45 AM - Forum: UserSpice 4.3 and Below
- Replies (1)
|
|
I am new to this userspice, and I use Userspice 4.3 (beta).
I added user permission, let's say 'BOSS'. When I edit my existing user and change it to 'BOSS' user permission, the checkbox is disabled, so I can not select it.
Is it bug? or it supposed to be that way.
How can I set permission to a user if I can not select it?
|
|
|
|