Comments on: How to install phpLiteAdmin Database in a Raspberry Pi https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Tue, 07 Nov 2023 12:36:44 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Fernando https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/#comment-870719 Tue, 07 Nov 2023 12:36:44 +0000 http://randomnerdtutorials.com/?p=33093#comment-870719 In reply to Alain.

I am getting the same error and I have no idea of its origin…

]]>
By: Yash Pisat https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/#comment-822746 Fri, 03 Mar 2023 12:32:33 +0000 http://randomnerdtutorials.com/?p=33093#comment-822746 Thanks for the post, But I am facing an error after this step:
– Go to your Raspberry Pi IP address (use the command ifconfig to print your Pi IP address in your terminal window) and this is what you should see:

My Raspberry Pi IP address is ‘192.168.178.147’, After opening this in chrome, a blank page appears with the ‘ ‘ return on it.

]]>
By: Alain https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/#comment-605678 Thu, 13 May 2021 17:06:57 +0000 http://randomnerdtutorials.com/?p=33093#comment-605678 Hi,
What are the possible reasons why I get a HTTP error 500 while typing http://RPi_IP_Address/database/phpliteadmin.php?
Of course I typed my IP, the syntax is correct. I’ve a db file.
The permissions are set as in the description above.
Thanks for your builds

]]>
By: Friedhelm https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/#comment-364279 Wed, 01 May 2019 08:53:05 +0000 http://randomnerdtutorials.com/?p=33093#comment-364279 please try php7.0 instead of php7.3

]]>
By: Friedhelm https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/#comment-356852 Fri, 01 Mar 2019 16:28:27 +0000 http://randomnerdtutorials.com/?p=33093#comment-356852 In reply to SPRX.

sudo apt-get install php7.3 libapache2-mod-php7.3 php7.3-sqlite3
without -y >>> ok

]]>
By: SPRX https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/#comment-332523 Sun, 26 Aug 2018 10:28:20 +0000 http://randomnerdtutorials.com/?p=33093#comment-332523 In reply to ahmed.

To install php, use the following command;

sudo apt-get install php7.0 libapache2-mod-php7.0 php7.0-sqlite3 –y

]]>
By: Rui Santos https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/#comment-317673 Wed, 14 Mar 2018 17:48:27 +0000 http://randomnerdtutorials.com/?p=33093#comment-317673 In reply to ahmed.

Can you try this command instead and let me know if it works?

pi@raspberrypi:~ $ sudo apt-get install php7 libapache2-mod-php7 php7-sqlite -y

]]>
By: ahmed https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/#comment-317541 Sun, 11 Mar 2018 14:57:28 +0000 http://randomnerdtutorials.com/?p=33093#comment-317541 hi

i need help pls

pi@raspberrypi:~ $ sudo apt-get install php5 libapache2-mod-php5 php5-sqlite -y
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libapache2-mod-php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5-sqlite is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package ‘php5’ has no installation candidate
E: Package ‘libapache2-mod-php5’ has no installation candidate
E: Package ‘php5-sqlite’ has no installation candidate

]]>
By: Rui Santos https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/#comment-301838 Fri, 31 Mar 2017 09:50:46 +0000 http://randomnerdtutorials.com/?p=33093#comment-301838 In reply to Markku Niskanen.

Thanks for sharing!

]]>
By: Rui Santos https://randomnerdtutorials.com/how-to-install-phpliteadmin-database-in-a-raspberry-pi/#comment-301837 Fri, 31 Mar 2017 09:50:13 +0000 http://randomnerdtutorials.com/?p=33093#comment-301837 In reply to Peter.

Thanks for reading, I’ve never used that framework with microprocessors

]]>