Where do I find the mysql logs?
↧
Where do I find the mysql logs? (1 reply)
↧
Seeking installation help - no services running (4 replies)
Yesterday I tried to instal Wampserver 3 (32 bit) on a Win 7 PC. After lots of trouble getting the correct versions of VC installed and shutting down Skype, I had it working correctly. I have a domain name pointing to my PC and could access it over the internet. Everything looked good.
I shut down the PC overnight.
Today I powered back up and when I start Wampserver, the logo stays red and says "local server - none of 2 services running". I tried restarting services and it didn't help. When I test port 80 it says 'not found associated with TCP protocol'
All logs are empty. HOSTS file looks good.
Please can anyone suggest some diagnostic approach I could adopt?
Thank you
FL
I shut down the PC overnight.
Today I powered back up and when I start Wampserver, the logo stays red and says "local server - none of 2 services running". I tried restarting services and it didn't help. When I test port 80 it says 'not found associated with TCP protocol'
All logs are empty. HOSTS file looks good.
Please can anyone suggest some diagnostic approach I could adopt?
Thank you
FL
↧
↧
Error on localhost start screen and PHPMYADMIN fails (11 replies)
I have installed the latest 32-bit Wampserver-3. I get this message in red at the bottom of the WAMPSERVER Home Page Server Configuration page when localhost starts:
*** ERROR *** The PHP configuration loaded file is: - should be: C:/wamp/bin/apache/apache2.4.17/bin/php.ini or c:/wamp/bin/php/php5.6.15/phpforapache.ini
I am running on Win 7 32 bit Apache/2.4.17 (Win32) PHP/5.6.15
The WS icon is green. The error logs are empty. No MS events.
If I try to run PHPMYADMIN, it says the MBSTRING extension is missing. The dll is in the correct folder.
I can access the default index.php page from both local PCs and also over the internet and see the same error message in red at the bottom of the page.
Would appreciate any advice please.
*** ERROR *** The PHP configuration loaded file is: - should be: C:/wamp/bin/apache/apache2.4.17/bin/php.ini or c:/wamp/bin/php/php5.6.15/phpforapache.ini
I am running on Win 7 32 bit Apache/2.4.17 (Win32) PHP/5.6.15
The WS icon is green. The error logs are empty. No MS events.
If I try to run PHPMYADMIN, it says the MBSTRING extension is missing. The dll is in the correct folder.
I can access the default index.php page from both local PCs and also over the internet and see the same error message in red at the bottom of the page.
Would appreciate any advice please.
↧
Question about uninstalling Wampserver (2 replies)
On my third attempt to install Wampserever I am going thru the checklist very carefully.
I have previously uninstalled WS via the Control Panel and restarted the PC.
One of the checks is to be sure there is no other php.ini or my.ini files in the system.
I do the recommended search and find my.ini in program files/MySQL folder.
So it looks like the uninstall DID NOT remove MYSQL!!
Is that correct?
Should I simply delete the MYSQL folders before doing a new install?
FL
I have previously uninstalled WS via the Control Panel and restarted the PC.
One of the checks is to be sure there is no other php.ini or my.ini files in the system.
I do the recommended search and find my.ini in program files/MySQL folder.
So it looks like the uninstall DID NOT remove MYSQL!!
Is that correct?
Should I simply delete the MYSQL folders before doing a new install?
FL
↧
Error code 403 forbidden local (12 replies)
Hi everyone,
I have installed my Wamp version 3.0.4 in the afternoon, so it's brand new, and I can't access it from other devices than the computer it is on. I would like to allow access from devices on the local network. I have tried different solutions in the httpd.conf with no effect, so I came back to its previous settings.
I haven't been able to find any solution working. My firewall is totally disabled so that it can't be the cause of the problem, and my server is online and accessible typing both localhost or its local ip address in the url bar.
I have only one virtual host which is the localhost.
I have noticed that I didn't run the installer as administrator.
If any of you have a solution for me, I'd be grateful !
Thanks in advance, and sorry if I'm just missing something stupid :)
I have installed my Wamp version 3.0.4 in the afternoon, so it's brand new, and I can't access it from other devices than the computer it is on. I would like to allow access from devices on the local network. I have tried different solutions in the httpd.conf with no effect, so I came back to its previous settings.
I haven't been able to find any solution working. My firewall is totally disabled so that it can't be the cause of the problem, and my server is online and accessible typing both localhost or its local ip address in the url bar.
I have only one virtual host which is the localhost.
I have noticed that I didn't run the installer as administrator.
If any of you have a solution for me, I'd be grateful !
Thanks in advance, and sorry if I'm just missing something stupid :)
↧
↧
Reinstalled WAMP but not reconnecting to database files (2 replies)
My wife's PC has a WAMP installation with an archive setup of WordPress on it. It suddenly didn't work because a loss of the icon in the Aestan tray menu. I decided to uninstall and re-install. The uninstall left a WAMP folder with WordPress and the Data folders. I then installed a new copy of WAMP.
The new installation has a mysql 5.6.17 folder. It installed right next to the old 5.6.12 folder in the bin folder. I need to move the data folder to the 5.6.17 folder, obviously. So I first made a copy of the 5.6.17 folder and put it aside. Next I copied the contents of the 5.6.12 data folder (which was the wordpress tables folder, and several other files) over to the 5.6.17 data folder. Two file conflicts occured that I overwrote which may or may not be the problem, but I can restore the 5.6.17 folder back to what it was before I attempted this. ( I have backups of both the original 5.6.12 and 5.6.17 folders).
I launched WAMP and went to localhost/wordpress in my browswer and I get the "five minute installer" page. So the old data is not coming in.
I found a thread on the WordPress forums (https://wordpress.org/support/topic/database-recovery-with-only-a-folder-backup?replies=3) and his situation was almost identical to mine. He also had problem with Wamp due to a desinstallation of Aestan tray menu! His solution at the end was to edit the my.ini file so that it looked for the right data.
I went into my.ini in the 5.6.17 data folder and found this section below. What I did was edit the last few lines so that it now referenced the 5.6.12 folder instead of the 5.6.17 folder.
# The MySQL server
[wampmysqld]
port = 3306
socket = /tmp/mysql.sock
key_buffer_size = 16M
max_allowed_packet = 1M
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
basedir=c:/wamp/bin/mysql/mysql5.6.12
log-error=c:/wamp/logs/mysql.log
datadir=c:/wamp/bin/mysql/mysql5.6.12/data
I tried to access localhost/wordpress again and I still have the five minute installer message. So obviously I'm not connecting correctly.
This is where I'm stuck. My WordPress is active, but I need to connect to the old data. Any insight would be helpful. All I need to do is connect to my old database.
Thanks!
The new installation has a mysql 5.6.17 folder. It installed right next to the old 5.6.12 folder in the bin folder. I need to move the data folder to the 5.6.17 folder, obviously. So I first made a copy of the 5.6.17 folder and put it aside. Next I copied the contents of the 5.6.12 data folder (which was the wordpress tables folder, and several other files) over to the 5.6.17 data folder. Two file conflicts occured that I overwrote which may or may not be the problem, but I can restore the 5.6.17 folder back to what it was before I attempted this. ( I have backups of both the original 5.6.12 and 5.6.17 folders).
I launched WAMP and went to localhost/wordpress in my browswer and I get the "five minute installer" page. So the old data is not coming in.
I found a thread on the WordPress forums (https://wordpress.org/support/topic/database-recovery-with-only-a-folder-backup?replies=3) and his situation was almost identical to mine. He also had problem with Wamp due to a desinstallation of Aestan tray menu! His solution at the end was to edit the my.ini file so that it looked for the right data.
I went into my.ini in the 5.6.17 data folder and found this section below. What I did was edit the last few lines so that it now referenced the 5.6.12 folder instead of the 5.6.17 folder.
# The MySQL server
[wampmysqld]
port = 3306
socket = /tmp/mysql.sock
key_buffer_size = 16M
max_allowed_packet = 1M
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
basedir=c:/wamp/bin/mysql/mysql5.6.12
log-error=c:/wamp/logs/mysql.log
datadir=c:/wamp/bin/mysql/mysql5.6.12/data
I tried to access localhost/wordpress again and I still have the five minute installer message. So obviously I'm not connecting correctly.
This is where I'm stuck. My WordPress is active, but I need to connect to the old data. Any insight would be helpful. All I need to do is connect to my old database.
Thanks!
↧
No Adminphp (1 reply)
I downloaded the the WAMPSERVER Software but after clicking on Phpmyadmin to create new user/database i could only have the option of signing in displayed meanwhile i want to create a new user what should i do
I need your help
I need your help
↧
missing put online option (1 reply)
hi , i just downloaded wampserver 3 64bits . the services are all running and its green in color. just that there is no put online option when i left click the wamp icon . any help ?
↧
WAMP doesnt start (3 replies)
WAMP does not start, the icon is not green but red.
I followed TROUBLESHOOTING [forum.wampserver.com]
at point 4, I discovered I could not start wampapache64 and wampmysql64
starting the first one evokes error code 1.
I followed TROUBLESHOOTING [forum.wampserver.com]
at point 4, I discovered I could not start wampapache64 and wampmysql64
starting the first one evokes error code 1.
↧
↧
What is the purpose of the file add_vhost.php in the wamp/www dir (3 replies)
I see a file named add_vhost.php in the wamp/www directory.
What it its purpose?
Can it be used, somehow, to create virtual hosts in a "automated" fashion? If so, how do you go about using it, do you write a custom page to use it?
Simon
What it its purpose?
Can it be used, somehow, to create virtual hosts in a "automated" fashion? If so, how do you go about using it, do you write a custom page to use it?
Simon
↧
Error flagged in .htaccess file (3 replies)
This issue relates to an installation using wampserver3.0.4_x64_apache2.4.18_mysql5.7.11_php5.6.19-7.0.4.exe and all of the C++ redist libs, as specified on the information page of the install. It was installed about two hours ago.
The only installation default I changed was to specify Firefox to replace IE.
I created a virtual host successfully after a bit of help -thank you, RiggsFolly
When I use the link to it on the localhost page, Apache logs this error:
[Sat May 14 23:55:27.581008 2016] [core:alert] [pid 3764:tid 884] [client 127.0.0.1:51306] C:/wamp64/www/bobroot/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration
The contents of my .htaccess file are:
---------------------------------
ErrorDocument 404 "404 page not found"
AddType text/x-server-parsed-html .html
Header append X-FRAME-OPTIONS "SAMEORIGIN"
RewriteEngine on
RewriteCond %{THE_REQUEST} \/index.shtml\ HTTP [NC]
RewriteRule (.*)index.shtml$ /$1 [R=301,L]
RewriteCond %{THE_REQUEST} \/index.html\ HTTP [NC]
RewriteRule (.*)index.html$ /$1 [R=301,L]
RewriteCond %{HTTP_HOST} !^www.bobnovell.com$
RewriteRule ^(.*)$ [www.bobnovell.com] [R=301]
------------------------------------
Why is this error occurring, the same .htaccess file is in use, successfully, on a hosting company's server.
What configuration changes need to be changed or added to support Header?
The only installation default I changed was to specify Firefox to replace IE.
I created a virtual host successfully after a bit of help -thank you, RiggsFolly
When I use the link to it on the localhost page, Apache logs this error:
[Sat May 14 23:55:27.581008 2016] [core:alert] [pid 3764:tid 884] [client 127.0.0.1:51306] C:/wamp64/www/bobroot/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration
The contents of my .htaccess file are:
---------------------------------
ErrorDocument 404 "404 page not found"
AddType text/x-server-parsed-html .html
Header append X-FRAME-OPTIONS "SAMEORIGIN"
RewriteEngine on
RewriteCond %{THE_REQUEST} \/index.shtml\ HTTP [NC]
RewriteRule (.*)index.shtml$ /$1 [R=301,L]
RewriteCond %{THE_REQUEST} \/index.html\ HTTP [NC]
RewriteRule (.*)index.html$ /$1 [R=301,L]
RewriteCond %{HTTP_HOST} !^www.bobnovell.com$
RewriteRule ^(.*)$ [www.bobnovell.com] [R=301]
------------------------------------
Why is this error occurring, the same .htaccess file is in use, successfully, on a hosting company's server.
What configuration changes need to be changed or added to support Header?
↧
Phpmyadmin was not open (1 reply)
Hello,
After install Wampserver 2.5 , phpmyadmin was not opening.
page says,
Not Found
The requested URL /phpmyadmin/main.php was not found on this server.
Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80
Please help to recover from this problem.
Thanks in advance
After install Wampserver 2.5 , phpmyadmin was not opening.
page says,
Not Found
The requested URL /phpmyadmin/main.php was not found on this server.
Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80
Please help to recover from this problem.
Thanks in advance
↧
Apache not starting port 80 is open (no replies)
Ok, I am new to wamp , I installed everything correctly and had localhost up and running but could not connect a test.php inside my www folder so i researched and found out i needed to create a vhost....so i did that but now i cannot get the apache service up and running again. i have tested port 80 it is open but apache just wont listen to it. I tried to switch ports and it still won't listen to it. If anybody has any suggestion plz let me know . i have been screwing with this for hours now and google doesn't help
↧
↧
Create database with innodb engine? (no replies)
By creating database wampserver 3.0 64 bit, with MySQL 5.7.9, creates the database for MyISAM. and this does not help me.
Anyone know what parameters change in mysql, so that the engine and tables are created for innodb.
Or rather that configuration change?
From already thank you.
lrebolledoch
Anyone know what parameters change in mysql, so that the engine and tables are created for innodb.
Or rather that configuration change?
From already thank you.
lrebolledoch
↧
Wamps does not turn green (1 reply)
Hi,
I have just installed wampserver3. The icon does not turn green even though I have stop and start the service all over again.
I downloaded the setup from wamps website for 64 bit. The details go like this:
wampserver3_x64_apache2.4.17_mysql5.7.9_php5.6.16_php7.0.0.exe
I have followed the answers before that is testing port 80. The results shows this:
Test for TCP
Your port 80 is used by a processus with PID = 4
The processus of PID 4 is 'System' Session: Services
The service of PID 4 for 'System' is 'N/A'
*** ERROR*** This service IS NOT from Wampserver - Should be: 'wampapache64'
Test for TCPv6
Your port 80 is used by a processus with PID = 4
The processus of PID 4 is 'System' Session: Services
The service of PID 4 for 'System' is 'N/A'
*** ERROR*** This service IS NOT from Wampserver - Should be: 'wampapache64'
===== Tested by attempting to open socket on port 80 =====
Your port 80 is actually used by :
Server: Microsoft-IIS/10.0
Mysql service is running. Just apache does not run.
I am a beginner on this kind of thing, so I don't really understand all the previous answers , but can you help me with this? really appreciate your help
I have just installed wampserver3. The icon does not turn green even though I have stop and start the service all over again.
I downloaded the setup from wamps website for 64 bit. The details go like this:
wampserver3_x64_apache2.4.17_mysql5.7.9_php5.6.16_php7.0.0.exe
I have followed the answers before that is testing port 80. The results shows this:
Test for TCP
Your port 80 is used by a processus with PID = 4
The processus of PID 4 is 'System' Session: Services
The service of PID 4 for 'System' is 'N/A'
*** ERROR*** This service IS NOT from Wampserver - Should be: 'wampapache64'
Test for TCPv6
Your port 80 is used by a processus with PID = 4
The processus of PID 4 is 'System' Session: Services
The service of PID 4 for 'System' is 'N/A'
*** ERROR*** This service IS NOT from Wampserver - Should be: 'wampapache64'
===== Tested by attempting to open socket on port 80 =====
Your port 80 is actually used by :
Server: Microsoft-IIS/10.0
Mysql service is running. Just apache does not run.
I am a beginner on this kind of thing, so I don't really understand all the previous answers , but can you help me with this? really appreciate your help
↧
php7 cli (2 replies)
Switched to PHP7, but the CLI is still using 5.6.16, this way i cannot use composer to install packages which require php >= 7. I am using WS 3.0 64 bit
Below my conf.
[php]
phpVersion = "7.0.0"
phpLastKnown = "7.0.0"
phpIniDir = "."
phpConfFile = "php.ini"
phpExeDir = "."
[phpCli]
phpCliVersion = 7.0.0
phpExeFile = php.exe
phpCliFile = php-win.exe
Can someone assist?
Thanks Robbert
Below my conf.
[php]
phpVersion = "7.0.0"
phpLastKnown = "7.0.0"
phpIniDir = "."
phpConfFile = "php.ini"
phpExeDir = "."
[phpCli]
phpCliVersion = 7.0.0
phpExeFile = php.exe
phpCliFile = php-win.exe
Can someone assist?
Thanks Robbert
↧
Wampserver Orange Icon (4 replies)
Hi
Reloaded computer from scratch (Windows 10); downloaded & installed all 10 VC++ (9, 10, 11, 13, 14) both 64x & 86; installed Wamp 64.
Got error "httpd.exe - The application was unable to start correctly (0xc0000022). Click OK to close the application" after installation & then "php-win.exe - The application was unable to start correctly (0xc0000022). Click OK to close the application".
The Wamp icon stays orange (neither right-click or left-click works). Checked services & saw that wampmysql64 is running... no apache though.
Downloaded VC++ 2012 again and repaired them. Also downloaded a msvcr110.dll file and copied it into C:\Windows\SysWOW64.
I do not have Skype installed on my computer & IIS is unchecked in Programs (Control Panel).
Not sure what else to do...
Reloaded computer from scratch (Windows 10); downloaded & installed all 10 VC++ (9, 10, 11, 13, 14) both 64x & 86; installed Wamp 64.
Got error "httpd.exe - The application was unable to start correctly (0xc0000022). Click OK to close the application" after installation & then "php-win.exe - The application was unable to start correctly (0xc0000022). Click OK to close the application".
The Wamp icon stays orange (neither right-click or left-click works). Checked services & saw that wampmysql64 is running... no apache though.
Downloaded VC++ 2012 again and repaired them. Also downloaded a msvcr110.dll file and copied it into C:\Windows\SysWOW64.
I do not have Skype installed on my computer & IIS is unchecked in Programs (Control Panel).
Not sure what else to do...
↧
↧
Restore deleted messages from iPhone 6S/6S Plus/SE/5S (1 reply)
Summary: An enlightening tutorial on how to recover deleted messages from iPhone 6S/6S Plus/SE/5S. Read on to get more hints.
"Last night I unintentionally deleted my iphone data, but recognized that I should've do a new backup. Wonder if there is any way for me to recover the deleted text messages from my iPhone 6S iOS 9.2. Thanks in advance."
Accidentally deleted messages? Mistakenly deleted iPhone text messages can be a serious experience, especially when messages are really important and irreplaceable. How do I retrieve those deleted text messages?
In fact, the deleted messages from your iPhone actually doesn't disappear, and are just technically marked for deletion by the system and hidden so that they become invisible to us. However, the question is that you can't easily find those marked and hidden message files, and retrieve invisible messages to iPhone generally.
Fortunately, with the emergence on iRefone for Mac, a professional and trustworthy iPhone data recovery, you can get released from the annoying dilemma. With it, you can recover deleted text messages on iPhone directly without any iTunes or iCloud backup by scanning your device and listing all the marked and hidden messages, and also allows you to preview the deleted messages before recovering them. More than anything, iRefone for Mac also supports selectively extracting text messages and other iOS contents from iTunes and iCloud backup. For Windows user, iRefone is your best alternative.
How to Undelete Messages on iPhone
Method 1: Directly Recover Text Messages from iPhone
1. Run iRefone
Choose Recover from iOS Device mode. Please plug in your iPhone to the computer with USB cable. Once connected successfully, iRefone will detect your iPhone automatically. Click Start button to begin.
![]()
2. Scan messages from iPhone
Select Messages and Message Attachments icon to scan your iPhone for the hidden or deleted text messages.
![]()
3. Preview and choose lost text Messages to recover
After automatic scanning, now you can select those lost text message you need and then, click Recover to Mac button and all selected will be recovered to your computer.
![]()
Method 2: Recover iPhone Text Messages from iTunes Backup Files
If you have an iTunes backup for your lost messages, you can follow this method to restore lost text messages from backup.
Step 1. Choose Recover from iTunes Backup mode. All iTunes backup files will be detected. So just pick out one including your lost messages to scan. Click Select button.
![]()
Step 2. Select Messages and Message Attachments for scanning. As one of the most remarkable features, iRefone allows you to selectively scan files you need instead of all files on iPhone to simplify the recovery process.
![]()
Step 3. Preview and select all deleted text messages to recover. And by clicking Recover to Mac button to extract and save all lost text messages on your computer.
![]()
Method 3: Recover Deleted Text Messages from iCloud Backup Files
If you have an iCloud backup for your deleted text messages, you can choose Recover from iCloud Backup mode.
Step 1: Set off iRefone and you will see the interface asking you to choose recovery mode. Click to choose "Recover from iCloud Backup", and you are brought to an interface asking sign in with your Apple ID. You will be presented with a list of iCloud backup file for different iOS devices, choose the right iCloud backup file to download.
![]()
Step 2: Then, you can choose the Messages you would like to download. After that, you can scan the iCloud content now. Click on the "Next" button to begin. It will take you some time. Just wait for a moment.
![]()
Step 3: Once the downloading process stops, you can click the icon of the Messages data you need in your iCloud backup file. Finally, click on the "Recover to Mac" to save them on your computer with one click.
![]()
Tips to Avoid Deleting Messages from iPhone
Although iRefone for Mac is efficient enough to recover all the deleted objects from your iPhone, why to become careless and let the data get deleted from your iPhone in the first place? Follow the tips given below to avoid such accidental data deletion from your phone:
* Keep Your iPhone Passcode Protected
This is important. You don't want your iPhone to be accessed and operated by any random person who visits your place or office. Right?
* Keep Your iPhone Out of Reach of Kids
Innocent and ignorant kids won't understand the importance of your messages. Therefore, it is good to keep your iPhone away from them until they become sensible enough to understand significance of your information.
* Avoid Getting Apps and Files from Unreliable Sources
Files from untrusted sources may bring along malicious information with them that may harm your iPhone. Always get the files from trusted sources, and apps from Apple Store.
* Always Have a Backup Copy on Your PC
Having a backup copy of all your messages and restoring them from there is far easier than recovering the deleted stuff using a data recovery tool. Use iTunes to back up your data on your PC.
* Have an iCloud Backup
Backing up your data on your iCloud account as well would be a wise step to take. This way, you can get your deleted information back even when you are not near your PC and are on the run.
More Topics:
Editing Nikon D7200 MOV in Pinnacle Studio
How to recover deleted iMessages from iPhone
How to Convert AVI to Windows Movie Maker
Enable AVI files work well with iMovie on Mac
A quick guide on how to convert WTV files to AVI
Editing Canon 60D/7D/10D video in Sony Vegas Pro
Workflow for importing AVI to DaVinci Resolve(Lite)
Restore contacts mistakenly deleted from iCloud Selectively
Edit XA10 AVCHD (mts/m2ts) files in AE CC/CS6/CS5/CS4
Convert DVD to Digital File via Brorsoft DVD Ripper for Mac
Transcode ISO file to MP4 or other video formats on Windows
Transcode WMV files to Edit in Premiere Pro CC/CS6/CS5 on Mac
Open/View DVD Video_TS files on Windows PC (Wins 10/8.1/8/7)
Convert JVC GC-PX100 AVCHD/MOV to Avid DNxHD for Davinci
Source: Directly Recover Text Messages from iPhone SE/iPhone 6s
"Last night I unintentionally deleted my iphone data, but recognized that I should've do a new backup. Wonder if there is any way for me to recover the deleted text messages from my iPhone 6S iOS 9.2. Thanks in advance."
Accidentally deleted messages? Mistakenly deleted iPhone text messages can be a serious experience, especially when messages are really important and irreplaceable. How do I retrieve those deleted text messages?
In fact, the deleted messages from your iPhone actually doesn't disappear, and are just technically marked for deletion by the system and hidden so that they become invisible to us. However, the question is that you can't easily find those marked and hidden message files, and retrieve invisible messages to iPhone generally.
Fortunately, with the emergence on iRefone for Mac, a professional and trustworthy iPhone data recovery, you can get released from the annoying dilemma. With it, you can recover deleted text messages on iPhone directly without any iTunes or iCloud backup by scanning your device and listing all the marked and hidden messages, and also allows you to preview the deleted messages before recovering them. More than anything, iRefone for Mac also supports selectively extracting text messages and other iOS contents from iTunes and iCloud backup. For Windows user, iRefone is your best alternative.
How to Undelete Messages on iPhone
Method 1: Directly Recover Text Messages from iPhone
1. Run iRefone
Choose Recover from iOS Device mode. Please plug in your iPhone to the computer with USB cable. Once connected successfully, iRefone will detect your iPhone automatically. Click Start button to begin.

2. Scan messages from iPhone
Select Messages and Message Attachments icon to scan your iPhone for the hidden or deleted text messages.

3. Preview and choose lost text Messages to recover
After automatic scanning, now you can select those lost text message you need and then, click Recover to Mac button and all selected will be recovered to your computer.

Method 2: Recover iPhone Text Messages from iTunes Backup Files
If you have an iTunes backup for your lost messages, you can follow this method to restore lost text messages from backup.
Step 1. Choose Recover from iTunes Backup mode. All iTunes backup files will be detected. So just pick out one including your lost messages to scan. Click Select button.

Step 2. Select Messages and Message Attachments for scanning. As one of the most remarkable features, iRefone allows you to selectively scan files you need instead of all files on iPhone to simplify the recovery process.

Step 3. Preview and select all deleted text messages to recover. And by clicking Recover to Mac button to extract and save all lost text messages on your computer.

Method 3: Recover Deleted Text Messages from iCloud Backup Files
If you have an iCloud backup for your deleted text messages, you can choose Recover from iCloud Backup mode.
Step 1: Set off iRefone and you will see the interface asking you to choose recovery mode. Click to choose "Recover from iCloud Backup", and you are brought to an interface asking sign in with your Apple ID. You will be presented with a list of iCloud backup file for different iOS devices, choose the right iCloud backup file to download.

Step 2: Then, you can choose the Messages you would like to download. After that, you can scan the iCloud content now. Click on the "Next" button to begin. It will take you some time. Just wait for a moment.

Step 3: Once the downloading process stops, you can click the icon of the Messages data you need in your iCloud backup file. Finally, click on the "Recover to Mac" to save them on your computer with one click.

Tips to Avoid Deleting Messages from iPhone
Although iRefone for Mac is efficient enough to recover all the deleted objects from your iPhone, why to become careless and let the data get deleted from your iPhone in the first place? Follow the tips given below to avoid such accidental data deletion from your phone:
* Keep Your iPhone Passcode Protected
This is important. You don't want your iPhone to be accessed and operated by any random person who visits your place or office. Right?
* Keep Your iPhone Out of Reach of Kids
Innocent and ignorant kids won't understand the importance of your messages. Therefore, it is good to keep your iPhone away from them until they become sensible enough to understand significance of your information.
* Avoid Getting Apps and Files from Unreliable Sources
Files from untrusted sources may bring along malicious information with them that may harm your iPhone. Always get the files from trusted sources, and apps from Apple Store.
* Always Have a Backup Copy on Your PC
Having a backup copy of all your messages and restoring them from there is far easier than recovering the deleted stuff using a data recovery tool. Use iTunes to back up your data on your PC.
* Have an iCloud Backup
Backing up your data on your iCloud account as well would be a wise step to take. This way, you can get your deleted information back even when you are not near your PC and are on the run.
More Topics:
Editing Nikon D7200 MOV in Pinnacle Studio
How to recover deleted iMessages from iPhone
How to Convert AVI to Windows Movie Maker
Enable AVI files work well with iMovie on Mac
A quick guide on how to convert WTV files to AVI
Editing Canon 60D/7D/10D video in Sony Vegas Pro
Workflow for importing AVI to DaVinci Resolve(Lite)
Restore contacts mistakenly deleted from iCloud Selectively
Edit XA10 AVCHD (mts/m2ts) files in AE CC/CS6/CS5/CS4
Convert DVD to Digital File via Brorsoft DVD Ripper for Mac
Transcode ISO file to MP4 or other video formats on Windows
Transcode WMV files to Edit in Premiere Pro CC/CS6/CS5 on Mac
Open/View DVD Video_TS files on Windows PC (Wins 10/8.1/8/7)
Convert JVC GC-PX100 AVCHD/MOV to Avid DNxHD for Davinci
Source: Directly Recover Text Messages from iPhone SE/iPhone 6s
↧
Moved WAMP from D:\ to C:\ (now broken) (1 reply)
Hi,
I had to rebuild Windows, and this process wiped my D drive, which was not corrected.
After reinstalling Windows on C:\, I decided to install WAMP on C:\, as C is an SSD.
I then copied the contents of D:\Wamp to C:\Wamp.
When I start WampServer, I receive an error:
PHP Startup: Unable to load dynamic library.
'd:/wamp/bin/php/php5.5.12/ext/php_bz2.dll' - The parameter is incorrect.
I have searched the registry, and there is no occurrance of d:/wamp in there.
I have searched c:/wamp using Dreamweaver and Notepad++, and found no configuration files with D:/wamp, except for wampmanager.conf, where I replaced installDir = "d:/wamp" with installDir = "c:/wamp", and http.conf where I replaced ServerRoot "d:/wamp/bin/apache/apache2.4.9" with ServerRoot "c:/wamp/bin/apache/apache2.4.9".
Windows error reports:
The Apache service named reported the following error:
>>> <Directory "d:/wamp/apps/phpmyadmin4.1.14/"> path is invalid.
Where is this setting being pulled from?
Thanks.
I had to rebuild Windows, and this process wiped my D drive, which was not corrected.
After reinstalling Windows on C:\, I decided to install WAMP on C:\, as C is an SSD.
I then copied the contents of D:\Wamp to C:\Wamp.
When I start WampServer, I receive an error:
PHP Startup: Unable to load dynamic library.
'd:/wamp/bin/php/php5.5.12/ext/php_bz2.dll' - The parameter is incorrect.
I have searched the registry, and there is no occurrance of d:/wamp in there.
I have searched c:/wamp using Dreamweaver and Notepad++, and found no configuration files with D:/wamp, except for wampmanager.conf, where I replaced installDir = "d:/wamp" with installDir = "c:/wamp", and http.conf where I replaced ServerRoot "d:/wamp/bin/apache/apache2.4.9" with ServerRoot "c:/wamp/bin/apache/apache2.4.9".
Windows error reports:
The Apache service named reported the following error:
>>> <Directory "d:/wamp/apps/phpmyadmin4.1.14/"> path is invalid.
Where is this setting being pulled from?
Thanks.
↧
While resetting AD account through email token its by passing to check the old password (3 replies)
I am seeing an issue please help ...
We are using send token method , but why resetting password through link its accepting my old password as well could you please help how to avoid this and see last 5 old passwords or leave the password polices to check with AD only ...
We are using send token method , but why resetting password through link its accepting my old password as well could you please help how to avoid this and see last 5 old passwords or leave the password polices to check with AD only ...
↧