The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (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 217 online users.
» 0 Member(s) | 215 Guest(s)
Bing, Facebook

Latest Threads
UserSpice 4.4 Development
Forum: News Center
Last Post: ehc.ankur
11-10-2021, 10:23 AM
» Replies: 1
» Views: 15,199
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
changes to navigation.php...
Forum: UserSpice 4.4
Last Post: mudmin
07-07-2019, 10:46 AM
» Replies: 2
» Views: 8,331
Duplicated files in /user...
Forum: UserSpice 4.4
Last Post: mudmin
07-07-2019, 10:44 AM
» Replies: 1
» Views: 6,582

 
  Manage pages
Posted by: Mekaboo - 07-13-2016, 05:44 PM - Forum: UserSpice 4.3 and Below - No Replies

Hello again, I have another issue. I click on the pages in my dashboard to make them public so I can see them but this error message-You must go into the Admin Panel and click the Manage Pages button to add this page to the database. Doing so will make this error go away.- still doesn't go away. How do I solve this issue? Thanx Smile


  Logo image
Posted by: Mekaboo - 07-13-2016, 01:37 AM - Forum: UserSpice 4.3 and Below - Replies (5)

Hello there. First off I wanted to say a huge THANK YOU to Userspice. Ive only been coding for a little under a year all the while creating a social media style web page. Ive heard numerous times the PHP is ancient and not many people use it much any more but thanks to you that is a myth. The files are quite easy to understand and the fact you keep info current is fantastic. Big Hugs Smile My question maybe a silly one-I'm trying to swap your logo for mine. Do I place my logo which is a jpeg at the useravatar line or am I suppose to fix that in the header.php file? Thanks again!!!


  Admin Register only
Posted by: MagikMindFreak - 07-08-2016, 05:29 PM - Forum: UserSpice 4.3 and Below - Replies (37)

Hello

I am trying to only allow admin user to create new user accounts. I tried to make join.php private and admin access only, but when I complete the registration, it doesn't work. It takes me to the account information part, but im still logged in as the administrator. Is there a way to make it so admins can add users. No public registrations.


  smtp Mail
Posted by: wolfeman - 07-08-2016, 02:15 AM - Forum: UserSpice 4.3 and Below - Replies (5)

I just did a fresh/new install 4.1.2 and am trying to get the email settings to work. I have setup and verified a mailgun account so send SMTP mail through. How would I go about trouble shooting this?


  Delete Users SQL Logic
Posted by: rukichirimoshi - 06-30-2016, 02:02 PM - Forum: UserSpice 4.3 and Below - Replies (6)

Hello!

I'm using UserSpice for about a month now, making some changes (will post later in the "Modifications and Hackery") and I found something that I want to share with you guys.

The problem is if you delete an user, can happen that it won't delete the permission_matches/profile entries.

In the us_helpers.php we have a method for deletion of users, in the queries you find:
$query1 = $db->query("DELETE FROM users WHERE id = ?",array($id));
$query2 = $db->query("DELETE FROM user_permission_matches WHERE id = ?",array($id));
$query3 = $db->query("DELETE FROM profiles WHERE id = ?",array($id));

But, for the query2/query3 I think it should be "user_id", instead of just "id".

The version of UserSpice that I'm using is 4.1.2.
I liked a lot UserSpice and also learned a lot with the codes of it! Please keep up with this good work! Smile

PS: Sorry about my english, it's not my first language. Greetings from Brazil. o/

Regards,
Rukichirimoshi


  Own 404 error page
Posted by: Kighlander - 06-29-2016, 03:29 PM - Forum: UserSpice 5 - Roadmapping the Future - Replies (4)

If a site is not in the DB, is it possible to redirect to an own 404 error page, wich looks and feel like the original page?


  get IP address...
Posted by: snifer999 - 06-29-2016, 12:02 PM - Forum: UserSpice 4.3 and Below - Replies (19)

y i cant see the login user ip address ? is there any thing i need to enable ?


  Manage Page Access
Posted by: snifer999 - 06-29-2016, 11:58 AM - Forum: UserSpice 4.3 and Below - Replies (2)

how can i show my php file inside another folder ? i try to save my php file my own folder but it does not detect it..


  Inserted objects ID
Posted by: lefox - 06-28-2016, 04:43 AM - Forum: UserSpice 4.3 and Below - Replies (2)

Is there a way to get the ID of last inserted object?


  500 Error
Posted by: a1xon - 06-27-2016, 10:21 PM - Forum: UserSpice 4.3 and Below - Replies (11)

Hey, thank you so much for all your dedication!
But if upload all the installation files to my server it puts out a 500 Error. (Internal Server Error)
php 5.6 is installed on a namecheap shared hosting server. Any idea? Do I need to fix the permissions?
Thank you