xampp error -its reading a non-existent folder - xampp

xampp error
I already reinstalled it a couple of times, I also cleaned the drive so there's no duplicate xampp

Related

TwinCAT XAR showing file missing error on starting windows PC

The windows-PC having TwinCAT XAR installed on it, after starting shows a file missing error. I tried reinstalling with the fresh download. But, the same error appeared again.
The error is shown in the picture
The system information is also shared in the below image. To check the compatibility of the system with TwinCAT XAR.
I believe the issue is caused by mfc140u.dll not being available in System32.
Try copying mfc140u.dll from System32 on your own developer PC to System32 on the PC. This has resolved the issue for my colleague .

MAMP not starting Apache server on El Capitan 10.11.1

So I've been using MAMP just fine for an Apache server on Yosemite for some time now. I only need one local host, so I'm using regular MAMP and not MAMP Pro. I am on MAMP 3.4
When I click the "start servers" button, it doesn't respond to the click. It just shows the colored spinner like the application froze, and then nothing happens. Only the SQL server will start but not the Apache.(I don't even use SQL)
I can click through the preferences window just fine, and I can click the quit button, but the start servers button just gives that error.
The Apache box in the top right isn't filled in, and wont let me fill it in either. SQL box is filled it, if that matters. No error message at all. Totally lost.
I ran into the same problem as well after upgrading Mavericks to El Capitan. Mysql did start, but Apache failed starting. I'm running MAMP 3.0.5 (regular version).
I managed to fix this issue by renaming a file in the folder /Applications/MAMP/Library/bin. Rename envvars to _envvars and restart Apache. This made Apache running again on my machine.
Ok im new here but i figured it out.
sudo apachectl stop
Just ran that command.
Try copying the pre update version of your httpd.conf file and restarting apache as recommended above.
sudo cp /private/etc/apache2/httpd.conf.pre-update /etc/apache2/httpd.conf
sudo apachectl restart
This worked for me. I had issues getting MAMP (Pro) to start Apache and when it was running it took a while to shutdown Apache, which is odd since it didn't start.
I blame El Capitan, always blame the captain if things go wrong. Except Captain Morgan, that's your own fault.
Reinstalling MAMP was the easiest way for me as terminal still scares me. But make sure you follow the steps below so you don't lose all of your files and databases!
1. Rename your MAMP folder in Applications/ to "MAMPOLD" so that you don't overwrite your htdocs and databases.
2. Downloaded and install a fresh copy of MAMP from https://www.mamp.info/en/.
3. Replace the 'htdocs' and 'db' folders in your newly installed MAMP with the ones from your "MAMPOLD" folder.
Note that for the db folder I just transferred any folders and files that didn't exist in the new db folder so I didn't replace anything important. This may not be necessary but I didn't want to risk it.
4. Finally when you launch MAMP again you may have to change the ports to default if it isn't working. I had them orginally set to 80 and 3306 which is no longer working so now I have to put up with seeing localhost:8888 which is annoying but at least it's working! If anyone can help me with this I would be grateful.
I found that the ServerRoot in http.conf used the path "/usr" Most Macs use "/users". Soon as I changed it and restart apache MAMP went live

Installation on Windows with xampp

I am trying to install Yii2 on Windows with no success. I tried several ways.
First tried to install basic and advanced application templates following official installation instructions.
Then I tried with Github. I downloaded archive, unzipped it, placed folder content in htdocs of xampp. When I opened this page http://localhost/my_yii/requirements, it showed "Object not found!" error.
I tried with composer also but failed.
My htdocs path is "D:\php\htdocs" and my php.exe path is "D:\php\php". I think composer installed in this path: "D:\php\php".

Error in configuring ffmpeg in Windows 8 , 5.3 PHP

I am trying to configure ffmpeg using this tutorial -
http://myownhomeserver.com/2012/12/how-to-install-ffmpeg-php-php-5-4-on-windows-8-xampp-1-8-1/
but after I had done initial configuration, it is throwing error.
I copied php_ffmpeg.dll in ext folder also added it in php.ini file extension=php_ffmpeg.dll
copied other files to system32 folder. but it is throwing error while restarting apache. it is throwing below errow
---------------------------
httpd.exe - System Error
---------------------------
The program can't start because avcodec-52.dll is missing from your computer. Try reinstalling the program to fix this problem.
---------------------------
OK
---------------------------
I can see that above tutorial was for PHP 5.4 and above so I found this tutorial http://myownhomeserver.com/2012/02/how-to-install-ffmpeg-php-for-windows-apache-http-server/
this is for PHP 5.3 but still it seems to show same error for me
I cant understand what went wrong can some help me please.
In the guide you are looking at it says that you need PHP 5.4 or higher. You should first have installed PHP 5.4 and then to download the files from this link and place php_ffmpeg.dll in C:/xampp/php/ext and the rest of the files in C:/windows/system32.
Also, if you are on 64-bit system try to add the files that you placed in C:/windows/system32 to be in C:\Windows\SysWOW64 too.
Then go to your Xampp Services, and click on stop Apache. When its stopped, then click start again and it should work.

File appearing in mac that should be deleted

I am new to Apple products and I am following this tutorial http://coolestguidesontheplanet.com/set-virtual-hosts-apache-mac-osx-10-9-mavericks-osx-10-8-mountain-lion/ so I can get a virtual host setup. I installed MAMP fine. I also followed the vhosts setup and all seems to working ok but it doesnt work once i load the page i.e mysite.local
After some playing about I removed MAMP from my machine and ran sudo nano /etc/apache2/extra/httpd-vhosts.confit brings up the last file i did have although i cannot find it in finder as I have removed MAMP from my system.
Why is this happening?
MAMP stores its configuration files at /Applications/MAMP/conf/apache/extra/ (see http://foundationphp.com/tutorials/vhosts_mamp.php), not at the default system location (/etc/apache2/extra/). You uninstalled MAMP correctly, but the guide had you editing the default Apache files that came with OS X, not the ones that MAMP uses.

Resources