Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 441 online users. » 0 Member(s) | 439 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
|
|
|
errors on login error messages |
Posted by: john - 03-12-2016, 05:46 AM - Forum: UserSpice 4.3 and Below
- Replies (5)
|
|
I accidentally clicked login with blank username and password and noticed error messages were returned with just the word 'Array'.
In login.php, seems like the $error_message when validation failed should be using $validation->display_errors() instead of parsing and compiling the message.
|
|
|
Encoding |
Posted by: Desmod - 03-08-2016, 09:17 PM - Forum: UserSpice 4.3 and Below
- Replies (2)
|
|
Hi!
First of all, thank you for your mission!
I've just deployed UserSpice4 and walked through the features. Still cannot figure out how to resolve the encoding problem. As soon as I save settings in a cyrillic charset (for instance, Russian characters) the input is being saved as quotation marks into the database, though the database is set to use utf8_general_ci (as it was with UserSpice 3.x)
The web server settings are the same as they were with UserSpice 3.x
I also checked the web browser (Chrome) - it reconginzes the page encoding as UTF8 .
Could you please advise me the right direction in this problem resolution?
Thank you in advance!
|
|
|
Node.js |
Posted by: astropos - 02-29-2016, 12:55 PM - Forum: Modifications and Hackery
- Replies (5)
|
|
Perhaps a little toward OT but it's something that I'd like to get working.
Node.js is a serverside Javascript runtime.
It provides realtime communications via websockets. For my UserSpice projects, I'd like to be able to add realtime chat and/or other services via node.
I only want logged-in UserSpice users to have access to the Node services.
I'm going to start by sending a flag from USerSPice to say that the user is logged in.
I'll check this on the Node side and choose to allow access.
This is is a bit rough and easily spoofed.
It would be better to log-in to the Node server at the same time as USerSpice, using the same credentials against the same database.
Anyway, I'll just leave this here
|
|
|
US4 Include Classes |
Posted by: brian - 02-24-2016, 09:44 PM - Forum: UserSpice 4.3 and Below
- Replies (25)
|
|
I have a php script handler for some jQuery code, and the script handler at the moment is just a plain old file with minimal php for processing. How would I go about including the Userspice classes, aside from require_once a bunch of times in my own form of header file?
|
|
|
Adding Folders to Permission Handler |
Posted by: brian - 02-24-2016, 01:54 PM - Forum: UserSpice 4.3 and Below
- Replies (7)
|
|
Is it possible to add folders which are scanned for permission handling? I can see that it searches / and /user/ (no subdirectories). I wanted to create a folder /binc in the root and have the ability to manage permissions on the pages there.
|
|
|
Problems with install |
Posted by: kymo1970 - 02-24-2016, 03:22 AM - Forum: UserSpice 4.3 and Below
- Replies (11)
|
|
Hello,
I just downloaded 4.0 and am having problems. I am using chrome browser with windows ten. I got through the install process and had some errors on two path names but managed to get those fixed now I am getting errors on the bootstrap.
Fatal error: Class 'Cookie' not found in C:\xampp\htdocs\UserSpice4.0.0\core\init.php on line 70
I went through the init.php file can not figure out what is wrong. I commented those lines out and got the same error for the DB class.
I proceeded to download 3.3 and it seems to work fine. Any help would be great.
Thanks James Eyrich
|
|
|
UserSpice 3.3.0 Released! |
Posted by: mudmin - 02-22-2016, 05:45 PM - Forum: UserSpice 3
- Replies (3)
|
|
Again, with major work from Astrpos, UserSpice 3.3.0 is available. Note that it is NOT (yet) a direct upgrade from UserSpice 3.2. There is an additional database table that is going to take a manual upgrade.
This is a very, very nice release and in a lot of ways, US4 will have to play catch up to get some of this functionality.
With this release (and the fact that there US3 is very much alive and well), the idea is that if you want to build procedural php projects, this is a very fine platform on which to do it. Now that UserSpice 4 is released, the idea is that if you're choosing to build on this platform, you are choosing to stay on this platform. I can't guarantee that every single version of US3 will get an upgrade path to US4.
I guess the moral of the story is to pick a platform you like and enjoy it!
|
|
|
|