Quantcast
Channel: WampServer - WampServer English
Viewing all 3213 articles
Browse latest View live

Linux on wamp (no replies)

$
0
0
I was just wondering if there is anyway I can run linux on wamp server?
This script I have needs to be ran on a linux server, and I don't really want to pay for a hosting service if I can just do it all from my PC

Can't switch from MySQL 5.7 to 5.6? (1 reply)

$
0
0
Hi,

I need MySQL 5.6 and I've installed addon without problem. When I switch and go in PHPmyadmin it still shows 5.7. When I rename 5.7 I get an error from PHPMyadim that its can't connect. It completely ignores 5.6
No error in MySQL log?

Here are the screenshots [imgur.com]

TIA

Host more than one site (no replies)

$
0
0
Hi, I was just wondering how I host more than one site at once through wamp?

So I want to host
[www.example.com]
and
[www.example1.com]
At the same time, how do I do this?

How do I point both sites to their different directories?
I tried this before, but it kept loading my main site for the second site just different domain name

What do I need to add/change?
Thank you

Getting cmd.exe screen when starting wampserver64 (no replies)

$
0
0
I just installed Wampserver64. When I click on the desktop icon I get the black cmd.exe screen for a few seconds - then nothing. I am using Windows 10. Any ideas on what I am doing wrong? Thanks. Mike Fox

Wamp Apache services are not starting. (1 reply)

$
0
0
Hi Friends,

I have installed wampserver but the appache services are not starting and the wamp icon is in organce colour it was turning into green colour. I almost tried all the solutions which are there in the forum but its not working am expecting help from any one.

Emails from wamp (no replies)

$
0
0
Hi I have a script on my site that sends e-mails, I have a test script that I will post on here that I use to see whether the e-mail function is working correctly, but it won't send the e-mails, how can I set wamp up to send them?

<?php
/*------------includes--------------*/
include ('../includes/connections.php');
include ('staff_brain_file.php');
include ('staff_style_top.php');
/*------------includes--------------*/
$u['my_email'] = "braidz_magrath@hotmail.com";
$_POST['email'] = "Brady, this is just an email to confirm the e-mail script is working correctly";
if(!mail($u['my_email'],"Test E-mail",$_POST['email'],"From: RC Newsletter <no-reply@site.com>" ))
{
echo "Email not sent to" . $u['my_email'] . "!<br/>";
}
include ('style_bottom.php');
?>

Download Trouble Need Help (1 reply)

$
0
0
I need help. I have searched the forum and have not found this issue yet. If I over looked it please direct me.

I have a 32-bit windows Operating System with a x64 - based processor

at this
[www.wampserver.com]

I found no download link.
I did find a link listed to another page, the link I found listed in the popup window took me to this link.
[[Even though I expected a download to starts when I clicked on the link.]]

This is the link to the page for the 32 bit version of WAMP SERVER that I found...
[sourceforge.net]
However I ended up with a file not found message at the link...


Originally I attempted to down the 64 bit wamp server, however I received this

ERROR MESSAGE:

DOWNLOAD link:
wampserver3.1.0_x64.exe
[cfhcable.dl.sourceforge.net]
---
ERROR MESSAGE

ERROR
This program can only be installed on versions of Windows designed for the following processor architectures:
x64
---


So I am in need of a direct link to the 32 bit version of the wamp server, OR If I am mistaken on what I need then I need the information so I can download and install the wamp server. Or an alternative..

Thank you.

Files missing in directory (2 replies)

$
0
0
The script I am trying to use requires to be able to access these files/directories..

How do I do this and where will I find them?


NAME PATH CHECK RESULT
MEncoder /usr/local/bin/mencoder missing
MPlayer /usr/local/bin/mplayer missing
MetaInject /usr/bin/flvtool2 missing
Yamdi /usr/bin/yamdi missing
MediaInfo /usr/bin/mediainfo missing
MP4box /usr/bin/MP4Box missing
NeroAccEnc /usr/bin/neroAacEnc missing
FFMpeg /usr/local/bin/ffmpeg missing
PhpName /bin/php/php5.6.25 missing

Screenshot: [ibb.co]

Crons (1 reply)

$
0
0
I have been trying to run my cron job I have tried a few tutorials on youtube, I have tried scheduled tasks, but nothing, how would I run it?

The URL I want to run is www.mysite.com/includes/timer/update_five_mins.php

32 bit Wampserver (1 reply)

$
0
0
I'm trying to download Wampserver 32 bit(x86) 3.0.6. I click in the button and it takes me t Sourceforge and then a little pop up says The "/WampServer

/3WampSe..php5.6.25-7.0.10.exe" file could not be found or is not available. Please select another file. Then it tries to downloadx64 which will not work on a 32 bit machine. What can I do?

War files (1 reply)

$
0
0
Is it impossible to deploy .WAR files and check it with wampserver?

wamp64 localhost “Unable to connect” (no replies)

$
0
0
Apologies if this is a repeated query; but no solution found in last 4 days.

