The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/portal.php 39 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 1,007
» Latest member: kavitasinghji
» Forum threads: 1,324
» Forum posts: 7,788

Full Statistics

Online Users
There are currently 239 online users.
» 0 Member(s) | 236 Guest(s)
Applebot, 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

 
  Blank Pages
Posted by: Brandin - 10-26-2016, 01:55 AM - Forum: UserSpice 4.3 and Below - Replies (2)

Hi there,

I removed the extra content in the usersc directory, and it started causing my pages to crash. So I simply removed the handlers in the us_helpers.php file calling on the blank files in those directories. That fixed the errors, but now every page is coming up blank.

I feel stupid, but I need help.

Thank you!


  Userspice on IIS
Posted by: Mekaboo - 10-25-2016, 04:39 PM - Forum: Off-topic Discussions - Replies (2)

Hello folks, hope all is well! I have an issue: I have a vps that uses IIS and I trying to figure out how to install and use US on it? Do I need to install phpmyadmin in order to do the databases? Please Help Smile

Peace, Mekaboo


  Redirect from login to index.php
Posted by: lastnerve - 10-24-2016, 10:21 PM - Forum: UserSpice 4.3 and Below - Replies (1)

In the login.php script there is a redirect:

Code:
Redirect::to('account.php');

After logging in the user ends up on the account page so this works. However, I changed it to:

Code:
Redirect::to('index.php'); //this is in the root folder not in the users folder

but it still goes to account.php.

Is there another part of the US code that is causing the redirect to the account.php page?


  v.5 -- Didn't know where else to post this so...
Posted by: gtilflm - 10-22-2016, 10:18 PM - Forum: UserSpice 5 - Roadmapping the Future - Replies (35)

Hi. I'm at the beginning of reworking the user/login area of my website and I've been looking into user management systems. UserSpice seems like it's what I'm looking for! It looks like you guys are working on v.5 and I'm several months away from doing deep work on my project. Can I be a tester/"player around with"/sideline developer for that? Have a special download link maybe?

Beyond that, I've got several other questions that I haven't been able to find the answer to. Sorry for the long list but...

  1. Have any rough estimate of when v.5 will be available/stable?
  2. What PHP version is it written in?
  3. Have a list of dependencies?
  4. Is it HTML 5 valid?
  5. Do you guys use PDO and other secure methods for queries?
  6. How about sanitizing form submissions?
  7. Is a bread crumb trail in the works?
  8. Does UserSpice have an internal messaging system so users can message between each other?
  9. Do you guys use AJAX form submissions? AJAX modal windows perhaps?
  10. Are form fields auto-validated on the client side? (i.e. password isn't long enough, email isn't valid, etc.)

Thanks!


  Fresh installation Error
Posted by: Kighlander - 10-22-2016, 02:25 PM - Forum: UserSpice 4.3 and Below - Replies (9)

I just downloaded and installed the newest version of US, and after installation and changing the admin information I cannot log in or do anything....
I just get a message like "Ooops! There was an error verifying your email address. Please click below to try again."
Any ideas ?

I was redirectet to : http://kpc-poker.de///userspice_kpc/users/verify.php

And the original Link is: http://kpc-poker.de/userspice_kpc

...


  Find id by username
Posted by: CromeX - 10-21-2016, 02:01 PM - Forum: Modifications and Hackery - Replies (6)

Hi,
I am new to userspice and my experience with PHP is two months, so forgive me if I am a bit slow. I have added a new column to the users table. I want to add a random number to this column for each user after register, trying to do that in join.php.
Here is what I have done so far

this is to get the id
<pre>

Code:
$user_name=Input::get('username');
$user_n = $db->get('users',['username','=',$user_name]);
</pre>


then insert it
Code:
$db->update('deposit_id',$the_id,$fields);

nothing is happening, what am I doing wrong?
Any help would be appreciated trying to recommend this app for a project.
Thanks in advance.


  UserSpice 4.1.7 released!
Posted by: mudmin - 10-19-2016, 01:19 PM - Forum: UserSpice 4.3 and Below - Replies (2)

There is a patch to bring you from 4.1.3 or later all the way to 4.1.7 and to make sure you haven't missed any steps in the process. You are very much encouraged to update.


  Table Join
Posted by: JeffJ - 10-19-2016, 12:06 PM - Forum: UserSpice 4.3 and Below - Replies (1)

I'd like to create a MySQL view that joins the UserSpice user table with my own user table using a SQL JOIN. This seems possible if I install UserSpice into my existing database. Is it possible to install UserSpice into an existing MySQL database (i.e., a database that's already populated with several other tables)?

Thanks.


  US 4.1.6 Mail not working
Posted by: mudmin - 10-17-2016, 10:48 AM - Forum: UserSpice 4.3 and Below - Replies (15)

I will be gone all day today. If anyone has patches in the form of complete files pasted to pastebin/hastebin, I would love to take a look tonight and get this all sorted out. I obviously have to setup the mail settings and get this worked out. All my apps are intranet, so I never use it.


  gtihub source broken
Posted by: nikolai - 10-16-2016, 10:24 PM - Forum: UserSpice 4.3 and Below - Replies (3)

Clicking download from github results in a broken package.

langtype is non-functioning (Register/Login/Help Dropdown + logoff drop link) are invisible.

The email system is still broken....

Might want to fix that up.