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

 
  wanted: DB before/after update class
Posted by: matthewra - 03-01-2018, 01:18 PM - Forum: UserSpice 5 - Roadmapping the Future - Replies (1)

Could there be a DB class to do record update
which logs a before and after image of the record?


  Capatcha
Posted by: medtrans - 02-28-2018, 08:38 PM - Forum: UserSpice 4.3 and Below - Replies (6)

Has anyone seen this error. I added the keys, turn on for registration only and get this message on registration page

Cannot contact reCAPTCHA. Check your connection and try again.


  Fatal Error:
Posted by: medtrans - 02-28-2018, 07:40 PM - Forum: UserSpice 4.3 and Below - Replies (3)

I am receiving a fatal error when resetting password from the email link. I received the screen to enter new password, upon submit I get the following: Fatal Error: Uncaught Error: Call to a member function data() on null in /path to/forgot_password_reset.php:63 Stack trace:#0{main} thrown in /path to /forgot_password_reset.php on line 63

Any ideas?

Thanks


  notifications
Posted by: AnasAZ - 02-27-2018, 10:28 PM - Forum: UserSpice 4.3 and Below - Replies (1)

Hi,

How can I send notifications from my php page to all users or certain group of users?

Thanks!


  Complex password are no being accepted
Posted by: feriksson - 02-27-2018, 11:46 AM - Forum: UserSpice 4.3 and Below - Replies (10)

Hello to all !! i am a newbie on this web-world ! i just installed the version 4.3 of Userpice. When i tried to changue the admin password to something like this (not exacly, but symbols are being respected)

oldpw: password
Newpassword: Tywall86{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}$&
Re-type pass: Tywall86{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}$&

i got a error wich says "New Password and Confirm New Password must match".

The problem it's them already Match (Checked like 5 times), then if i remove the symbols from the password content, it will changue with no problems.

Thx !


  4.3.9 during_user_creation.php $theNewId Off by Three
Posted by: mleary2001 - 02-26-2018, 10:29 PM - Forum: UserSpice 4.3 and Below - Replies (5)

Hello,

I have found that the $theNewId php varible as used in the 'during_user_creation.php' file is not the same value as in join.php but is actually 3 less. In other words, I have to add three to update the additional fields in the same users table record.

Code:
dump($theNewId);
// off by -3 (minus three)
Code:
$db->update('users',$theNewId + 3,['account_id'=>Input::get('account_id')]);
// add three to update the correct record in users table.

- Mike


  RESOLVED: I think I broke users/admin_pages.php
Posted by: matthewra - 02-26-2018, 05:41 PM - Forum: UserSpice 4.3 and Below - Replies (2)

firt it started giving no response/e blank page

now it gives "500 Internal Server Error"
other admin pages ok
Any idea how to debug?

I am not sure if I tried to run "backup proect" bfore issue - backup does no apparent action
there is no error_log file created
==============
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@aamdmel.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.


  last query
Posted by: brahm.pragya - 02-26-2018, 06:19 AM - Forum: Off-topic Discussions - Replies (2)

Hello..
How can I print last query or check database query error?
I use the DB.php file and print query in the function but I didn't get any error so I need to print the query.
Is there any way to print last query?


  forms issues
Posted by: BBuchanan1013 - 02-24-2018, 05:03 AM - Forum: UserSpice 4.3 and Below - Replies (3)

Ok, so I can manually add a table called jobs with the appropriate columns. However, when trying to use the forms auto generate from table, I get

Code:
Sorry! The table you're requesting does not exist!

but it see's it to select it. So, I figured that's strange. I don't want to manually have to input the table fields via
Code:
create a new form
cause that means I'd have to sit here and edit the database to add/change/modify types to float and mediumint. So, I'm open to suggestions Smile


  URL routing
Posted by: brahm.pragya - 02-24-2018, 04:35 AM - Forum: Off-topic Discussions - Replies (3)

Hello,
Is there any function in userspice for routing purpose?

For example if There is one file as test.php and my url like below:
http://localhost/userspice/users/test.php

I want to change this url pattern to the belo one
http://localhost/userspice/company/users/test.php

And the word company can be changed to company 1 or company 2 etc.