Windows 10 ... Wamp64 ... needing to create Virtual hosts to practice my HTML/CSS/PHP and Grid Layouts.

Below is what I THINK might be the problem file (wamp64\bin\apache\apache2.4.27\conf\extra\httpd-vhosts.conf) ...

# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride All
require all granted
</Directory>
ErrorLog "logs/localhost-error.log"
CustomLog "logs/localhost-access.log" common
LogLevel debug
</VirtualHost>
#
#
<VirtualHost *:80>
DocumentRoot "c:/wamp64/www/propokeruk"
ServerName propokeruk
<Directory "c:/wamp64/www/propokeruk">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
ErrorLog "c:/wamp64/logs/propokeruk-error.log"
AccessLog "c:/wamp64/logs/propokeruk-access.log" common
LogLevel debug
</VirtualHost>
#
#
<VirtualHost *:80>
DocumentRoot "c:/wamp64/www/tester"
ServerName tester
<Directory "c:/wamp64/www/tester">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
ErrorLog "c:/wamp64/logs/tester-error.log"
AccessLog "c:/wamp64/logs/tester-access.log" common
LogLevel debug
</VirtualHost>
#

not running SKYPE or IIS

Is there anything else I should be looking at ?

Rotate php_error.log and apache_error.log (no replies)

$
0
0
Hey, My logs have become bigger and I would like to rotate(1 log per day in folder) the logs , especially the php_error.log and apache_error.log , i cant found it in wamp config

also, the logs that declared in the vhosts file.

how can I do that?

windows 7.
wamp64 bit

thanks

Error 2002 phpMyAdmin brand new installation (1 reply)

$
0
0
Hi,

I've installed wampserver when I try to go on my phpmyadmin I got the error:

#2002 - #2002 - Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione. &mdash; The server is not responding (or the local server's socket is not correctly configured).The server is not responding (or the local server's socket is not correctly configured).

Plus I do not why it reply the first error string in italian.... anyway, any suggestions?

Stream Blu-ray to Plex Media Server for playing (no replies)

$
0
0
woYou've got all that media – photos, videos, recorded TV, music and more – scattered across your network, and now there’s a load of online media to tap into as well. How can you possibly keep on top of it all while making it possible to access your media while away from home on your portable device? Plex is one possible solution. It allows you to share the media content – photos, music, video and recorded TV – from selected folders on the host computer as well as any network shares. All you need to do is install the client software and your library will be available for streaming on that Mac, PC or portable device.



I'm a Mac user and my Mac OS is 10.9.2. Now I'm about to rip my Blu-ray disc to lossless multi-track MKV
It will be played on my PLEX-Server (0.9.907) with Plex Home Theater (1.10). What would be the best way to go about it?

Searched widely and I got some tech support for getting Blu-ray movie into Plex Media Server for streaming and playing correctly.

1. Find a good Blu-ray ripping tool
2. Convert Blu-rays to a common video format
3. Backup Blu-ray rips to Plex Media Server

So at first, I started to search online for an ideal tool. However, it's rather disappointing that most ripping software simply compress my Blu-ray to MKV container format with codec like H.264, AVC, ect., the converted video is downsized which doesn't work for me. Atlast one of my colleague recommended Pavtube ByteCopy for Mac and wow, it works like a charm! It's so easy to use, converts very fast and output lossless videos. Below is my workflow on Mac.

Required Tool: Pavtube ByteCopy for Mac | Review

Operation system:

Mac OS X 10.9 Mavericks, 10.8 Mountain Lion, 10.7 Lion, Snow Leopard 10.6, Yosemite 10.10.
1G Hz or above Intel processor.
1GB physical RAM (memory) or above.
1024*768 or higher resolution display.
Optical Drive: DVD drive (BD drive is required for ripping Blu-ray disc)

Tips:

1. There's 6 times limitation if you use the trial version to output lossless MKV files;
2. This program also has a Windows version which works for Windows 2003/XP/Vista/Windows 7/Windows 8/Windows 8.1/Windows 10 find the ByteCopy (windows) here. 

New features of ByteCopy for Mac v4.8.6.6:

1. Supported to encode H.265/HEVC codec 
2. Optimize coding parameters 
3. Fix some bugs 

How to lossless backup Blu-ray to MKV for Plex Media Server with keeping multi-track?

Step 1. Launch Pavtube ByteCopy for Mac and load disc.

Firstly you need an external blu-ray drive; there's no special requirements of the drive model as long as it's supported by your Mac.

Click the top left icon and it will detect the inserted Blu-ray disc, click disc name to load them.



Step 2. Choose lossless format.

Click "Format" list and select "Multi-track Video>Lossless/encoded Multi-track MKV(*.mkv)" as below.



Step 3. Adjust V/A settings.

Click "Settings" to enter Multi-track video profile window; switch to "Video" and find the "Encode" box which is unchecked by default, so if you want a lossless MKV copy, do not touch it. The switch to "Audio", check wanted audio track; so does the "Subtitles".

