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

Wampserver not loading php (no replies)

$
0
0
I have installed wampserver 64bit 3.1.0 successfully on 2 static PC's both running windows 10 pro 64bit, and a cloud server running windows server 2016 64 bit.

However I have the same issue from all three installations, wampserver only loads 2 of the 3 services, the php service fails with this line in the error report

[12-Oct-2017 07:50:39 UTC] PHP Fatal error: Unknown: Failed opening required '-' (include_path='.;C:\php\pear') in Unknown on line 0


I have wampserver using 7.1.9 and I have made the correction from the forums

zend_extension="c:/wamp/bin/php/php7.1.9/zend_ext/php_xdebug-2.5.5-7.0-vc14.dll"
- by
zend_extension="c:/wamp/bin/php/php7.1.9/zend_ext/php_xdebug-2.5.5-7.1-vc14.dll"


I have excluded any interference from my security software.


All my OS are fully patched and upto date, along with all drivers. All MSVC have been installed prior to the wampserver installation.



I have discovered another error:

State of services:

The service 'wampapache64' is NOT started
EXIT error code:1066
Help message for error code 1066 is:
The service has returned a service-specific error code.



The service 'wampmysqld64' is started

The service 'wampmariadb64' is started

The service 'dnscache' is started

WampServer (Apache, PHP and MySQL) will not function properly if any service
'wampapache64'
'wampmysqld64'
'wampmariadb64'
'dnscache'
is not started.



# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost




*** Checking the DNS search order ***

Values of registry keys for
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider
are in correct order


Press ENTER to continue...




Compiler Visual C++ versions used:

PHP 5.6.31 Compiler => MSVC11 (Visual C++ 2012)
Architecture => x64
is compatible with Apache 2.4.27

PHP 7.0.23 Compiler => MSVC14 (Visual C++ 2015)
Architecture => x64
is compatible with Apache 2.4.27

PHP 7.1.9 Compiler => MSVC14 (Visual C++ 2015)
Architecture => x64
is compatible with Apache 2.4.27




MySQL Ver 5.7.19 for Win64 on x86_64 (MySQL Community Server (GPL))


MariaDB Ver 10.2.8-MariaDB for Win64 on AMD64 (mariadb.org binary distribution)


Apache 2.4.27 Apache Lounge VC15 Server built: Jul 7 2017 12:46:00
Architecture: 64-bit





VirtualHost configuration:

Virtual Host: localhost
*** WARNING: The name of the default server must be 'localhost'

*** WARNING: There is no default server


================== COMPLETE RESULT ==================
VirtualHost configuration:
*:80 localhost (C:/wamp64/bin/apache/apache2.4.27/conf/extra/httpd-vhosts.conf:3)





Apache loaded modules
Core:
core_module
win32_module
mpm_winnt_module
http_module
so_module

Shared modules:
access_compat_module
actions_module
alias_module
allowmethods_module
asis_module
auth_basic_module
auth_digest_module
authn_core_module
authn_file_module
authz_core_module
authz_groupfile_module
authz_host_module
authz_user_module
autoindex_module
cache_module
cache_disk_module
cgi_module
dir_module
env_module
file_cache_module
include_module
isapi_module
log_config_module
mime_module
negotiation_module
rewrite_module
setenvif_module
userdir_module
vhost_alias_module
php7_module





My knowledge of programming and coding is very limited as I suffer short term memory loss. Any assistance would be appreciated.

Cannot access my localhost website login page (no replies)

$
0
0
I am running Wamp64. All installs are good. I have my website up and able to access all of my pages through localhost, with the exception of my website's login page. Only this page returns this error message:

Chrome: localhost refused to connect. ERR_CONNECTION_REFUSED

Firefox: Unable to connect. Firefox can't establish a connection to the server at localhost.

IE 11: You're not connected to a network

Edge: You're not connected

My Apache version is 2.4.27
PHP Version is 5.6.31

Port defined for Apache: 80 (with nothing else attempting to access 80).

