lamp Questions

5

I am trying to run the tests in PHPUnit and getting this error. Fatal error: Uncaught exception 'ErrorException' with message 'Class __PHP_Incomplete_Class has no unserializer' in /opt/lampp/lib/p...
Marabelle asked 4/6, 2013 at 9:13

5

Solved

I have a Wordpress website running on Lamp Server on Ubuntu Server 14.04. I just tried to use the option for Post Name permalinks, and now my pages no longer load up. I turned on the mod_rewrite f...
Filament asked 7/6, 2015 at 18:33

3

Solved

I'm running a few Bitnami LAMP stacks and so far it's been very convenient and most things work as expected. I've been searching for information on how to update Apache, MySQL, and PHP. They're in...
Baywood asked 12/1, 2016 at 16:3

3

Solved

EDIT : For problem resolution, see below. I updated my server today, docker containers and images too, but now it refuses to work properly. Maybe an update changed the way we need to write the dock...
Ruthieruthless asked 24/3 at 10:32

8

I have cloud hosting on Google, it sucks for to be honest but I am trying to get on with it, I installed LAMP stack on a VM and put my website in htdocs. When I try to access my site it gives me re...
Reyesreykjavik asked 27/10, 2015 at 18:29

9

Solved

UPDATE** The screenshot is within atom, but when I navigate to the directory using the file explorer, and right click, the option to rename or create a new folder are restricted and I cannot click...
Shelley asked 16/5, 2018 at 19:33

5

I am currently hosting an application on a ubuntu 16.04 server... but when i try to deploy the same code on fresh ubuntu 18.04 server i get the following error on my apache logs PHP Fatal ...
Merited asked 15/10, 2019 at 15:31

3

I did a fresh install of Ubuntu 20.04 LTS (Focal Fossa), installed Apache, PHP, MySQL and PHP Composer seemingly without issue. However, I still cannot get laravel -V to give me a version number. I...
Multiplicity asked 23/4, 2020 at 19:51

7

Solved

This issue has been bugging me for the past several days. I've been working on setting up a LAMP Server on Amazon EC2. The main issue is that I'm writing an application for a client that requires ...
Clang asked 9/7, 2011 at 6:33

4

Solved

Wheres the default folder in Bitnami LAMP? The server is running but I dont know where to put my html files? I mean in comparison with XAMPP and WAMP, the default is you put it on xampp/htdocs/ or ...
Carbolize asked 23/6, 2014 at 14:13

92

I installed LAMP on Ubuntu 12.04 LTS (Precise Pangolin) and then set root password on phpMyAdmin. I forgot the password and now I am unable to login. When I try to change password through term...
Jez asked 25/7, 2012 at 20:10

2

Solved

My xampp suddenly shows this when i run sudo /opt/lampp/lampp start XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system. It was work...
Cartload asked 28/2, 2022 at 18:20

6

I am trying to connect my fedora 25 webserver - php to Oracle db. To do this I need to pecl install oci8. However I get this error: /bin/sh /var/tmp/pear-build-roottqYEC6/oci8-2.1.4/libtool --mo...
Dejecta asked 24/5, 2017 at 16:4

2

Solved

When users upload certain files to my site (such as .doc, .xls, .pdf, etc) I'd like to be able to generate a preview thumbnail (of the first page of the document). I'm working with PHP in a LAMP st...
Bushweller asked 10/10, 2011 at 4:27

43

Solved

I have just installed Debian Lenny with Apache, MySQL, and PHP and I am receiving a PDOException could not find driver. This is the specific line of code it is referring to: $dbh = new PDO('mysql...
Blah asked 17/5, 2010 at 20:57

4

Solved

In some languages C# or .NET this would be a static variable, but in PHP the memory is cleared after each request. I want the value to persist across all requests. I don't wan't $_SESSION because t...
Sulfur asked 17/11, 2014 at 23:42

3

I am using fresh installed Ubuntu 19.10 and trying to install LAMP, so I ran the following: sudo apt-get install lamp-server^ After that, I had to configure mysql by running the command: sudo mysq...
Yu asked 25/12, 2019 at 21:30

4

I am using hibernate (Hibernate Maven 5.2.15.Final, Mysql-connector Maven 8.0.9-rc) whith mysql 5.7 on lampp environment on linux so. I am in Italy (Central European Summer Time) and once March 2...
Astred asked 27/3, 2018 at 17:6

10

Solved

Im using ubuntu 12.04, and php 5.x I need to use sqlite3 in it but Im getting an error of php fatal error: class sqlite3 not found I done all the installation processes, like $ sudo apt-get instal...
Multidisciplinary asked 24/10, 2013 at 11:55

10

Solved

I have installed the Ubuntu LAMP stack. But cURL is not enabled, and neither can I can find the extension listed in the INI file. I added it manually, but it didn't work either. How should I enable...
Gobelin asked 30/5, 2010 at 18:33

4

I'd like to enable on my Apache 2.4 under linux the PUT and DELETE methods. When clients try to invoke such methods I get a "405 Method Not Allowed" as answer. On server side my PHP script handle ...
Statesmanship asked 27/5, 2016 at 13:34

2

Solved

This is what i get after i use ddev start on new or any other projects. I clear all docker images, volumes, etc... and problem repeats again... Does anybody has the same problem, does it have any c...
Jolyn asked 30/11, 2021 at 3:1

13

I'm new to PHP and the whole LAMP stack but I've managed to get it up and running on my Ubuntu 10.10 system. Everything seems to be working with the exception of error reposting in the browser whic...
Murage asked 19/2, 2011 at 11:7

3

I am surprised I was not able to find more on this, but alas, I still cannot find the answer. We recently converted to AWS, moving our simple website to a more robust and reliable system. What is c...
Twittery asked 16/7, 2012 at 22:57

3

Solved

I recently moved from Wamp (wampserver) to Docker (Windows host). While using wamp, I was able to have multiple projects like in following file structure - wamp64 - www/ - project1/ - project...
Burbot asked 25/11, 2019 at 22:18

© 2022 - 2024 — McMap. All rights reserved.