Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TSSE 1.3.9 (http://www.bvlist.com/showthread.php?t=5)

elvira 24th February 2018 21:32

what I do wrong...when install ts 1.3.9....then go to login page get this

http://shrani.si/f/37/FR/1Ei8EG1r/sql.png

Napon 24th February 2018 23:32

Remove localhost

So it be 127.0.0.1/longin.php and the error will go

elvira 25th February 2018 00:08

Now have this

Quote:

Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\xampp\htdocs\include\core.php on line 16
include/functions.php


Code:

set_magic_quotes_runtime(0);

joeroberts 25th February 2018 00:45

change your php version to lower then 5.3 most likely 5.0
http://php.net/manual/en/migration53.deprecated.php

Napon 25th February 2018 01:50

Quote:

Originally Posted by joeroberts (Post 51587)
change your php version to lower then 5.3 most likely 5.0
http://php.net/manual/en/migration53.deprecated.php

Yes i was going to say thing

majio 4th March 2020 23:44

Run this inside docker connecting to a mysql server outside?


FROM ubuntu:trusty
RUN apt-get update -y && apt-get install -y libpng-dev php5 libapache2-mod-php5 php5-mysql php5-curl php5-gd \
php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache memcached php5-mhash php5-ming php5-ps \
php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php5-json php-apc zlib1g-dev \
mysql-client
FROM php:5-apache
RUN docker-php-ext-install mysql mysqli
RUN apt-get update -y && apt-get install -y libpng-dev
RUN apt-get update && \
apt-get install -y \
zlib1g-dev
RUN docker-php-ext-install mbstring
RUN docker-php-ext-install zip
RUN docker-php-ext-install gd
COPY src/ /var/www/html
EXPOSE 80

Not sure whats missing

BamBam0077 25th May 2022 09:45

Thank You <3


All times are GMT +2. The time now is 17:49.

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