standard internet access to WAMP that as only 1 web site (no 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? (no 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

Problems with queries not executing (no replies)

$
0
0
Hi I am trying to get my site live (which I already have) but there is a lot of queries that aren't making entries to the database, but before I transfered from a VPS they were working find, I will provide one example..
Not sure whether it is because of the mysql_real_escape_string or not?
I am slowly getting there with converting my code to mysqli, there is just do much to go through..

Here is the code, it's not making the entries into the 'member_mail' table, is anyone able to tell me what is going on here? And how can I fix it?
Thank you

Code snippet: [pastebin.com]

Virtual Host (no replies)

$
0
0
Hi OK I have installed wamp64 on my windows 10 as per RiggsFolly sticky fourm messages and it works to a point.

My "Your Projects file" is projectone

The Virtual Host is projectone

<VirtualHost *:80>
ServerName projectone
DocumentRoot "c:/wamp64/www/projectone"
<Directory "c:/wamp64/www/projectone/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

and the Hosts DNS file is projectone


127.0.0.1 localhost
::1 localhost

127.0.0.1 projectone
::1 projectone


Wamp server light is: Greeen


When I click on projectone "Your Projects" or "Virtual Host" projectone it sends me straight to my Drupal 8

website Link: [projectone] great

however when I try to login the site throws me to this link: [projectone]

If I remove one of the projectone it works fine, Its exactly the same in all PHP versions.

Would be graetfully for your assistance regards, Colin

Orange Wamp Icon: Mysql problem (no replies)

$
0
0
Hello everyone,

I come today to solicit your help because Wamp is making his own and it blocks me in the advancement of my projects.

I have been working with Wamp for months without worries, especially to develop a website using Wordpress. Today the icon remains orange. This is not a "port 80" problem.

I have access to my projects that don't require a database, but for projects that use a database, can not access, I have an error "Error connecting to the database" on my Wordpress.

When I want to access phpMyadmin, I have this error: # 2002 - No connection could be established.

The server is not responding (or the connection interface to the local MySQL server is not configured correctly).

When I go to the Wamp Mysql tab, the service does not seem to be started and it is impossible to launch the service. In addition, there is no mysql logs.

The only software I installed was Hamachi, which I uninstalled but it did not change anything.

In short, Mysql does not seem to work, I can't save my database to try to reinstall Wamp, so I really hope to find a solution with you, that would save me!

Thank you in advance.

PS : Sorry if my english is not perfect :)

OCI8 and instanclient (no replies)

$
0
0
I've installed WAMP 3.1.0 x64 on Windows7, and I have OCI-8 working fine with Apache when running phpinfo() and showing all info related to PHP and OCI8, and I can work with it, but there is something wrong when I execute php -i from command line, instantclient is not detected and it displays 0.0.0.0. I need this to work because I'm using Laravel with OCI8, and It always displays OCI8Exception using composer update, and I can't run any migration.


Previously, I was using XAMPP 32 bit and worked fine with Apache and with console command, so I don't know why here is not working. I need 64 bit because 32 bit seems to have a bug when using bigger integers on OCI8.


My instanclient is 11.2 version. I've downloaded php-oci8 from [pecl.php.net].

EDITED: It works now! I don't know why, but when adding php to my PATH I've removed instantclient path. Sorry!

changing php versions (no replies)

$
0
0
I know that this should be a easy thing but I can not figure it out. when I right click my Wamp server there is no version to change. could I get a step by step way to change my php version to 7.1.9

403 Forbidden (3 replies)

$
0
0
I installed wamp 3.1.0 however when I tap the button to load it online i will leave this message below. the modem ports are open, the firewall is off, how do I do so to access my online site from another adsl?

Forbidden

You don't have permission to access /index.php on this server.
Apache/2.4.27 (Win64) PHP/5.6.31 Server at xxx.xxx.xxx.xxx Port 80

Re: Orange Wamp Icon: Mysql problem (1 reply)

$
0
0
I am having a similar Problem, I'm new to this. Here are my error logs can any one help

2017-10-17T19:43:03.345387Z 0 [ERROR] InnoDB: Header page consists of zero bytes in datafile: .\ibdata1, Space ID:0, Flags: 0. Please refer to [dev.mysql.com] for how to resolve the issue.
2017-10-17T19:43:03.349599Z 0 [ERROR] InnoDB: Corrupted page [page id: space=0, page number=0] of datafile '.\ibdata1' could not be found in the doublewrite buffer.
2017-10-17T19:43:03.349599Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption
2017-10-17T19:43:03.562055Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2017-10-17T19:43:03.562055Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2017-10-17T19:43:03.562055Z 0 [ERROR] Failed to initialize plugins.
2017-10-17T19:43:03.562055Z 0 [ERROR] Aborting

lost conection to my database (no replies)

$
0
0
I made a misstake and deleted a wampfile(?) which i thought was some kind of virus. Probably It was for the connection to Dbase and Now I cant reach my dbase. Tried both by the virtual way and via phpmyadmin
Can i update Wamp without loosing the daatabase? or what to do?
here is the errorfile
:
[17-Oct-2017 21:40:23 UTC] PHP Warning: mysqli_real_connect(): (HY000/2002): Impossible to make a connection.

in D:\wamp\www\phunderscored\wp-includes\wp-db.php on line 1548

[17-Oct-2017 21:40:23 UTC] PHP Stack trace:

[17-Oct-2017 21:40:23 UTC] PHP 1. {main}() D:\wamp\www\phunderscored\index.php:0

[17-Oct-2017 21:40:23 UTC] PHP 2. require() D:\wamp\www\phunderscored\index.php:17

[17-Oct-2017 21:40:23 UTC] PHP 3. require_once() D:\wamp\www\phunderscored\wp-blog-header.php:13

[17-Oct-2017 21:40:23 UTC] PHP 4. require_once() D:\wamp\www\phunderscored\wp-load.php:37

[17-Oct-2017 21:40:23 UTC] PHP 5. require_once() D:\wamp\www\phunderscored\wp-config.php:89

[17-Oct-2017 21:40:23 UTC] PHP 6. require_wp_db() D:\wamp\www\phunderscored\wp-settings.php:106

[17-Oct-2017 21:40:23 UTC] PHP 7. wpdb->__construct() D:\wamp\www\phunderscored\wp-includes\load.php:404

[17-Oct-2017 21:40:23 UTC] PHP 8. wpdb->db_connect() D:\wamp\www\phunderscored\wp-includes\wp-db.php:658

[17-Oct-2017 21:40:23 UTC] PHP 9. mysqli_real_connect() D:\wamp\www\phunderscored\wp-includes\wp-db.php:1548

[17-Oct-2017 21:40:23 UTC] PHP Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in D:\wamp\www\phunderscored\wp-includes\wp-db.php on line 1578

[17-Oct-2017 21:40:23 UTC] PHP Stack trace:

[17-Oct-2017 21:40:23 UTC] PHP 1. {main}() D:\wamp\www\phunderscored\index.php:0

[17-Oct-2017 21:40:23 UTC] PHP 2. require() D:\wamp\www\phunderscored\index.php:17

[17-Oct-2017 21:40:23 UTC] PHP 3. require_once() D:\wamp\www\phunderscored\wp-blog-header.php:13

[17-Oct-2017 21:40:23 UTC] PHP 4. require_once() D:\wamp\www\phunderscored\wp-load.php:37

[17-Oct-2017 21:40:23 UTC] PHP 5. require_once() D:\wamp\www\phunderscored\wp-config.php:89

[17-Oct-2017 21:40:23 UTC] PHP 6. require_wp_db() D:\wamp\www\phunderscored\wp-settings.php:106

[17-Oct-2017 21:40:23 UTC] PHP 7. wpdb->__construct() D:\wamp\www\phunderscored\wp-includes\load.php:404

[17-Oct-2017 21:40:23 UTC] PHP 8. wpdb->db_connect() D:\wamp\www\phunderscored\wp-includes\wp-db.php:658

[17-Oct-2017 21:40:23 UTC] PHP 9. wpdb->db_connect() D:\wamp\www\phunderscored\wp-includes\wp-db.php:1573

[17-Oct-2017 21:40:23 UTC] PHP 10. mysql_connect() D:\wamp\www\phunderscored\wp-includes\wp-db.php:1578

[17-Oct-2017 21:40:25 UTC] PHP Warning: mysql_connect(): Det gick inte att g�ra en anslutning eftersom m�ldatorn aktivt nekade det.

in D:\wamp\www\phunderscored\wp-includes\wp-db.php on line 1578

[17-Oct-2017 21:40:25 UTC] PHP Stack trace:

[17-Oct-2017 21:40:25 UTC] PHP 1. {main}() D:\wamp\www\phunderscored\index.php:0

[17-Oct-2017 21:40:25 UTC] PHP 2. require() D:\wamp\www\phunderscored\index.php:17

[17-Oct-2017 21:40:25 UTC] PHP 3. require_once() D:\wamp\www\phunderscored\wp-blog-header.php:13

[17-Oct-2017 21:40:25 UTC] PHP 4. require_once() D:\wamp\www\phunderscored\wp-load.php:37

[17-Oct-2017 21:40:25 UTC] PHP 5. require_once() D:\wamp\www\phunderscored\wp-config.php:89

[17-Oct-2017 21:40:25 UTC] PHP 6. require_wp_db() D:\wamp\www\phunderscored\wp-settings.php:106

[17-Oct-2017 21:40:25 UTC] PHP 7. wpdb->__construct() D:\wamp\www\phunderscored\wp-includes\load.php:404

[17-Oct-2017 21:40:25 UTC] PHP 8. wpdb->db_connect() D:\wamp\www\phunderscored\wp-includes\wp-db.php:658

[17-Oct-2017 21:40:25 UTC] PHP 9. wpdb->db_connect() D:\wamp\www\phunderscored\wp-includes\wp-db.php:1573

[17-Oct-2017 21:40:25 UTC] PHP 10. mysql_connect() D:\wamp\www\phunderscored\wp-includes\wp-db.php:1578

STRICT_TRANS_TABLES (1 reply)

Visual C++ problem (no replies)

$
0
0
I am trying to get WampServer working along with Wordpress on my PC. So far I'm not having much luck. I am unable to get Wordpress to be able to establish a database connection with the database I created through phpmyadmin in WampServer. I have been unable to locate any fixes from the Wordpress side of things, so I have been searching for any faults in the WampServer installation. The only anomaly I have been able to identify relates to the Visual C++ packages that are required. I have run the check_vcredist utility, and it idenifies one package as not installed:
VC_2013_REDIST_X64_MIN ID={A749D8E6-B613-3BE3-8F5F-045C84EBA29B}
Visual C++ Redistributable Packages for Visual Studio 2013
However, when I download the package through the link provided and run the installer, I am told that the package IS present on my computer, and I am offered the options of repairing or uninstalling. I first tried repairing, but was then again told by check_vcredist that the package was not installed. So I tried uninstalling and then reinstalling the package. This didn't change anything - check_vcredist still tells me that the package is not on my computer. I have no idea if this relates at all to the problem I am having with WordPress, but it is the only issue I have been able to identify so far, so I feel that I need to fix this in order to at least eliminate the possibility that it is the cause of my problems.

Here are my answers to the 13 questions in the "Before you ask a question" sticky.

1) Windows 7 64 Home Premium SP1
2) WampServer 3.1.0 64
3) Apache/2.4.27 (Win64)
4) PHP/5.6.31
5) MySQL: 5.7.19 - MySQL Community Server (GPL), Protocol version: 10
6) Tray Icon: Green, with message "All services running"
7) Only 1 active line in c:\Windows\System32\drivers\etc\host: 127.0.0.1 localhost
8) Yes, I have access to the Homepage WampServer. There are no error messages.
9) Yes, I have access to phpMyAdmin
10) The only error message is when running check_vcredist. The full message is:

