RISE - Ultimate Project Manager By FairSketch

RISE - Ultimate Project Manager By FairSketch v3.8.2 Untouched

No permission to download

pedroa.

New member
Apr 23, 2021
20
10
3
How can I solve this error?

screenshot_17.png
From the documentation:

Server Requirements​

  • PHP v7.3+
  • MariaDB/ MySQL
  • MySQLi PHP Extension
  • Latest cURL PHP Extension
  • Latest mbstring PHP Extension
  • Latest OpenSSL PHP Extension
  • Latest GD PHP Extension
  • Latest intl PHP Extension
  • Latest json PHP Extension
  • Latest mysqlnd PHP Extension
  • Latest xml PHP Extension
  • zlib.output_compression should be disabled

If you don't meet the requirements you'll get the "Whoops!"

Though it says that Version 3.3 will run on php 7.3, it uses Codeigniter 4.2.1 and this Codeigniter version requires php v7.4.
So version Rise v3.3 is no longer compatible with php v7.3 and you'll get this "Whoops!" thing too.
 

mostafa16

Member
May 12, 2022
46
11
8
hello,
i have a problem with the pdf invoice i have this message
Code:
TCPDF ERROR: [Image] Unable to get the size of the image: https://******************/files/system/_file630b9dda97326-invoice-logo.png

whatever i do, i always have this message how can i fix it?
this 3.3 update does not fix it , and no one mentions this problem.
Hello
I have the same problem. I don't know how to fix this error. Did you manage to solve the problem?
 

Xcode

New member
Jun 16, 2020
16
14
3

basek77

New member
May 11, 2022
1
0
1
Hi bro, I can't install even though I have replaced the code in file do_install . Can u help me?
Code:
<?php

ini_set('max_execution_time', 300); //300 seconds

if (isset($_POST)) {
    $host = $_POST["host"];
    $dbuser = $_POST["dbuser"];
    $dbpassword = $_POST["dbpassword"];
    $dbname = $_POST["dbname"];

    $first_name = $_POST["first_name"];
    $last_name = $_POST["last_name"];
    $email = $_POST["email"];
    $login_password = $_POST["password"] ? $_POST["password"] : "";

    $purchase_code = $_POST["purchase_code"];

    //check required fields
    if (!($host && $dbuser && $dbname && $first_name && $last_name && $email && $login_password)) {
        echo json_encode(array("success" => false, "message" => "Please input all fields."));
        exit();
    }


    //check for valid email
    if (filter_var($email, FILTER_VALIDATE_EMAIL) === false) {
        echo json_encode(array("success" => false, "message" => "Please input a valid email."));
        exit();
    }

    //check for valid database connection
    $mysqli = @new mysqli($host, $dbuser, $dbpassword, $dbname);

    if (mysqli_connect_errno()) {
        echo json_encode(array("success" => false, "message" => $mysqli->connect_error));
        exit();
    }


    //all input seems to be ok. check required fiels
    if (!is_file('database.sql')) {
        echo json_encode(array("success" => false, "message" => "The database.sql file could not found in install folder!"));
        exit();
    }





    /*
     * check the db config file
     * if db already configured, we'll assume that the installation has completed
     */


    $db_file_path = "../application/config/database.php";
    $db_file = file_get_contents($db_file_path);
    $is_installed = strpos($db_file, "enter_hostname");

    if (!$is_installed) {
        echo json_encode(array("success" => false, "message" => "Seems this app is already installed! You can't reinstall it again."));
        exit();
    }
Having the same issue
 

arjuna

New member
Oct 31, 2019
8
2
3
im on xampp with php 8.1.2, pre installation all green. after submitting all input, i get a spinning Please wait. in Mysql...all database tables are created...tried with localhost/rise....gives me Whoops. anyone with same problem ?

edit, successfuly installed version 3.0, but faild to upgrade to 3.3. copied all files, run sql upgrade, failed on localhost/rise/execute.php.
 
Last edited:

jackzsul

New member
Apr 21, 2020
11
1
3
im on xampp with php 8.1.2, pre installation all green. after submitting all input, i get a spinning Please wait. in Mysql...all database tables are created...tried with localhost/rise....gives me Whoops. anyone with same problem ?

edit, successfuly installed version 3.0, but faild to upgrade to 3.3. copied all files, run sql upgrade, failed on localhost/rise/execute.php.
I had a similar problem on a sharedhost. What I did:

Installed version 3.1 and login in it.
Update each version after that (running sql updates after copy the files) until 3.2.2 and login it each version

For 3.3 from 3.2.2
Upgdate sql before copy the files AND after that, update files.
Running perfect.
 
  • Like
Reactions: arjuna

arjuna

New member
Oct 31, 2019
8
2
3
I had a similar problem on a sharedhost. What I did:

Installed version 3.1 and login in it.
Update each version after that (running sql updates after copy the files) until 3.2.2 and login it each version

For 3.3 from 3.2.2
Upgdate sql before copy the files AND after that, update files.
Running perfect.
thx buddy...it worked flawlessly
 

aandcyber

New member
Mar 15, 2019
1
0
1
Hi there,

Fresh installed version 3.3 and cannot add custom field. It says "Oops, something went wrong!"
Anyone facing same problem?
 

Forum statistics

Threads
69,206
Messages
908,333
Members
236,832
Latest member
PS1CK0

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu