Die Suche ergab 8 Treffer

von B_Hay
20. Mär 2017, 23:24
Forum: English Support Forum
Thema: Installer doesn't work on Ubuntu 16.04
Antworten: 0
Zugriffe: 4041

Installer doesn't work on Ubuntu 16.04

I created a new DigitalOcean droplet using Ubuntu 16.04. I followed the instructions found on the website then browsed to http://mydomain.com/admidio/index.php but instead of the installer running, the file index.php gets displayed in the browser. Any ideas why that is happening?
von B_Hay
20. Mär 2017, 21:29
Forum: English Support Forum
Thema: MySQL PDO error for 3.1.1 upgrade
Antworten: 5
Zugriffe: 10397

Re: MySQL PDO error for 3.1.1 upgrade

Hi B_Hay, the problem is that the PHP extension PDO is not installed on the webserver you use. You must inform your hoster about the problem and he should install the extension. This is a common extension and a "modern" way to communicate with the database so there should be no problem to...
von B_Hay
20. Mär 2017, 21:22
Forum: English Support Forum
Thema: MySQL PDO error for 3.1.1 upgrade
Antworten: 5
Zugriffe: 10397

Re: MySQL PDO error for 3.1.1 upgrade

Hi B_Hay, the problem is that the PHP extension PDO is not installed on the webserver you use. You must inform your hoster about the problem and he should install the extension. This is a common extension and a "modern" way to communicate with the database so there should be no problem to...
von B_Hay
22. Feb 2017, 18:04
Forum: English Support Forum
Thema: The requested PDO driver is not supported
Antworten: 6
Zugriffe: 6915

Re: The requested PDO driver is not supported

Yes, PHP 5.3.7 and above. How do i go about troubleshooting the PDO driver? Looking at the PHP manual online, it tells me that installing php5-mysql from the ubuntu repositories will install the PDO_MYSQL extension. Is there more I have to do? I'm pretty green when it comes to php. Thanks again for...
von B_Hay
22. Feb 2017, 15:53
Forum: English Support Forum
Thema: MySQL PDO error for 3.1.1 upgrade
Antworten: 5
Zugriffe: 10397

Re: MySQL PDO error for 3.1.1 upgrade

TenX hat geschrieben:Ignore the earlier post! Got this working by calling the webhost with the error message.
Regards!
Hello, I am having a similar problem to you. What did you learn from the webhost that fixed your issue?
von B_Hay
22. Feb 2017, 15:49
Forum: English Support Forum
Thema: The requested PDO driver is not supported
Antworten: 6
Zugriffe: 6915

Re: The requested PDO driver is not supported

Yes, PHP 5.3.7 and above. How do i go about troubleshooting the PDO driver? Looking at the PHP manual online, it tells me that installing php5-mysql from the ubuntu repositories will install the PDO_MYSQL extension. Is there more I have to do? I'm pretty green when it comes to php. Thanks again for...
von B_Hay
22. Feb 2017, 01:10
Forum: English Support Forum
Thema: The requested PDO driver is not supported
Antworten: 6
Zugriffe: 6915

Re: The requested PDO driver is not supported

fasse hat geschrieben:We support MySql and PostgreSql, so you need the PDO driver for your choosen database. In most cases it should be MySql.

Maybe it's something wrong with your installation of the pdo driver ?!?
Is PHP 5 supported in 3.2.4?
von B_Hay
18. Feb 2017, 19:11
Forum: English Support Forum
Thema: The requested PDO driver is not supported
Antworten: 6
Zugriffe: 6915

The requested PDO driver is not supported

I went through the installation instructions posted online. I went through all the setup instructions that were presented to me after navigating to http://www.your-domain.org/admidio/index.php. After I enter all the required information i am presented with a screen that says The connection to the da...