• The default language of any content posted is English.
Profile.me - Saas Multiuser Profile Resume and Vcard Script

Profile.me - Saas Multiuser Profile Resume and Vcard Script 2.2 NULLED

raz0r

owner
Staff member
Administrator
Messages
16,294
Reactions
61,010
raz0r submitted a new resource:

Profile.me - Saas Multiuser Profile Resume & Vcard Script - Saas Multiuser Profile Resume & Vcard Script (Codecanyon ID: 23743952)

View attachment 2218

Profile.me NULLED is a multi-user profile, resume, and v card script. It comes with a clean, secured, responsive, SEO friendly & eye-catching design which will attract your future employer with the first impression. You can easily add your Services, Experiences, Skills, Portfolios & Blogs without any coding skills. This script is perfect to promote yourself and your business focused on multi-user, portfolio...

Read more about this resource...
 
Hello,
I have a problem while last step of installation.

A Database Error Occurred​

Unable to connect to your database server using the provided settings.

Filename: core/MY_Controller.php

Line Number: 8
 
Hello, i think it is the demo site, so you can't do what you whant ... thanks.
 

Attachments

  • demo.PNG
    demo.PNG
    11.8 KB · Views: 13
Hello, i think it is the demo site, so you can't do what you whant ... thanks.

application\helpers\custom_helper.php
find
Code:
    //check auth
    if (!function_exists('check_status'))
    {
        function check_status()
        {
            // Get a reference to the controller object
            $ci =& get_instance();
            if (settings()->type != 'live') {
                $ci->session->set_flashdata('error', 'Some actions are disabled in demo site but this will not affect in your purchase script');
                return redirect($_SERVER['HTTP_REFERER']);
            }
        }
    }

change to
Code:
    //check auth
    if (!function_exists('check_status'))
    {
        function check_status()
        {
            return false;
        }
    }
 
application\helpers\custom_helper.php
find
Code:
    //check auth
    if (!function_exists('check_status'))
    {
        function check_status()
        {
            // Get a reference to the controller object
            $ci =& get_instance();
            if (settings()->type != 'live') {
                $ci->session->set_flashdata('error', 'Some actions are disabled in demo site but this will not affect in your purchase script');
                return redirect($_SERVER['HTTP_REFERER']);
            }
        }
    }

change to
Code:
    //check auth
    if (!function_exists('check_status'))
    {
        function check_status()
        {
            return false;
        }
    }


Thank you, sir :), works perfectly !)
 
Last edited:
I couldnt install this script.
I am using mangoDB, is it cause of issue?
 
application\helpers\custom_helper.php
find
Code:
    //check auth
    if (!function_exists('check_status'))
    {
        function check_status()
        {
            // Get a reference to the controller object
            $ci =& get_instance();
            if (settings()->type != 'live') {
                $ci->session->set_flashdata('error', 'Some actions are disabled in demo site but this will not affect in your purchase script');
                return redirect($_SERVER['HTTP_REFERER']);
            }
        }
    }

change to
Code:
    //check auth
    if (!function_exists('check_status'))
    {
        function check_status()
        {
            return false;
        }
    }

@raz0r After changing the code its working perfectly but here is one more issue in it whenever i perform user delete actions its showing successfully delete user notification after page refresh its automatically appear again unable to delete the users in admin dashboard.
Dear @raz0r can you please help me to fix this issue ?



X1PMKT.jpg


1-Click on Delete

RC0DOn.jpg


2-Click on Yes, delete it!

bLj0t8.jpg


3-after Successfully deleted Notification Click on OK

9t6MAu.jpg


4-Automatically return to users page and user profile disappear or Deleted

y0ui7h.jpg


5-After Refresh the Page User Appear Again its not deleted (unable to delete the users)


Dear @raz0r can you please fix this issue for your Community to use it.


Thanks a lot
 
Dear @raz0r can you please check or guide me where I have to check this issue for fix ( Unable to delete users) after changing the code as you described still looks like in Demo Mode
 
Top