Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Project U-232
View Poll Results: NEW tracker source: Project U-232
I will give it a try 440 77.33%
No, i`m using another source 72 12.65%
XAM is my hero, i`m sticking to Template Shares 57 10.02%
Voters: 569. You may not vote on this poll

Closed Thread
  #451  
Old 14th February 2019, 00:42
BlackDrag0n BlackDrag0n is offline
Member
 
Join Date: Feb 2019
Posts: 2
Default
Quote:
Originally Posted by fanson View Post
The error is displayed on the page "Memcached Extension not loaded."
  #452  
Old 14th February 2019, 09:04
fanson's Avatar
fanson fanson is offline
Senior Member
 
Join Date: May 2016
Posts: 46
Default
installation ok and white page memcache and cache ok
Attached Thumbnails
cache.jpg  
  #453  
Old 14th February 2019, 11:19
Napon Napon is offline
Banned
 
Join Date: Feb 2016
P2P
Posts: 522
Default
its not new tracker code bigjoos it TBDEV 09 how can you say its new lol same code with addons
  #454  
Old 14th February 2019, 11:34
fanson's Avatar
fanson fanson is offline
Senior Member
 
Join Date: May 2016
Posts: 46
Default
Quote:
Originally Posted by Napon View Post
its not new tracker code bigjoos it TBDEV 09 how can you say its new lol same code with addons



???????????????????
  #455  
Old 16th February 2019, 10:28
darkalchemy darkalchemy is offline
Administrator
 
Join Date: Dec 2017
United States
Posts: 101
Default
Quote:
Originally Posted by fanson View Post
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.
  #456  
Old 28th February 2019, 06:06
fanson's Avatar
fanson fanson is offline
Senior Member
 
Join Date: May 2016
Posts: 46
Default
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'] = ' '
  #457  
Old 28th February 2019, 06:46
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
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.
  #458  
Old 28th February 2019, 13:07
fanson's Avatar
fanson fanson is offline
Senior Member
 
Join Date: May 2016
Posts: 46
Default
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
Attached Files
File Type: php config.php (14.8 KB, 8 views)
File Type: txt htaccess.txt (3.3 KB, 6 views)

Last edited by fanson; 28th February 2019 at 13:21.
  #459  
Old 28th February 2019, 14:31
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
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
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
  #460  
Old 28th February 2019, 14:40
fanson's Avatar
fanson fanson is offline
Senior Member
 
Join Date: May 2016
Posts: 46
Default
display error ->public_html/include/class/class_cache.php on line 72

hosting is not shared
Closed Thread

Tags
project , project u232 , torrents tracker , u232

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 12:00. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.