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

 
  New pages not added
Posted by: sayed_hashim808 - 02-26-2019, 11:54 AM - Forum: UserSpice 4.4 - Replies (13)

Hi,

I'm having very strange issue with my US when adding new pages...

I'm writing a script called SRE

My directory looks like this

/SRE
/users
/usersc
.
.
.

I've added "SRE/" to z_us_root.php, and when I go to "Manage Page Access" I can see the list of all pages in SRE, I can edit the page access and everything seems ok.

so SRE/index.php is there and has ID #101

however, I notice the following:
1. The permission level does not work, when I add the USER to access the page it does not work.
2. When try accessing the page from Admin, it redirects me to "Manage Page Access" and says "Please confirm permission settings" and gives me a NEW page ID #102
3. When I add USER again as access, it creates new entry in the "pages" database but the "page" field is blank.
4. Now the page access work and USER can access the page, BUT when Admin edits the page from "Manage Page Access"  it deletes the last entry which is page ID#102 and creates new page ID#103, and same thing happens, it stores it in the Pages DB with a blank "page" field.

I really don't know whats causing this issue.


Question Jquery url validation / Allow only specific urls
Posted by: Vtins - 02-19-2019, 10:25 PM - Forum: UserSpice 4.3 and Below - Replies (5)

Hi
how can i allow only links from specific urls?

"https://www.youtube.com/watch?v="

so user can only add youtube video urls ? Huh

jquery validation plugin have the rule "url"
but thats not what i need..

any ideas for me ?


  Few questions about 4.4, maybe issues?
Posted by: gaiusjaugustus - 02-17-2019, 06:06 AM - Forum: UserSpice 4.4 - Replies (4)

I finally upgraded from 4.2.10 to 4.4. Wow, things are so beautiful and sparkly!

I have a few concerns, and at this point can't tell if I did something wrong or what.

  1. I noticed that I should be able to edit the navigation menu. However, when I add an entry to the menu, it's nowhere to be found. I did make sure that I should be able to see it when I'm logged in.
  2. On the Homepage as well as the messages page and the My Account, there's still the old theming. Is that supposed to be that way? The dropdowns for the Settings menu doesn't work on that page (or the messages page).
  3. Any tutorials yet for building our own plugin?  I see the demo, but not sure where to start?  I'm having to rewrite a lot of my custom functionality to upgrade to PHP 7 and the thought of building a plugin is enticing.
Thanks in advance for your help, and thanks for all the hard work everyone put into making US awesome!


  Migration from 2.10 to 4.3.26
Posted by: gaiusjaugustus - 02-17-2019, 12:56 AM - Forum: UserSpice 3 - Replies (4)

Wow, it's been a while. So I'm upgrading my US website to prepare for the transition from PHP 5.6 to 7.2, and upgraded US from 4.2.10 up to 4.3.26.

I updated one at a time to 4.2.12, then jumped to 4.3.12. From there I added updates one at a time up to 4.3.26, but did not upload these updates until I was at the end (dumb, I know). Then uploaded the updates and ran the database updater.

Now, on the admin page, I'm getting a warning:

Warning! Your database is out of date. Please click here to get the latest update. Failure to do so, could cause system instability.

I clicked it and it did several updates, but the warning will not disappear. If I click it again, it does 0 updates and the message stays.  Worried I need to start over.....thoughts?

Thanks in advance,
Gaius


  DB Delete
Posted by: rob@selectech.us - 02-16-2019, 11:09 PM - Forum: UserSpice 4.4 - Replies (1)

I am attempting to delete a record from the database using the function delete.

I have the ID of the record, but when it runs, I get the following error:


ERROR: No array in actID=EDL006


The delete function is simply: delete($table, $where)

Which is what I am passing to it, but I get the error above.

Any suggestions? Am I am passing the wrong information?

Thanks for any assistance.

