Go to advanced search

by itsmedoofer
Tue Jul 23, 2019 10:54 am
Forum: General discussion
Topic: Updated for Pi 4 / Buster: Simple Nextcloud Installation on Raspberry Pi
Replies: 5
Views: 21392

Re: Updated for Pi 4 / Buster: Simple Nextcloud Installation on Raspberry Pi

... shell. The overview tab has as few issues that are easily resolved. The PHP memory limit is set too low at 128Mb should be at least 512Mb sudo nano ... not going to be spectacular. Choice of database could be a problem, is MySQL too heavy for SD card use ? I’m not totally certain that my files ...
by miab3
Mon Jul 22, 2019 5:38 pm
Forum: Other programming languages
Topic: Lazarus Error to compile Zeos
Replies: 2
Views: 3068

Re: Lazarus Error to compile Zeos

This version:
http://zeoslib.sourceforge.net/viewtopi ... bf#p122003
works for me on Raspberry Pi 4 B 2GB (I tested with MySQL/MariaDB10, PostgreSQL9, SQLite, MSSQL Express-freeTDS)

Michal
by fruitoftheloom
Fri Jul 19, 2019 12:27 pm
Forum: Networking and servers
Topic: how to reinstall mysql
Replies: 19
Views: 3789

Re: how to reinstall mysql

... Buster Lite It" it dont want go install ?? sudo apt-get install mysql-server php-mysql -y Reading package lists... Done Building dependency tree Reading state information... ...
by NoGlow75
Fri Jul 19, 2019 12:02 pm
Forum: Networking and servers
Topic: how to reinstall mysql
Replies: 19
Views: 3789

Re: how to reinstall mysql

... Buster Lite It" it dont want go install ?? sudo apt-get install mysql-server php-mysql -y Reading package lists... Done Building dependency tree Reading state information... ...
by Heater
Sun Jul 07, 2019 9:35 pm
Forum: General programming discussion
Topic: GUI Editor Code Challenge
Replies: 174
Views: 10299

Re: GUI Editor Code Challenge

... replacing most of what the internet apps are built with and that is PHP and MySQL. Whilst a lot of work goes on in the server side of modern internet apps, be it PHP or ...
by hippy
Sun Jul 07, 2019 9:29 pm
Forum: General programming discussion
Topic: GUI Editor Code Challenge
Replies: 174
Views: 10299

Re: GUI Editor Code Challenge

... replacing most of what the internet apps are built with and that is PHP and MySQL. It doesn't have to; it only has to do the job it needs to do. I don't think anyone intends ...
by John_Spikowski
Sun Jul 07, 2019 8:08 pm
Forum: General programming discussion
Topic: GUI Editor Code Challenge
Replies: 174
Views: 10299

Re: GUI Editor Code Challenge

I don't see JavaScript replacing most of what the internet apps are built with and that is PHP and MySQL.
by jerrm
Fri Jul 05, 2019 1:56 pm
Forum: Advanced users
Topic: Need a LAMP server running PHP5.6 on a Pi 4
Replies: 4
Views: 1444

Re: Need a LAMP server running PHP5.6 on a Pi 4

... just a pain. Any ideas how I can get Jessie running on a Pi4 or PHP5.6 running on Duster??? https://deb.sury.org has repos for PHP 5.6 and ... need, ie: instead of "apt-get install php php-url php-cli php-pdo php-mysql ..." use "apt-get install php5.6 php5.6-curl php5.6-cli php5.6-pdo ...
by raspdroid
Tue Jul 02, 2019 4:00 pm
Forum: Español
Topic: Instalar mysql-server en Raspberry pi 3 B+
Replies: 2
Views: 1664

Re: Instalar mysql-server en Raspberry pi 3 B+

Hola,

Aquí hay cosas que te pueden ayudar o dar una idea. No tienes por qué instalar Joomla puedes instalar cualquier cosa php + mysql.

Saludos
by amiguel2007
Mon Jul 01, 2019 6:11 pm
Forum: Español
Topic: Instalar mysql-server en Raspberry pi 3 B+
Replies: 2
Views: 1664

Instalar mysql-server en Raspberry pi 3 B+

... una pi 3 B+ y quiero instalar un servidor web, lo típico, apache, php y mysql con phpmyadmin. Pues a la hora de instalar mysql-server me dice que no existe y que tiene ...
by audio-rochey
Mon Jul 01, 2019 2:24 am
Forum: Troubleshooting
Topic: getting crontab working with .sh
Replies: 5
Views: 328

getting crontab working with .sh

... your help. I have stretch running on an old Pi 1. It's running a simple mysql/mariadb install, along with a nginx server and php. For now it's internal to the house quietly ticking away. I would like to get a backup ...
by DougieLawson
Tue Jun 25, 2019 5:29 am
Forum: General discussion
Topic: exploring uses of nginx with rpi 2+ / rpi zero w
Replies: 15
Views: 810

Re: exploring uses of nginx with rpi 2+ / rpi zero w

None of that PHP creates any output. Where's the SQL statement? Where's the mysqli fetch() call? Where's ... PHP code as nothing will trigger PHP to generate the headers. When I'm working with MySQL stuff I run the page with the php command line to check for ID10T errors.
by SynGreis
Mon Jun 24, 2019 5:27 pm
Forum: General discussion
Topic: exploring uses of nginx with rpi 2+ / rpi zero w
Replies: 15
Views: 810

Re: exploring uses of nginx with rpi 2+ / rpi zero w

