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

 
  some ides for the the Form Manager
Posted by: sire - 02-22-2018, 10:17 PM - Forum: UserSpice 4.3 and Below - Replies (1)

1. i think we shood have a way that we can add things to the div class

Code:
<div class="form-group like_here">
Code:
<label class="" for="form">form</label>
Code:
<input type='text' name='website' id='website' class='form-control' value="" ></div>

2. add's username's id to the form as we can know who submits it

3. i think we shood have a way to have a custom way to add sql? to displayTable
Code:
SELECT * FROM someing
as i have a complex custom sql? code


  User defined Module
Posted by: brahm.pragya - 02-22-2018, 09:30 AM - Forum: Off-topic Discussions - Replies (4)

Can I create one module for company?
I have requirement that there can be some master table for company
And in manually add user there is one company drop down and I can add selected company's id or name in user table.
If anyone have some solution for this then please reply

Thank u in advance


  Fatal Error class.treeManager.php
Posted by: medtrans - 02-21-2018, 04:17 PM - Forum: UserSpice 4.3 and Below - Replies (1)

Upgraded this morning to 4.3.14, I added a admin only menu item link to a page this morning and this is what I wound up with. I had to restore the menu table from a backup to get the system to work again. Below is the error item.

Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 20480 bytes) in /home/mtsref/mtsreferrals.com/users/helpers/class.treeManager.php on line 133


  Redirect before logger
Posted by: anduse - 02-20-2018, 02:08 PM - Forum: UserSpice 4.3 and Below - Replies (2)

h@,
join.php, rows 265-267: *lines edited*

Code:
Redirect::to($us_url_root.'users/joinThankYou.php');
Code:
if($act==1) logger($theNewId,"User","Registration completed and verification email sent.");
Code:
if($act==0) logger($theNewId,"User","Registration completed.");

Thus registration is not logged.
I changed to:

Code:
if($act==1) logger($theNewId,"User","Registration completed and verification email sent.");
Code:
if($act==0) logger($theNewId,"User","Registration completed.");
Code:
Redirect::to($us_url_root.'users/joinThankYou.php');


and registration is logged.
bra


  X Frame Options
Posted by: shoropio - 02-20-2018, 12:46 AM - Forum: UserSpice 4.3 and Below - Replies (4)

Hello everyone, someone could tell me that the function has this line.

Code:
<?php header('X-Frame-Options: DENY'); ?>


  Page title not displayed correctly
Posted by: akakor - 02-19-2018, 08:42 AM - Forum: UserSpice 4.3 and Below - Replies (22)

Hi,

I recently started tinkering with UserSpice. I created a page, faq.php, in the root. I added a page name in the Page Manager, but only the sitename is displayed in the <title></title> tag. How can I fix that?

I also noticed that if I change header.php in /usersc, it's not being used. The header.php from /users is used. How can I force that, or is that a bug?

Thanks.
Aka


  PHP Fatal error:
Posted by: AnasAZ - 02-18-2018, 09:39 PM - Forum: UserSpice 4.3 and Below - Replies (3)

Hi,

I have the latest version (4.3.13). I have US installed on Redhat. when I do php any PHP file, it return something like this:
<pre>

Code:
PHP Fatal error:  require_once(): Failed opening required 'users/helpers/helpers.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/portal/users/init.php on line 23

Line 23 on file: init.php, has the following
</pre>
require_once $abs_us_root.$us_url_root.'users/helpers/helpers.php';

when I run the following commands

`echo "<pre>"; var_dump($abs_us_root); var_dump($us_url_root); var_dump($abs_us_root.$us_url_root.'users/includes/header.php'); echo "</pre>";

I get the following output:

string(13) "/var/www/html"
string(8) "/portal/"
string(46) "/var/www/html/portal/users/includes/header.php"

Also, I dont know why it complains about (include_path='.:/usr/share/pear:/usr/share/php')? I have no pear installed and /usr/share/php folder is empty!

I installed Apache,PHP, and MySQL using default yum repositories.


  What is returned if if Db->update fails?
Posted by: matthewra - 02-18-2018, 07:19 PM - Forum: UserSpice 4.3 and Below - Replies (2)

Thnks for this great system - progressing well.
If I try a db->update statement and the update fails - what is returned to indicate that?


  ID of a record I just added
Posted by: marciocaparica - 02-16-2018, 06:08 PM - Forum: Documentation - Replies (1)

Hello!

I want to set up a relational table. So I need to get the id of a record I just added and use it on another. What is the best way to get the ID of the record I just added to the database?

Thank you!

M!


  Page Permissions Error
Posted by: AnasAZ - 02-16-2018, 04:54 PM - Forum: UserSpice 4.3 and Below - Replies (5)

Hi,
When I add a page, the page permission appears. I set permissions and I'm able to see the page. but when I go to page permission page from the admin dashboard to search for that page, I cannot find it! then when I try to access the page, the page permission page appears again! why page permissions are not saved!
I have the latest version.