VC_2013_REDIST_X64_MIN ID={A749D8E6-B613-3BE3-8F5F-045C84EBA29B}
Visual C++ Redistributable Packages for Visual Studio 2013
**** NOT INSTALLED ****
see: [www.microsoft.com]

11) I use Microsoft Security Essentials, Malwarebytes Premium 3.2.2, Windows Firewall
12) C:\wamp64\
13)No Virtual Hosts

If someone is kind enough to reply to this post, please keep in mind that I am extremely new to this - I have never done anything previously relating to server installation and my technical knowledge is virtually nil in this regard.

Updates not displaying (no replies)

$
0
0
Windows10-64bit,version-3.0.6,apache-2.4.23,php-5.6.25,mysql-5.7.14,icon-green,127.0.0.1 localhost ::1 localhost,localhost-yes,8a-no,9-yes,Avira,c:/wamp64.
I have two forms, form one does an insert then redirects to form two which does an update and an insert. The insert in form one and update in form two are queries on the same table. The insert on form two (a different table) can only execute if the update is successful (returns true). The insert on form one works, and the insert on form two works(data displays). This implies that the update on form two works, but no data from the update displays in the updated table. If execute() returns true, it must have executed successfully, so why no data?. I checked using mysql console and confirmed the updated data is not appearing in the table (I checked this to eliminate the possibility of the data being entered in to table, but phpmyadmin somehow not displaying it). Any ideas on how to troubleshoot this?