... the issues above. the only thing that is left is trying to get my mysql connections to work. <?PHP $hostname = "localhost"; $username = "root"; $password = "pass"; $db = "db"; $dbconnect=mysqli_connect($hostname,$username,$password,$db); ...
by SynGreis
Sun Jun 23, 2019 1:40 pm
Forum: General discussion
Topic: exploring uses of nginx with rpi 2+ / rpi zero w
Replies: 15
Views: 810

Re: exploring uses of nginx with rpi 2+ / rpi zero w

i got nginx and php+mysql on it. now when i try to use winscp to try and upload my website i get permission errors. so i went to ...
by K Research
Sun Jun 23, 2019 4:02 am
Forum: Beginners
Topic: PHPBB Forum Server on Raspberry pi
Replies: 16
Views: 2429

Re: PHPBB Forum Server on Raspberry pi

... sudo apt -y install mariadb-server mariadb-client sudo apt -y install php php-mysql php-json php-xml Login to local MariaDB server as root: sudo mysql In the mysql "command ...
by Paeryn
Sat Jun 22, 2019 2:45 am
Forum: Other programming languages
Topic: ScriptBasic
Replies: 1398
Views: 97779

Re: ScriptBasic

... an extension specific error. A value of 0x81001 does that for the MySQL extension. So - besFUNCTION(GPIO_readPin) long pin; besARGUMENTS("i") ... comprehensive error reporting - https://www.scriptbasic.org/forum/index.php?topic=352.msg1624#msg1624 https://www.scriptbasic.org/forum/index.php/topic,27.msg1633.html#msg1633 ...
by fbe
Fri Jun 21, 2019 9:23 pm
Forum: Beginners
Topic: PHPBB Forum Server on Raspberry pi
Replies: 16
Views: 2429

Re: PHPBB Forum Server on Raspberry pi

... sudo apt -y install mariadb-server mariadb-client sudo apt -y install php php-mysql php-json php-xml Login to local MariaDB server as root: sudo mysql In the mysql "command ...
by SynGreis
Fri Jun 21, 2019 6:47 pm
Forum: General discussion
Topic: exploring uses of nginx with rpi 2+ / rpi zero w
Replies: 15
Views: 810

exploring uses of nginx with rpi 2+ / rpi zero w

... pages the majority of the time and then submitting orders through mysql. I am planning to skin it to the bare minimal (lite version i believe is appropriate) to have the server running with MySQL and PHP enabled. My question is this. Given that i have a RPi b+ right now how well ...
by K Research
Fri Jun 21, 2019 4:13 am
Forum: Other projects
Topic: Web Server Tutorial for Raspbian
Replies: 4
Views: 715

Re: Web Server Tutorial for Raspbian

... as the install is a few commands only I need a web server that will run phpbb, installing apache, php mysql phpmyadmin only takes about 10 minutes I have done it about 15x already its getting pache, ...
by filippos
Thu Jun 20, 2019 6:29 am
Forum: Troubleshooting
Topic: Rpi2 stops working after some time
Replies: 6
Views: 295

Re: Rpi2 stops working well after some time

... causes by reinstalling packages: 1. hardware NO 2. software YES 2a. php,mysql,apache2 REINSTALLED After 26 minutes, it stopped and no green light! [ 0.000000] Booting ...
by hippy
Wed Jun 19, 2019 11:29 am
Forum: Other programming languages
Topic: ScriptBasic
Replies: 1398
Views: 97779

Re: ScriptBasic

... an extension specific error. A value of 0x81001 does that for the MySQL extension. So - besFUNCTION(GPIO_readPin) long pin; besARGUMENTS("i") ... comprehensive error reporting - https://www.scriptbasic.org/forum/index.php?topic=352.msg1624#msg1624 https://www.scriptbasic.org/forum/index.php/topic,27.msg1633.html#msg1633 ...
by K Research
Wed Jun 19, 2019 2:25 am
Forum: Beginners
Topic: PHPBB Forum Server on Raspberry pi
Replies: 16
Views: 2429

PHPBB Forum Server on Raspberry pi

... to install the web server 99.9% of the problems are associated with mysql and permissions and setting up accounts and passwords TOO MUCH is assumed ... web servers for years have successfully had running websites including phpbb the success was just following step by step instructions that worked ...
by herace
Tue Jun 18, 2019 11:33 am
Forum: Networking and servers
Topic: How can I update from PHP 7.0 to PHP 7.1?
Replies: 10
Views: 4874

How can I update from PHP 7.0 to PHP 7.1?

... stretch main contrib non-free rpi I installed PHP 7.0 it with: sudo apt-get install apache2 php7.0 php7.0-curl php7.0-gd php7.0-imap php7.0-json php7.0-mcrypt php7.0-mysql php7.0-opcache php7.0-xmlrpc libapache2-mod-php7.0 php -v output: PHP 7.0.33-0+deb9u3 ...
by gabriel.rosseel
Mon Jun 17, 2019 8:26 am
Forum: Advanced users
Topic: how to update PHP from 5 to 7
Replies: 2
Views: 848

how to update PHP from 5 to 7

on Fri May 05, 20 I asked in the beginners section under the topc "PHP Extension Intl missing "how to update PHP from 5 to 7" but I never succeeded; ... on "https://www.howtoforge.com/tutorial/install-apache-with-php-and-mysql-lamp-on-debian-stretch/": apt-get -y install php7.0 libapache2-mod-php7.0 ...
by rpdom
Sun Jun 16, 2019 11:40 pm
Forum: General discussion
Topic: apache2 on raspbian seems terribly slow
Replies: 2
Views: 169

Re: apache2 on raspbian seems terribly slow

I'm running Apache2 on a Pi 2B and it's fast enough for most things. I use PHP, not Perl, but a fair bit of MySQL database access as well. All good.

Go to advanced search