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 372 online users.
» 0 Member(s) | 370 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

 
  Upgrade Advice
Posted by: truemama - 12-29-2017, 08:46 AM - Forum: UserSpice 4.3 and Below - Replies (2)

Hi guys,

Thx for all you do, UserSpice rocks!

I’m running version 4.2.12 at the moment with a fairly bespoke integration... was reluctant to make the leap to 4.3 till it is stable...but also now a bit concerned about being ‘left behind’ With all the upgrades / patches I need to do.

In updates it mentioned the potential of a single upgrade from 4.2.12 to latest 4.3x ...is this still on the cards and should I wait for that or should I start stepping through the upgrades?

Any advice much appreciated.

Thanks

Matt


  Hi! I'm Adam
Posted by: adamlevine - 12-29-2017, 07:11 AM - Forum: New to UserSpice? - Replies (1)

Hello everyone, nice to join the Forum Smile)))


  Hi
Posted by: anduse - 12-22-2017, 10:34 AM - Forum: New to UserSpice? - Replies (1)

Dear @: "Hi"

Many thanks to this beautiful app!


  PHPMailer very slow
Posted by: komodo - 12-22-2017, 10:33 AM - Forum: UserSpice 4.3 and Below - Replies (2)

Hello

I have a problem with the PHPMailer.
Sending out verification mails over my SMTP Server seem to be very slow. It takes 10 or more minutes until a mail is sent out.
However if I test the mail settings in the admin panel, the mail is sent to me immediately. Any idea what may cause this?


  4.3 - Does Initial Install Use Foreign Keys???
Posted by: mleary2001 - 12-20-2017, 11:47 PM - Forum: UserSpice 4.3 and Below - Replies (3)

I cannot see any foreign keys in the MySQL Dump for the Userspice database. Am I missing something???
<pre>

Code:
--
-- Table structure for table <code>permissions</code>
--

CREATE TABLE <code>permissions</code> (
  <code>id</code> int(11) NOT NULL,
  <code>name</code> varchar(150) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
</pre>


Mike


  Recaptcha
Posted by: Busy Tech - 12-19-2017, 07:02 PM - Forum: UserSpice 4.3 and Below - Replies (3)

Hi,
I have changed the recaptcha keys in the
users/includes/recaptcha.config.php folder when I enable recaptcha it appears on the login screen but it says this recaptcha is for testing purposes only I am wondering what I should do.


  Hi !
Posted by: mbruck - 12-19-2017, 07:45 AM - Forum: New to UserSpice? - Replies (1)

Hi !

Greatings from me !

Mladen
Herzegovina and Bosnia.


  Dan is away!
Posted by: Brandin - 12-16-2017, 08:18 PM - Forum: New to UserSpice? - No Replies

Hello everyone,

@mudmin / @Dan is away for a few weeks. I am doing my best to keep up with the posts and Discord but you may notice delays in support here on the forums, sorry about that! If you have anything urgent please reach out on the Discord server.

https://userspice.com/forums/topic/users...rd-server/

Thanks again everyone for all your support!


  Changing the Successful login page
Posted by: dsuggs - 12-15-2017, 06:57 PM - Forum: UserSpice 4.3 and Below - Replies (1)

I have tried pointing the successful login to the page I want on the login page script but it still pushes it to the account page is there another script running that I would need to alter that would allow me to make this change if so can you point me in the right direction as this is on of the last things I need so I can complete my setup and get it to start running through all my customization I am looking to do to make my companies dashboard.


  Redirect to desired url after login
Posted by: steve - 12-15-2017, 03:06 AM - Forum: New to UserSpice? - Replies (3)

Hello, I'm new here. When I share an url with parameters to a user so he can direct to one of my pages. He is required to log in. The problem is that after logging in, all parameters along with that url are gone, so he can't redirect to the desired url!
E.g: My URL is http://www.essdepots.com:82/KTproj/users...=R2abe8b9f. When clicking on the link, it directs to login.php with dest = users/station.php, without parameters RFID=R2abe8b9f.
How can I customize my code to fix that problem