Errors libhttpd.dll and libaprutil-1.dll (no replies)

$
0
0
Hi, I'd really appreciate some help to get Wamp running properly on my PC. I only use it to view websites offline so I'm afraid my technical knowledge is limited.

Each week WAMP stops working on my Windows 10 PC - 2 out of 3 services are running and I get an error message about a bad image and the file above not designed to run on Windows or it contains an error.

I've used the program from this thread [forum.wampserver.com] - which checks I have the right VC++ packages installed and I do. I also don't have Skype installed.

I could delete the program again, reinstall it and it will work again, but only for a while or until I close it.

Any ideas as to what could be happening?

Thanks

WAMP and OneDrive (1 reply)

$
0
0
After updating to the Windows Fall Creators Edition, the latest Windows 10 update, I can no longer access my sites/virtual hosts when they are stored in my OneDrive. I'm using WAMP 3 and have my virtual hosts outside of the www folder, inside a folder in my onedrive:

c:/users/me/onedrive/server/site

c:/users/me/onedrive/server/siteone

c:/users/me/onedrive/server/sitetwo


The message below appears when trying to access either site, say for example navigating to site.dev:
"PHP Fatal error: Unknown: Failed opening required 'C:/Users/Me/OneDrive/Server/site/index.php' (include_path='.;C:\php\pear') in Unknown on line 0"

"PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0"


The message below appears when trying to setup a new vhost in that location (c:/users/me/onedrive/server);

"c:/users/me/onedrive/server/site does not exists or is not a directory"


Before this update on Oct. 10, 2017, I had no problem using and setting up my sites. After moving my site folder/s outside of my OneDrive folder, and remapping the vhost (updating the httpd-vhosts.conf), It worked again, with no errors.

c:/users/me/desktop/server/site
c:/users/me/desktop/server/siteone
c:/users/me/desktop/server/sitetwo

Also it must be noted that none of the file paths changed when i experienced this error, and WAMP always stayed green, even though i got those errors and could not access my site/s. I'd like to continue to use WAMP with my vhosts in OneDrive as i work between my desktop and laptop frequently and need the cloud to sync files back and forth. Much help would be appreciated. Thanks.


httpd-vhosts.conf
<VirtualHost *:80>
ServerName localhost
DocumentRoot C:/wamp64/www
<Directory "C:/wamp64/www/">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>

<VirtualHost *:80>
ServerName site.dev
DocumentRoot "c:/users/onedrive/server/site"
<Directory "c:/users/onedrive/server/site/">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>


PHP Error Log
[20-Oct-2017 01:20:33 UTC] PHP Fatal error: Unknown: Failed opening required 'C:/Users/Me/OneDrive/Server/site/index.php' (include_path='.;C:\php\pear') in Unknown on line 0

[20-Oct-2017 01:20:37 UTC] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0

None of 3 services running (no replies)

$
0
0
Hi guys, need serious help here.

So everything has been fine with my wamp services for months and suddenly Wampserver icon is Red with None of the 3 services running.
Anyone knows how to fix this?

I'm on windows 7.
Wampserver 3.1.0 32bit
phpMyAdmin 4.7.4
Apache 2.4.27
PHP 5.6.31
MySQL 5.7.19
MariaDB 10.2.8

How to Play M2TS Files with VLC Media Player? (no replies)

$
0
0
Outline: If you can’t play M2TS video files on VLC player, you can follow this guide to get the solutio for solving it. Issues with Playing M2TS in VLC Media Player:

VLC media player is a widely-used player that plays various video and audio formats. While claiming to support M2TS on its official site, we find, much to our regret that VLC won't play M2TS. For example, when opening M2TS media contents to VLC, we will experience problems like: VLC stuttering, VLC skipping or freezing when playing HD M2TS; VLC choppy playback with 4K M2TS files or VLC M2TS grey screen; VLC just loads certain M2TS forever...Why VLC wont Play M2TS videos?

Reason 1: In generally VLC Media Player can play M2TS video files. Some of the reasons for such errors can be in the form of the “Blu-Ray error: This Blu-Ray disc needs a library for AACS decoding, and your system does not have it”, which proves that the lack of the Library for AACS Decoding is essential for the system to play M2TS Files.

Reason 2: M2TS Files are high definition files, which needs good graphics and better RAM for the files to be played. Thus, in case, you are feeling difficulty while running M2TS Files, just check on the configuration of the System too, as these may be the other reason for the VLC Player not running some M2TS Files. Best Solution for playing M2TS video files

To make VLC support M2TS format, On this situation, converting your M2TS to VLC natively supported MP4 format is the fastest solution. Serving as a high-class M2TS to VLC Converter, Pavtube Video Converter Ultimate has the feature of easily converting all kinds of M2TS files to VLC recognized format with zero quality loss.

Better still, Pavtube M2TS to VLC Converter is also an all-in-one video and audio converter. It supports converting nearly all video and audio formats like H.265, MP4, MOV, VOB, MKV, FLV, MTS, MXF, WebM, AVCHD, etc and MP3, WAV, DTS, APE, AIFF, FLAC, etc. for the purposes of playing, editing and sharing.

Then playing various video and audio files in almost all players and devices like iPhone, Android, Apple TV, PSP/PS3/PS4, Xbox, Sumsung, QuickTime, VLC, VR, TV, PowerPoint etc becomes more and more easily and quickly. And you will be able to edit your files on programs like Windows Movie Maker, Sony Vegas and more editors. The other thing you will like about this software is speeds at which it converts videos. It is super fast and has the guarantee of maintaining originality of video quality. For mac users, here is the mac version.

Free download the M2TS to VLC video converter




User guide to Convert M2TS to VLC supported format

Step 1. Add M2TS Files

You need to add M2TS files to the M2TS to VLC converter before all. You can do this by dragging the video files to the program. Alternatively, you can go to "Add file" to import M2TS files you want to play on VLC. Note you can only add M2TS file one by one.



Step 2. Choose VLC playable format

Set right output format. Click "Format" bar, and select .mp4 from "Common video" or "HD video" to fit VLC player.



Tip. If you're skilled at advanced settings about video and audio parameters, you're able to customized settings, such as select bitrates, encoders, resolution, frame rate, audio channel, etc.

Step 3. Start conversion

Lastly, you can click on the "Convert" button which will begin the M2TS to VLC conversion process and they will be saved to the folder you selected.

Read More:

Play M2TS Files with Plex | Convert M2TS files to MKV for playing on Mac

Play MTS Files on HDTV | Convert AVCHD (MTS/M2TS) Videos for iPhone

Watch M2TS on Windows Media Player | Solutions for Playing M2TS on VLC

Upload AVCHD M2TS to YouTube | Play 60p M2TS on Adobe After Effects CC

Convert AVCHD M2TS to QuickTime MOV | Convert M2TS for Playback on PS3

Enjoy AVCHD M2TS on Microsoft Surface RT/Pro | Convert MTS/M2TS to Apple TV

Srl: [formatplayable.jimdo.com]

Unable to install ... MSVCR120.dll missing (1 reply)

$
0
0
Cannot install WAMPserver-64 ... ...

Asked the COMODO GeekBuddy technitians to help ... They said :
"got connected stating the Wamp is not working, we found it is a server problem.
We have updated the mouse drivers and everything else on your PC works fine. "


Subsequent installing WAMPserver64 seemed to proceed fully, but at the end there was an error window saying ...

MySQLd.exe - System Error

The code execution could not proceed because MSVCR120.dll was not found.
Reinstalling the program may fix this problem.

(that window occured 3 times)
Viewing all 3213 articles
Browse latest View live