Install Mercury after XAMPP installation - installation

I have initially installed XAMPP without checking the Mercury installation.
Of course, the module shows-up in the XAMPP Control panel but is disabled and there is no mean to install it from there. How should I do without re-installing the whole XAMPP package?

For who would be interested (that applies to any not-initially-installed module of XAMPP package):
create a folder inside xampp, e.g. \xampp\mercury. In windows it should be "MercuryMail".
download mercury from here: http://www.pmail.com/downloads_s3_t.htm
during installation, point to the \xampp\mercury\ folder.
edit the file \xampp\xampp-control.ini:
[EnableModules]->Mercury=1
[BinaryNames]->Mercury=mercury.exe
Reload XAMPP Control panel
That's all!

Related

Error when installing WampServer

hi i am installing wampserver3 addon php 7.0.13 in my computer. Every time i am trying to install i got the following error:-
"The installation folder chosen (%1) in not that of the Wampserver.
Select the installation folder of wampserver."
i am also attaching a screenshot of the following error. kindly help me to resolve this issue.
thanks
That's because you are NOT actually installing WampServer, but its PHP add-on.
If you used Google to find it, you probably downloaded and installed the WampServer PHP add on from Source Forge. It would be named something like wampserver3_x64_addon_php7.0.13.exe
This is NOT what you want.
You can get the actual WampServer install file from the WampServer project site... which leads you to correct file on Source Forge. It would have a name like
wampserver3.0.6_x64_apache2.4.23_mysql5.7.14_php5.6.25-7.0.1
You want to get it from here:
http://www.wampserver.com/en/download-wampserver-64bits/
The response you are getting means that you are trying to install an incomplete version of WAMPSERVER. The incomplete version could be an addon or an extension. Visit wampserver website and click on the version you would like to download. Desist from using download latest button.
Click here to download full version x64
Click here to download full version x86
Because that green button is missleading and you have not downloaded thw Wamp Installer
but the Maria DB Addon (!) check again
You must navigate in sourceforge and select the latest wamp exe and clik on that link so the download will start
Thank you
you probably downloaded the 64bit version when you need the 32bit version.

Copy db from xampp files, sytem not working

I have a question. My windows system stopped working and I would like to copy db data from xampp who was intalled on this system. I have only xampp files. Is it possible ?
Sorry for my english.
You can just copy complete XAMPP directory to another working Windows system and try to launch it as usual. Or, you can try to backup current xampp directory, reinstall xampp somewhere else, and then overwrite it with your backup.

How to install TYPO3 on windows 7 with wampp

