Pages: Previous12345Next
Current Page: 3 of 5
Results 61 - 90 of 126
8 years ago
FuzMic
I have installed phpadmin 4.3.8 BUT still there is a time out problem, now at a different file. Because of this, i now think of using wamp 2.5 (currently 2.4) but my pc is running xpwin so it is stated can't be used. Is this true? My MAIN ISSUE NOW after importing with phpadmin 4.3.8 (with the time out problem), whenever i try to save some articles, there is an error (quoted at the end of thi
Forum: WampServer English
8 years ago
FuzMic
Yes Otomatic, you do not realize that your prompt has magical consequences. I have updated my localhost to using phpadmin to 4.3.8 and is now in the process of matching the MySQL version. Thanks magician.
Forum: WampServer English
8 years ago
FuzMic
Hi gurus I exported my database from HostGator via phpAdmin v4.3.8 to .zip file about 400k. When i try to import to my localhost (wamp) phpAdmin v4.0.4, there is now a 300 sec time out due the following file, line 267 C:\WAMP\apps\phpmyadmin4.0.4\libraries\dbi\mysqli.dbi.lib.php Line 267 of this file cause 300 secs time out. } elseif ($options == ($options | PMA_DBI_QUERY_UNBUF
Forum: WampServer English
8 years ago
FuzMic
Thanks, Thanks Ota Your prompt makes me relook at the .sql and found that i did not CREATE DATABASE IF NOT EXISTS `fuzmic_ptg` after DROP DATABASE `fuzmic_ptg`; when i export. All tested and done, nothing to do with version just my slip up. Cheers! PS Just found that .gz downloaded still has this problem, the above works on .zip download. Any reason you can think off.
Forum: WampServer English
8 years ago
FuzMic
Thanks Otomatic, The exact response is quoted at the bottom. What i found in the import is only 8 of tables before this troubled table were created without problem. This 9th table insertion creates the Error Also the sql have following DROP DATABASE `fuzmic_ptg`; DROP TABLE IF EXISTS `xo57k_assets`; CREATE TABLE IF NOT EXISTS `xo57k_assets` (....l Hope you will enlighten me to
Forum: WampServer English
8 years ago
FuzMic
Hi gurus I exported my database from HostGator via phpAdmin to .gz file about 400k. When i try to import to my localhost (wamp), the #1064 error reported, I think it has something to do with version syntax. The phpAdmin version is HostGator is 4.3.8 while my wamp is running 4.0.4, Is this the cause of the failure to import to my localhost. Or it is the version the MySQL, HostGator is on
Forum: WampServer English
8 years ago
FuzMic
Chris many many Thanks for all the help and effort, much appreciate. I just uninstall v2.4 and reinstall ie after all the MVC++ update, NOW BACK TO LONG WAITED GREEN. THANK YOU AS ALWAYS. If i may add if all else fail from all the sincere help from the gurus, reinstall -- in most time it will work, it happened again this time. Cheers to all persistent guys like Chris.
Forum: WampServer English
8 years ago
FuzMic
Chris Clear all log, restart wamp, after at orange, refresh Application Event Log, again only 1 warning the same as before the first time, no other warning or error symbol Timesteamp with implicit default value is depreciated. Please use -- explicit_defaults_for_timestamp server options
Forum: WampServer English
8 years ago
FuzMic
Dear friend, it said "Your Port 80 not actually used" while wamp is in orange state. Hopeful! Some one stated that "Windows 8 is an IPV6-first Operating System and WAMP is, by default, configured to run with IPV4 only. " Hence he recommend to # comment out Listen 80 and replace by Listen 0.0.0.0:80 plus a make sure that 127.0.0.1 localhost and not ::1 localhost B
Forum: WampServer English
8 years ago
FuzMic
Much appreciate the lead, but sad to say problem remain at orange. I have installed all 4 MVC for the v2.4 wamp on win 8.1 pro 32 bit. The four are 07/20/15 11:11 AM 1,843,544 vcredist_x86 (1).exe 07/20/15 11:12 AM 4,995,416 vcredist_x86 (2).exe 07/20/15 11:13 AM 6,554,576 vcredist_x86 (3).exe 07/19/15 07:38 PM 4,216,840 vcredist_x86.exe .. essent
Forum: WampServer English
8 years ago
FuzMic
Hi friend Chris for take up again, sorry for not following procedures. Following is what i gather, totally lost whenever change to of system. win 8.1 32 bit wampserver 2.4 apache 2.4.4 php 5.4.16 MySQL 5.6.12 color orange No log within wamp except mysq which don't seem to show any errors. Only log from mysql_log, no other. There is one warning from mysql event as follows Time
Forum: WampServer English
8 years ago
FuzMic
Check host for non ::1 and stick to 127. and httpd.conf compile with deny.... There is also no world.web.. publish to tinker with. So please help
Forum: WampServer English
8 years ago
FuzMic
Recheck Host file in sys32/drivers/etc and httpd.conf but not avail. Neither is there a wordwide..publishing to play with. Please help.
Forum: WampServer English
8 years ago
FuzMic
Recheck Host file in sys32/drivers/etc and httpd.conf but not avail. Neither is there a wordwide..publishing to play with. Please help.
Forum: WampServer English
8 years ago
FuzMic
Hi friends World always moving up so here i am with win 8.1 32bit but still to use v2.4, won't start to green. Please help.
Forum: WampServer English
9 years ago
FuzMic
Friend sorry type wrong it is APC. Still running wamp 2.2. As you pointed out in the development stage i don't cache at all. I was just trying to fish from my good old friend to learn more. THANK YOU as always, God Bless.
Forum: WampServer English
9 years ago
FuzMic
Hi folks In my web host, the cache handler is ACP. Can we have ACP installed in wamp and is there any advantage.
Forum: WampServer English
9 years ago
FuzMic
Final word on this XpWin.sp3 has only iis v5.1, thus it will NEVER process aspx. Only from Vista onwards there is this is possible. Win7 has iis v7.5. Also virtual directory eg VirtDir is actually a subdirectory of the wwwroot; to access any asp file in the VirtDir, browser address must include the path eg localhost/VirtDir/myFirst.asp.
Forum: WampServer English
9 years ago
FuzMic
Hi guys Here is what i just found, need words of assurance to tinker to decide which is the better way or if any of these work. Quote "It used to be possible to have Apache interface directly with the ASP.NET engine/system via mod_aspdotnet, but that module was abandoned some time ago." but i still found mod_aspdotnet-2.2.0.2006-r2 The way: Apache be the front-end server (
Forum: WampServer English
9 years ago
FuzMic
Hi friends Can wamp handling dynamic aspx or asp file? If so how to set it up? Is this the way to go: AddType application/x-httpd-php .asp .aspx .ascx .ashx in httpd.conf
Forum: WampServer English
9 years ago
FuzMic
Thanks again mate
Forum: WampServer English
9 years ago
FuzMic
Thanks Chris for your words of assurance and the more in-depth paths. I have in fact played around with port 8080 with servername:8080 while iis is running. Once i turn off iis service, even port 80 is ok. That is what you mean, i hope. Meanwhile I have installed iis v6 in my xp.pc and seem working fine. I am thinking of webmatrix so that i may try my hand on iisdeveloper express. Any adv
Forum: WampServer English
9 years ago
FuzMic
Hi friends I want to try my hands on asp.net in an xpwin pc. I am thinking of installing IIS v51. on the pc which already has wamp. If the ISS service is turn off will wamp work ok & vice versa. Your advice appreciated.
Forum: WampServer English
9 years ago
FuzMic
Thanks toivo, the 2 reply by John & Sov reassures me that wamp must be there to serve in a local pc in order to browse a php CMS.
Forum: WampServer English
9 years ago
FuzMic
Hi gurus Is it possible to convert the website plus its MySql database to package within the PC so that the browser can interact with the website without going through Wamp. I am using Wamp Server as localhost to test and develop it. When it is completed, i want convert it, placing it within the user's PC so that he can use it through his browser as an application.
Forum: WampServer English
10 years ago
FuzMic
Thanks. Will run along your suggestion. PS Complete the installation of hMailserver on my localhost. In the SMTP Delivery email: Localhost name FuzMic.com Remote hostname smtp.FuzMic.com port 25 With mail server run, type telnet smtp.FuzMic.com 25, connection failed. Using Express Mail, default account smtp.FuzMic.com also cannot send mail I think i am lost somewhere with DNS config
Forum: WampServer English
10 years ago
FuzMic
Hi friends A year ago I tried to enable sending email from WAMP as localhost & failed. I just made another concerted effort but again failed. This is what I did and hope someone can give me a helping hand. Since wamp does not come with sendmail.exe, a folder c:\wamp\sendmail was created and the following files as shown in DIR were copied into it . Directory of c:\WAMP\sendmail 14-0
Forum: WampServer English
10 years ago
FuzMic
I am now in the process of fixing the php errors due to stricter error reporting in php v 5.43. I guese this is not really the site to go into this. But as a note to other visitors to this site: to fix these errors you can google and tinker to remove errors piece by piece based on the error prompt. Happy fixing! PS Not happy at all fixing. Fixing one thing something else pop up
Forum: WampServer English
10 years ago
FuzMic
Hi gurus After reading Steven's sticky on MSVCR100.DLL, the lesson i learnt is: Just copy this .dll into system32 will not work correctly. We MUST install ms VC++ 2010. Once it is installed, the above errors disappeared PROVIDED in \bn\apache\apache2.2.22\bin\php.ini make changes error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING & ~E_STRICT displ
Forum: WampServer English
10 years ago
FuzMic
Hi gurus After the recent help from Steven & Chris, the Vista PC with wamp 2.22 now allow localhost to run the download web site but with the appended php errors. On another machine with XPWin.sp3 these errors don't appear, it only happen in this Vista PC. Look forward to your insight to difference to improve my learning curve. Waiting in Down Under. Strict standards: Only varia
Forum: WampServer English
Pages: Previous12345Next
Current Page: 3 of 5