66SocialProofo - Social Proof & FOMO Widgets Notifications (SAAS)

66SocialProofo - Social Proof & FOMO Widgets Notifications (SAAS) v46.0.0

No permission to download

sandandkush

Member
Nov 25, 2019
44
7
8
Hi. The last version is Update 1.7.7 – 20 June, 2020

Hi. If you check the sidebar of the product page on CodeCanyon, you will see that there is a new update.

The seller just has not added the version information to the changelog section yet.

Screen Shot 2020-07-03 at 1.08.39 AM.png
 

delean

Member
Jun 24, 2020
52
4
8
Hi. If you check the sidebar of the product page on CodeCanyon, you will see that there is a new update.

The seller just has not added the version information to the changelog section yet.

Screen Shot 2020-07-03 at 1.08.39 AM.png
Yes, but as we do not have the release notes, we follow only what we have which is the official changelog. Let's wait.
 

Brunosf

Member
Dec 17, 2019
31
19
8
Sorry for the delay!
I don't have the files, more on the script page on codecanyon, in the comments tab the author showed the files to be replaced

a correção rápida do bug é acessar o arquivo app / init.php e substituir o conteúdo
Nota: substitua apenas se estiver com problemas.

PHP:
<?php
define('ALTUMCODE', 1);
define('ROOT_PATH', realpath(__DIR__ . '/..') . '/');
define('APP_PATH', ROOT_PATH . 'app/');
define('THEME_PATH', ROOT_PATH . 'themes/altum/');
define('THEME_URL_PATH', 'themes/altum/');
define('ASSETS_PATH', THEME_PATH . 'assets/');
define('ASSETS_URL_PATH', THEME_URL_PATH . 'assets/');
define('UPLOADS_PATH', ROOT_PATH . 'uploads/');
define('UPLOADS_URL_PATH', 'uploads/');

/* Config file */
require_once APP_PATH . 'config/config.php';

/* Establish cookie / session on this path specifically */
define('COOKIE_PATH', preg_replace('|https?://[^/]+|i', '', SITE_URL));

/* Determine if we should set the samesite=strict */
$samesite_strict = isset($_GET['altum']) && in_array($_GET['altum'], ['pixel', 'pixel-track']);

if (PHP_VERSION_ID >= 70300) {
    session_set_cookie_params([
        'lifetime' => null,
        'path' => COOKIE_PATH,
        'samesite' => $samesite_strict ? 'Strict' : 'Lax'
    ]);
} else {
    session_set_cookie_params(null, COOKIE_PATH . '; samesite=' . ($samesite_strict ? 'Strict' : 'Lax'));
}

session_start();

/* Starting to include the required files */
require_once APP_PATH . 'includes/debug.php';
require_once APP_PATH . 'includes/product.php';

/* Load the traits */
require_once APP_PATH . 'traits/Paramsable.php';

/* Require the core files */
require_once APP_PATH . 'core/App.php';
require_once APP_PATH . 'core/Router.php';
require_once APP_PATH . 'core/Controller.php';
require_once APP_PATH . 'core/Model.php';
require_once APP_PATH . 'core/View.php';
require_once APP_PATH . 'core/Middleware.php';
require_once APP_PATH . 'core/Language.php';
require_once APP_PATH . 'core/Title.php';
require_once APP_PATH . 'core/Database.php';
require_once APP_PATH . 'core/Logger.php';

/* Load the middlewares */
require_once APP_PATH . 'middlewares/Authentication.php';
require_once APP_PATH . 'middlewares/Csrf.php';

/* Load the models */
require_once APP_PATH . 'models/Package.php';
require_once APP_PATH . 'models/Page.php';
require_once APP_PATH . 'models/User.php';
require_once APP_PATH . 'models/Settings.php';

/* Load some helpers */
require_once APP_PATH . 'helpers/Cache.php';
require_once APP_PATH . 'helpers/ThemeStyle.php';
require_once APP_PATH . 'helpers/Event.php';
require_once APP_PATH . 'helpers/Notification.php';
require_once APP_PATH . 'helpers/Date.php';
require_once APP_PATH . 'helpers/Captcha.php';
require_once APP_PATH . 'helpers/Response.php';
require_once APP_PATH . 'helpers/DataTable.php';
require_once APP_PATH . 'helpers/links.php';
require_once APP_PATH . 'helpers/strings.php';
require_once APP_PATH . 'helpers/email.php';
require_once APP_PATH . 'helpers/notifications.php';
require_once APP_PATH . 'helpers/others.php';
//require_once APP_PATH . 'helpers/Paginator.php';

/* Autoload for vendor */
require_once ROOT_PATH . 'vendor/autoload.php';
 

Hapy

Member
Jun 25, 2020
126
11
18
anyone guide how to install the socialproofo. when I try to instal after putting database details in config.php. it says [
This page isn’t working
localhost is currently unable to handle this request.


HTTP ERROR 500
]

check screen shots


 
  • Like
Reactions: savagepresents

ac3da3m0n

Member
Jan 27, 2020
37
5
8
Doesn't work on NGINX. It got installed successfully using easyengine but can't reach login page even after adding the line in nginx.conf
 

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