I would appreciate if someone can assist me install TYPO3 on Windows wamp server. I have worked on this for some weeks now on both Linux and Windows, but apparently this is something small I am missing.
Here is what I have done on Windows 7, following guidance given on several links I was not able to list in this post:
I have installed wamp and when I start it it shows all services running;
I created my folder "vhost1" in which I put my documents (i.e. in C:\wamp\www\vhost1).
I have copied typo3_src-6-10 (later replaced by typo3_src-8.4.0) into vhost1 and made the following links-mklink /D typo3_src C:\wamp\www\weaconsort\typo3_src\typo3_src-x.x.x \ mklink /D typo3 typo3_src/typo3 \ mklink /D index.php typo3_src/index.php
When I point to "http://localhost/vhost1" in my browser I get "Internal Server Error", but when I point to "http://locahost" I get the index page with my document folder under "Your Projects".
Clicking on my document folder gives me "Internet Explorer cannot display the webpage"
I cannot go further than this.
I have tried to change Document root to "c:/wamp/www/vhost1" in "http.conf", "httpd-ssl.conf and httpd-vhosts.conf, no avail.
Will appreciate any assistance
I have all running on windows 7 with no trouble ... I'm no wizard at all, so first change is that I have xampp installed, no symlinks, I just place in htdocs ...
If you want to go down this road I'll assist you with all questions, I've even got imagemagick up and running:
get rid of wampp (hope you're not using it for other development)
download xampp 1.8.3 and install that
download typo3 (I suggest 7.6.11, because you'll find lots more extensions and I think v8 runs on php7 !!) and place it in htdocs.
rename the folder to a testname, and save an empty file named FIRST_INSTALL in the folder. [directory structure for typo3 installation: rename typo3_src-7.6.11 to testname]
start up xampp and go to 'localhost/phpmyadmin/, create there a database 'testname' (I use collation utf8_general_ci but you can leave that)
now go to 'localhost/testname/' in your browser, and follow the instructions ... (I think you can ignore the warnings at the start), when you arrive at the database select the one just created with user 'root' and blank password.
at the end of the install you'll be asked if you want to start with an empty installation or if you want to fill with the introduction, that's where you insert the package !!
keep me posted and I update my answer to resolve where you stall
TYPO3 - inspiring people to share!

ImageMagic not working on windows

As this blog suggested
blog
My Environment
windows 7 64-bit
xampp 5.6.12 32-bit
I installed ImageMagic for windows (32bit)
Setted environment path of ImageMagic and MAGICK_HOME variable
Downloaded the php_imagick.dll and pasted in C:\xampp\php\ext and the file name started with CORE_RL_* in C:\xampp\apache\bin
Now when apache starts it shows error
the programme can't start because VCOMP110.DLL is missing from your computer. try reinstall program to fix this problem
I don't know why this error occurs.
Also I installed vcredist_x86.exe
You are getting the following error message:
The program can't start because VCOMP110.DLL is missing from your computer. Try reinstalling the program to fix this problem.
This means that you did not install the Visual C++ Redistributable for Visual Studio 2012. You can download it from this page: https://www.microsoft.com/en-us/download/details.aspx?id=30679
I am late here, but maybe it helps someone, you can check the Architecture using phpinfo().
ImageMagick + Imagick + PHP on XAMPP
Environment
Windows7
32bit OS
XAMPP v3.2.1
Step for install
Install Imagick (PHP Extention).
Install DLL of extension module.
Setting DLL.
1. Install ImageMagick (PHP Extention) under C:/
Install PHP Extention.
You must install correct version which corresponded to your OS version. i installed 32 bit version ImageMagick-6.9.1-10-Q16-x86-dll.exe.
Confirm extension_dir of phpinfo(); below is ok.
extention_dir C:/xampp/php/ext
2. Install DLL & Setting
2-1. Install PHP Extension
Install by PECL
!! Then confirm phpinfo(); you should select install.
Case of enabled > php_imagick.dll, TS
Case of disabled > php_imagick.dll, NTS
2-2. DLL file move into extension folder
php_imagick.dll in download folder move to C:/xampp/php/ext
2-3. CORE_RL_* move into Apache binary folder
CORE_RL_* file move into C:/xampp/apache/bin
2-4. Add extension to php.ini
You should write extension=php_imagick.dll on php.ini ( !! Write under [PECL] ).
3. Setting Environment
Add MAGICK_HOME to your environment PATH.
Try phpinfo();
4. convert image on CLI
>convert wizard: wizard.jpg
>convert wizard.jpg win:
But in this state, ImageMagick number of supported formats is 0 and ImageMagick supported formats is no value so you should do below.
All *_.dll file in C:/ImageMagick-6.9.1-Q16/modules/coders copy to C:/xampp/apache/bin
All *_.dll file in C:/ImageMagick-6.9.1-Q16/modules/filters copy to C:/xampp/apache/bin
All *_.dll file in C:/ImageMagick-6.9.1-Q16/modules/coders copy to C:/ImageMagick-6.9.1-Q16
All *_.dll file in C:/ImageMagick-6.9.1-Q16/modules/filters copy to C:/ImageMagick-6.9.1-Q16
Restart Apache
taken from:
http://hrt0kmt.hatenablog.com/entry/2015/05/27/170608

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".

Resources