Step 4. Start backing up Blu-rays to lossless MKV for Plex Media Server

Click the big "Convert" to start the conversion. It takes about 40 mins for my Macbook to backup a Blu-ray disc, but the conversion speed also depends on your computer configuration. My suggestion is not to play or edit videos when it's converting. After conversion, click "Open" or "Open output folder" to quick locate converted files.

Ok now the lossless MKV files are prepared; transfer them to your hard drive and connect it to Plex Media Server, now you can enjoy Blu-ray movies on Plex Home Theater without quality loss!

Money saving bundles:Related articles:

2017 Best 5 Blu-ray Ripper Review 

Stream Blu-ray from NAS to iPad Air 2

Backup Blu-ray/DVD to My Book Live NAS

Copy Blu-ray to WD Red 4TB NAS HDD

Backup Blu-ray/DVD to Drobo DAS Device

Backup Blu-ray/DVD to NetGear ReadyNAS

Stream Blu-ray movies to Popcorn Hour A-400

Convert Blu-ray and Keep chapters for WD TV

Backup Blu-ray Movies to NAS for Streaming to PS3

Backup Blu-ray to NAS for Oppo BDP-105 Playing

Rip Blu-ray to NAS for Sumvision Cyclone Micro playback

Backup Blu-ray to ReadyNAS for Streaming to TV Viewing

Copy Blu-ray movies to Synology DS411slim NAS Server

Source: Stream videos off Blu-ray to Plex Media Server for playing via Plex Home Theater

Canon Printer Support @1-866-877-0191% Phone Number for best support (no replies)

$
0
0
At Canon Printer Customer Service Phone Number, lots of features will be offered to you ranging from Speed to Design, Network Connectivity to Operating Noise, Graphics Quality to Printing Speed, Scanning Quality to Warranty. 24*7 services are available at @@1-866-877-0191% where you will get perfect solutions from our expert team. Worry not for printer issue, just dial our number which is toll free and utilize support within seconds.
For more info, kindly contact:
[printertechnicalhelp.com]

standard internet access to WAMP that as only 1 web site (7 replies)

$
0
0
I have installed wampserver3.1.0_x64.exe succesfully with all VC 9-10-11-12-13-14-15-17.
I want to make it accessible through the internet
I have followed all the answers but they are for WAMP 2.5
There is only one for WAMP 3 and none for WAMP 3.1
The httpd.conf and conf files really arent the same
Can anything recent be made available?
I have always used Apache with NT 4- Win 2k- Win XP. It was simple
Now I had to change to Win 7 64 bits because the hardware is only compatible with it
Can anyone help

Same version of MySQL and PHP works on linux but not on Windows? (6 replies)

$
0
0
Hello,

So I have this website/script that is no longer developed and it has been shut down for quite some time. I would like to keep it as read only (archive.mydomain.com), no new registration. It still works fine with PHP 5.3.10 but any other version it starts throwing errors and the page does not open. On WAMPserver I've setup PHP 5.3.10 and MySQL 5.6.37
Which are the same version where it currently works (Inmostion hosting) and they use same versions just on Linux (CentOS or Red Hat, not quite sure).
I've copied all files over to WAMPserver and impored DB in PHPMyAdmin and created same DB name and username/password but it does work.

My question is, how do I troubleshoot this and determine why its not working on Windows? I'm out of ideas.

TIA

Error establishing a database connection FULL DETAIL (no replies)

$
0
0
Hello fellas,

I know there are many topic on this subject, but I have found out no answer to my problems.

So here it goes.

I have made my new project on wampserver on my local machine, and started building the site.

Followed all the steps, and have made my text book folder "system" in "www" directory and my database test_db.

Now, after some time, I tried to login to my wampserver and I got the famous "Error establishing a database connection"

Ok, I have had this problem once, and I fixed it, it was a simple path error, so no worries there.

Well now, I have a major shitstorm as my whole project is in jeopardy, as none of the solutions works.


Here is my WP-config.php

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'test_db');

/** MySQL database username */
define('DB_USER', 'root');

/** MySQL database password */
define('DB_PASSWORD', '');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8mb4');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');

I can connect to my myphpadmin and see that my database is ok. My user is root and pass is blank.


In wp_options my paths looks good.


I tried to add to my wp-admin.php "define('WP_ALLOW_REPAIR', true);" but that does not work anymore. The same error appears.


Looked in hosts files for possible errors and nothign wrong. Pingled localhost and got a reply.

Here it gets funny.

I tried to create new database, and copy my wordpress dircetory to my new folder/database, but after inital making of new database, I cant install wordpress as it wont connect to my new database, which is empty from the moment iI made it. Which should be ok.

Im stuck here folks, and need assistance. Is there a captain here to help me out.


Thank you

Marko

wampserver in ubuntu (1 reply)

$
0
0
hi all

i would link download wampserver for linux ubuntu
Viewing all 3213 articles
Browse latest View live