Pages: 123Next
Current Page: 1 of 3
Results 1 - 30 of 64
1 year ago
arnb
@Otomatic Thank you. Changed the Require all denied around line 264-266 in httpd.conf, but still getting 403 Forbidden from another device on the LAN. Restarted WAMP after each change. Am I in the wrong file or incorrect location within the file? Tried the following Require ip 192.168 Require all granted httpd.conf change # Deny access to the entirety of your server's filesyste
Forum: WampServer English
1 year ago
arnb
I want to access the Apache server from another device on the LAN using the local ip address of the Apache Windows machine. I have no desire to access WAMP from the web, nor do I need SSL. When trying this now I get a 403 Forbidden error issued by Apache. The last time I did this was on a older WAMP version where I simply set WAMP Online or Offline. Now it appears I need a Virtual Host and I'm
Forum: WampServer English
1 year ago
arnb
Is there any way to use the same database files when changing MySql versions, or must the database be reloaded into each version? Never mind I need to RTFM Important Reminder: The transfer of databases between different versions of MySQL or MariaDB should be performed by EXPORT / IMPORT of SQL files using phpMyAdmin or a similiar tools of your choice.
Forum: WampServer English
1 year ago
arnb
Currently have PhpMyAdmin versions 4.9.7 5.1.1 5.2.0 (in use) Tried reinstalling 5.2.0, set replace old version, confirmed I wanted to remove old versions, install failed - already installed, old versions not removed. Will redo this when next PhpMyAdmin version is released
Forum: WampServer English
1 year ago
arnb
Thank you for your response. After reading it I ran the latest VC++ tool and everything is good. My current running configuration Wampserver 3.2.9 (64 bit) - Apache 2.4.54 - PHP 8.1.10 - MySQL 5.7.39 (don't use Maria) PhpMyAdmin 5.2.0 Windows 11 (64 bit) After installing Apache 2.4.54 and MySql 5.7.39 the WAMP icon dissappeared, but restarting WAMP brought it back. I was then able to chan
Forum: WampServer English
1 year ago
arnb
The WAMP icon dissapears from the lower right windows 11 task bar and I am unable to adjust any settings. It's also not in the hidden area. However, Wamp is still running. This occurred immediatly after installing and using PHP 8.1.10 but I'm unsure that is the cause. Restarting WAMP show the icon again, until I click on it. Any way to fix this? Update: The issue resolved itself after re
Forum: WampServer English
1 year ago
arnb
Thank you. "In some rare cases, this icon does not appear but is in the Hidden Icons area"
Forum: WampServer English
1 year ago
arnb
I'm a long time user of the 32bit version and just installed the 64bit version 3.2.6 with the 3.2.9 update and all C++ updates on newly purchased Windows 11 Home machine. Wamp starts, the icon show, widget says it's starting, then it disappears and is gone, does not show in Task Manager. Looked in system messages but nothing helpful found. Any suggestions or help appreciated.
Forum: WampServer English
2 years ago
arnb
> You are in CLI mode, the arguments must be separated by a space, not by a ? Thank you for posting the documentation. I rarely work with the Windows Task Scheduler, so getting this working has been a challenge for me. I changed the php script to run in live mode without a parm field and it's working as expected. I tried using the -parm option without success, but will try again. Also tr
Forum: WampServer English
2 years ago
arnb
Appreciate the idea to update PHP, but it seems the problem is related to the ?Live get parm field. It works as expected without the parm field when started by the Windows Task Scheduler, and fails when it is coded. Works as expected with the parm field from a web browser. Fails C:\wamp\bin\php\php7.0.11\php.exe -f C:\wamp\www\cz\test\yadayada.php?Live Works C:\wamp\bin\php\php7.0.11\
Forum: WampServer English
2 years ago
arnb
Have the following Windows (10) task scheduled to run every few days with the following action C:\wamp\bin\php\php7.0.11\php.exe -f C:\wamp\www\cz\test\yadayada.php?Live It works from the Task Scheduler Run action, cmd.exe and web browser, but fails with a 0X1 when started on schedule by the task scheduler. WAMP is active when it fails, however it works when started with the task scheduler
Forum: WampServer English
4 years ago
arnb
Is the an easy way to install the V8Js PECL class in Wamp? Thank you
Forum: WampServer English
4 years ago
arnb
Attempting to test a php WebSocket Server in WampServer without success, and I am out of options. WebSockets are enabled in php extensions. My Javascript client test script connects with websocketstest.com so this is definitely a server issue. Any suggestions appreciated. Error received: First- onerror function throws "connection failed" followed by onclose function throwing 1006 e
Forum: WampServer English
7 years ago
arnb
This thread just saved me from a nightmare! Thank you, Thank you, Merci Beaucoup!
Forum: WampServer English
7 years ago
arnb
Import has been successfully finished Thank You! Merci Beaucoup
Forum: WampServer English
7 years ago
arnb
Attempting to import production sql gz backup to my Wamp 3.0.5, PHP 7.0.9, phpmyadmin 4.5.1 local system Keeps giving excution timeout at 360 seconds but php.ini execution time is 600 seconds. Attempting to use import restart option always throws a bunch of MySql errors Any suggestion on getting this to function appreciated Thank You
Forum: WampServer English
8 years ago
arnb
Thank you for the responses. I was aware this is a MySQL issue, however there are some very smart people on this forum and I thought perhaps someone may have the magic settings for my.ini allowing my code to function without change. I've done a lot of tedious reading about the MYSql timestamp changes, but no matter what I tried, I get an insert sql error in 5.7.9 stating that the field cannot be
Forum: WampServer English
8 years ago
arnb
Having simlar problem with Mysql 5.7.9 in Wamp 3.0 On Insert setting a timestamp or datetime field to null as documented in the manual causes a error "cannot be null" when doing the insert. Tried setting sql-mode as defined above but no joy. My quick workaround in Wamp 3 was to copy over Mysql 5.6.12 from my prior Wamp installation. If I fix my code and DB structure in 5.7.9 the l
Forum: WampServer English
10 years ago
arnb
Thank you. Found some good links for Curl and HTTPS and it's working.
Forum: WampServer English
10 years ago
arnb
I'm attempting to read a Facebook page using https protocol with Fopen, and while I can read the page it is encrypted gibberish. Hopefully someone has figured this out. Please note this is a freely available page that works in any modern browser. What I've done so far: Enabled openssl in the php extensions Faked the browser id to make facebook respond I've added some SSL info I found on
Forum: WampServer English
11 years ago
arnb
Thank you that fixed it.
Forum: WampServer English
11 years ago
arnb
Weird issue: after Firefox self updated, the desktop WAMP icon was trashed, showing the windows default for a missing Icon. The icon is also missing on the Windows 7 start menu. Wamp works fine and places a valid icon on the lower right tray of windows when started. Any help appreciated. Thank You
Forum: WampServer English
11 years ago
arnb
Went back and tried it again. With the default settings in PHP.ini including: xdebug.profiler_enable = Off, went to Left click wamp>php> settings> clicked Xdebug Profiler (changes to checked)> ran my script > ran and the stats for my script were available. Thank you
Forum: WampServer English
11 years ago
arnb
Does anyone have any suggestions for working with Xdebug and Webgrind in WAMP? I want to turn Xdebug on and off as needed. So far I found the only way I can set it on is to change the PHP ini and restart WAMP. Attempting to use WAMP's PHP settings Xdebug flags for this purpose did not work for me. Also WAMP seems to be missing the .htaccess file in the webgrind directory with the followi
Forum: WampServer English
11 years ago
arnb
I appreciate the answer. Thank you
Forum: WampServer English
11 years ago
arnb
Installed the latest 32 bit WAMP with PHP 5.4 into a new folder assuming my older 2.something version would continue to function in case there were issues with the new version. I understood the new WAMP version would not have my MYSQL tables, but why did the older WAMP version also lose the MYSQL database when all the tables are still in the old folder. The old WAMP version also started using th
Forum: WampServer English
13 years ago
arnb
Just a heads up for everyone. for more information go to www.php.net Anyone have information on when a new WAMP release may be available?
Forum: WampServer English
14 years ago
arnb
Do you have 5.3.1 working? Suggest redoing the whole process including the download and zip expand, then copy and edit the 5.3.1 files. One other thing you will need to do is edit your hosts file, right click your editing program icon and select Run as Administrator change ::1 localhost to :::1 localhost There is an error in the IPV6 address that prevents 5.3.1+ from connecting, b
Forum: WampServer English
14 years ago
arnb
Had the same problem. Found solution on the French language forum and it is now working. Edit the file wamp \ bin \ php \ php5.3.2 \ php.ini Replace: extension_dir = "c: / wamp/bin/php/php5.3.0/ext /" (or could be 5.3.1) by extension_dir = "c: / wamp/bin/php/php5.3.2/ext /"
Forum: WampServer English
14 years ago
arnb
Yes, my ISP blocks all of those and a few more, however for whatever reason they don't block 443 (HTTPS/SSL) and I found that Paypal will only respond on ports 80 or 443, so I went with 443, reset the router to route Paypal requests on port 443 to my local wamp machine at 80, and I am now able to test.
Forum: WampServer English
Pages: 123Next
Current Page: 1 of 3