Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   Project U-232 (http://www.bvlist.com/showthread.php?t=6342)

BlackDrag0n 14th February 2019 00:42

Quote:

Originally Posted by fanson (Post 53261)

The error is displayed on the page "Memcached Extension not loaded."

fanson 14th February 2019 09:04

1 Attachment(s)
installation ok and white page memcache and cache ok

Napon 14th February 2019 11:19

its not new tracker code bigjoos it TBDEV 09 how can you say its new lol:muscle: same code with addons

fanson 14th February 2019 11:34

Quote:

Originally Posted by Napon (Post 53265)
its not new tracker code bigjoos it TBDEV 09 how can you say its new lol:muscle: same code with addons




???????????????????

darkalchemy 16th February 2019 10:28

Quote:

Originally Posted by fanson (Post 53264)
installation ok and white page memcache and cache ok

This only shows that you have the php extension installed, not the memcached server.

Code:

sudo apt-get install memcached
Assuming debian or derivatives.

fanson 28th February 2019 06:06

error White page
memcached installed
http://www.chomikboks.pl/signup.php
php 5.6 does not work / php 7.0 does not work
Help me :)

//== DB setup
$INSTALLER09['mysql_host'] = 'localhost';
$INSTALLER09['mysql_user'] = 'xxxxxxxt';
$INSTALLER09['mysql_pass'] = 'xxxxxxx';
$INSTALLER09['mysql_db'] = 'xxxxxx';
//== Cookie setup
$INSTALLER09['cookie_prefix'] = ''; // This allows you to have multiple trackers, eg for demos, testing etc.
$INSTALLER09['cookie_path'] = ''; // ATTENTION: You should never need this unless the above applies eg: /tbdev
$INSTALLER09['cookie_domain'] = ''; // set to eg: .somedomain.com or is subdomain set to: .sub.somedomain.com
$INSTALLER09['domain'] = ' '

thartley55 28th February 2019 06:46

php 5.6 does work, but you need to change the config.php file...first

BEFORE you install, change these four lines in the /install/extra/config.phpsample.php

const REQUIRED_PHP = 70000, REQUIRED_PHP_VERSION = '7.0';
if (PHP_VERSION_ID < REQUIRED_PHP)
die('PHP '.REQUIRED_PHP_VERSION.' or higher is required.');
if (PHP_INT_SIZE < 8)

to read.....

const REQUIRED_PHP = 50000, REQUIRED_PHP_VERSION = '5.0';
if (PHP_VERSION_ID < REQUIRED_PHP)
die('PHP '.REQUIRED_PHP_VERSION.' or higher is required.');
if (PHP_INT_SIZE < 7)

This should work...always has for me...I've never upgraded past php 5.6

NOTE: If you've already installed, I believe you can change the same lines, now in the /include/config.php file.
And this is all assuming you have everything else correctly done as needed.

fanson 28th February 2019 13:07

2 Attachment(s)
still to the same, I installed on php 5.6 and 7.0
see config

Bump: public_html/include/class/class_cache.php on line 72

DND 28th February 2019 14:31

why dont you just enable errors to be displayed and see what is actually going on ?
and btw.. if its a shared hosting server.. then forget about it

fanson 28th February 2019 14:40

display error ->public_html/include/class/class_cache.php on line 72

hosting is not shared


All times are GMT +2. The time now is 05:16.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.