View Single Post
  #22  
Old 7th July 2015, 12:40
Zuby's Avatar
Zuby Zuby is offline
Senior Member
 
Join Date: Sep 2009
P2P
Posts: 101
Default
Quote:
Originally Posted by twajaSenca View Post
Click the image to open in full size.
what am i doing wrong...?
you need to install mariadb ... mysql is no longer in sources..

Code:
sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
sudo add-apt-repository 'deb http://ftp.heanet.ie/mirrors/mariadb/repo/10.0/ubuntu utopic main'
then ..
Code:
sudo apt-get update
sudo apt-get install mariadb-server
Bump:
Quote:
Originally Posted by twajaSenca View Post
i installed everything it shows in video to install..
___
i tried to go to url ip/install.php and the page works.. but some erroes (red lines)
Click the image to open in full size.
Open:
Code:
/etc/php5/apache2/php.ini
and edit
Code:
;opcache.enable=0
to
Code:
opcache.enable=1
then make sure this mod is enabled running:
Code:
php5enmod opcache
then restart apache
Code:
service apache2 restart
if this shit doesnt work .. try to install APC and load extension in php.ini.
Reply With Quote