Rob


  DB Update - Not working (that's the way it seems)
Posted by: rob@selectech.us - 02-14-2019, 01:58 PM - Forum: UserSpice 4.4 - Replies (7)

I am new to UserSpice, and I have recently started working with another group on a project that has been developed using UserSpice.

There is an issue we have encountered where an entry can be edited but when performing the DB Update, the record is not updated.

I'm still learning the framework and I can see the DB.php file and the functions, and it seems to me the db->update should work but I'm not sure why it does not.

From the following can anyone glean why it would not update?

Thanks for any assistance anyone can provide.

?>
<?php require_once '../users/init.php'; ?>
<?php require_once $abs_us_root.$us_url_root.'users/includes/header.php'; ?>
<?php require_once $abs_us_root.$us_url_root.'users/includes/navigation.php'; ?>

<?php if (!securePage($_SERVER['PHP_SELF'])){die();} ?>
<?php
$validation = new Validate();
//PHP Goes Here!
$errors = [];
$successes = [];
$rtuId = Input::get('id');

//Check if selected user exists
if(!rtuIdExists($rtuId)){
  Redirect::to("company_admin_rtus.php"); die();
}
$rtudetails = fetchRTUDetails(NULL, NULL, $rtuId); //Fetch rtu details

$str = $rtudetails->org_id;
$str .= $rtudetails->rtu_id;

//Forms posted
if(!empty($_POST)) {
    $token = $_POST['csrf'];
    if(!Token::check($token)){
      die('Token doesn\'t match!');
    }else {

      //set changed bit in database
      $configchanged=array(

              'configChange' => 1,
            );

    //Update rtu name

    if ($rtudetails->rtu_name != $_POST['rtu_name']){
      $rtu_name = Input::get("rtu_name");
      $fields=array('rtu_name'=>$rtu_name);
      $validation->check($_POST,array(
        'rtu_name' => array(
          'display' => 'rtu_name',
          'required' => true,
          'min' => 1,
          'max' => 50
        )
      ));
    if($validation->passed()){
      $db->update('rtu_act', $rtuId, $fields);
      $successes[] = "RTU Name Updated";
    }else{
          ?><div id="form-errors">
            <?=$validation->display_errors();?></div>
            <?php
      }
    }


  Can't login as admin after installation finished!
Posted by: FalconSeeker - 02-13-2019, 11:57 PM - Forum: UserSpice 4.4 - Replies (1)

I already tried reinstalling and it says I have all system requirements. I am using this on 000webhosting.com

After installing userpice 4.4, whenever I try logging in

it says If this continues to happen, please contact the administrator. Whenever I try to register an account it says the same thing as well.

This only happens when using chrome


  Error 500 after hitting the Cleanup button at the end of the installation
Posted by: morha13 - 02-09-2019, 09:52 AM - Forum: UserSpice 4.4 - Replies (7)

Hello,
I've been trying to install Userspice 4.4 a few times and I'm getting the same problem over and over again.
What I did:
1. Changed permissions of the init.php file to 666.
2. Made sure all system requirements match. (The only thing on the main page that isn't matched is the Display Errors value in the php.ini)
3. Set my timezone, filled all database details
4. Pressed on Try these settings. Then there were no errors, and it said the connection was successful and I hit the button appeared to move on (Also I looked in the database and it created 35 tables, so it seems the connection was fine).
5. Then in step 3 I hit the clean up button, and it redirected me to update.php?installer=1, which showed http error 500, without any extra info.

Then I tried to go to index.php of the website but it led me back to the installation folder. So I tried manually removing it, but still, nothing works there's a 500 error on index.php.

Any suggestions?

Thank you!


  Only Allow Whitelisted IP's ?
Posted by: truemama - 02-07-2019, 04:37 PM - Forum: UserSpice 4.4 - Replies (1)

Hey Guys,

I see that it's possible to black list and white list IPs.

Is it possible to only allow whitelisted IPs to login...i.e. lock the whole system down apart from whitelisted IP's?

Cheers,

Matt


  Open bootstrap modal over the navbar
Posted by: Duke - 02-06-2019, 09:44 PM - Forum: UserSpice 4.4 - Replies (1)

Hello,

im currently trying to add an item to the navbar that opens a modal on the home tab.
The problem is that the navbar.php doesn't change anything after editing since its prob overwritten by the menu.
Also I tried it with a small Javascript but that ended with a refreshing loop since i had to refresh the page to open the modal.
Is there any way to make that work?

Greetings