Pages: 123Next
Current Page: 1 of 3
Results 1 - 30 of 71
2 years ago
rpjd
1 Windows11 64 bit 2 wampserver3.2.0_x64 3 2.4.41 4 7.3.12 5 8.0.18 6 Green 8 Yes 8a No 9 Yes 10 11 Avira,Windows Defender 12 c:/wamp64 13 127.0.0.1 core ::1 core I have a fresh install of wamp, set the mysql password, logged into phpmyadmin with that password. Using 3-tier Presentation->Logic->Data layers. In a webpage (Presentation) I require_once (Logic.php); I
Forum: WampServer English
3 years ago
rpjd
One of my projects in not displaying a file index, just a blank page. I moved the project folder elsewhere so its not displayed under Your Projects. I tried removing the project virtual host. I removed the project from the hosts file under Windows and httpd-vhosts.txt, restarted DNS and wampserver. However, the project is still listed under Your VirtualHost, which I think explains the two err
Forum: WampServer English
5 years ago
rpjd
Windows10-64bit version-3.0.6 apache-2.4.27 php-7.1.9 mysql-5.7.19 icon-green 127.0.0.1 localhost ::1 localhost localhost-yes 8a-no 9-yes 11-Avira c:/wamp64 I created a table with the following structure varchar(8) PK char(30) varchar(50) char(9) varchar(50) date and got the following server errors Warning in .\libraries\controllers\table\TableStructureController.php#13
Forum: WampServer English
6 years ago
rpjd
Administrator: C:\Windows\System32\cmd.exe Microsoft Windows (c) 2017 Microsoft Corporation. All rights reserved. C:\WINDOWS\system32>path PATH=C:\Program Files (x86)\Intel\iCLS Client\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Hewlett-Pack
Forum: WampServer English
6 years ago
rpjd
PS C:\windows\system32> path; path : The term 'path' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + path; + ~~~~ + CategoryInfo : ObjectNotFound: (pathtring) [], CommandNotFoundException + FullyQualifiedErro
Forum: WampServer English
6 years ago
rpjd
I started from scratch. Installed all the necessary distributables. Re-installed wampserver. All good. I changed the phpVersion and phpCliVersion to 7.1.9 in wampmanager.conf and selected php version 7.1.9. Restarted wampserver. Clicked wamp icon, php 7.1.9. Opened localhost, php version 7.1.9, opened phpinfo, version 7.1.9, ext dir 7.1.9. Executed php -v in cmd C:\>php -v PHP 7
Forum: WampServer English
6 years ago
rpjd
Right-click on the Taskbar to the left of the icons. Select Taskbar settings. In the windows that opens, Click "Select which icons appear on the taskbar" in the Notification Section on the right-hand side. If Aestan Tray Menu is Off, click the button with the black dot. It will change colour to blue and Off changes to On. The Wamp icon should appear on the taskbar.
Forum: WampServer English
6 years ago
rpjd
I added php to windows path C:\wamp64\bin\php\php7.2.3 then in command prompt C:\>php -v Warning: PHP Startup: Unable to load dynamic library 'c:/wamp64/bin/php/php7.1.9/ext/php_bz2.dll' - The specified module could not be found. in Unknown on line 0 Warning: PHP Startup: Unable to load dynamic library 'c:/wamp64/bin/php/php7.1.9/ext/php_curl.dll' - The specified module could not
Forum: WampServer English
6 years ago
rpjd
I've also updated phpmyadmin from 4.7.4 to 4.7.9 Clicking on the wamp icon, 4.7.4 is displayed beside phpmyadmin, however, when I open phpmyadmin, its version is 4.7.9
Forum: WampServer English
6 years ago
rpjd
I removed the older versions of php from the php folder, then chose the version as you mentioned, as there was only one version available 7.2.3, I chose it. Restarted wamp, phpinfo still displaying 7.1.9
Forum: WampServer English
6 years ago
rpjd
I changed LoadModule by hand. I displayed that line to show what it was changed to, 7.2.3, and not 7.1.9. In wampmanager.conf, both phpVersion and phpCliVersion were 5.6.31, I have changed them to 7.2.3 As far as the ext is concerned, I only changed the ext path from 5.6.31 to 7.2.3, the extension is active by default. I started wamp, icon is green. Clicking on the wamp icon, PHP version i
Forum: WampServer English
6 years ago
rpjd
Windows10-64bit version-3.0.6 apache-2.4.27 php-7.2.3, mysql-5.7.1 icon-green 127.0.0.1 localhost ::1 localhost localhost-yes 8a-no 9-yes 11-Avira c:/wamp64 After a installing wamp, I have updated php from version 5.6.31 to version 7.2.3 LoadModule php7_module "${INSTALL_DIR}/bin/php/php7.2.3/php7apache2_4.dll" However, the version at the top of phpinfo and in the Co
Forum: WampServer English
6 years ago
rpjd
Right-Click -> Wamp settings -> Allow MariaDB to uncheck it. Icon changed to green. Thanks. As I mentioned previously, I didn't get an email about replies.
Forum: WampServer English
6 years ago
rpjd
Windows10-64bit wamp version-3.1.0 64bit apache-2.4.27 php-5.6.31 mysql-5.7.19 icon-orange 127.0.0.1 localhost ::1 localhost, localhost -yes 8a-no 9-yes 11-Avira c:/wamp64 I recently re-installed wampserver and the icon was green. Not sure why, but on subsequent starts its staying orange. After reading some posts on this, the suggested problem is either apache or mysql not star
Forum: WampServer English
6 years ago
rpjd
Apache, its Visual Studio Code, not Visual Studio. I re-installed wamp, so that that problem is resolved. I'm trying to get the XDebug extension to work in VSC, its docs recommends changing the XDebug config in ini as follows xdebug.remote_enable = off to xdebug.remote_enable = 1 and adding xdebug.remote_autostart = 1 Despite this, the XDebug extension isn't doing anything.
Forum: WampServer English
6 years ago
rpjd
Sorry about that. What I meant, should have stated is that I installed xDebug extension in VSC, not wamp. If that screwed up XDebug in wamp, lesson learned. I have backed up up my database so, I'll re-install wamp. Thanks for the insight anyway.
Forum: WampServer English
6 years ago
rpjd
Windows10-64bit, version-3.0.6, apache-2.4.27, php-7.1.9, mysql-5.7.19, icon-orange, 127.0.0.1 localhost ::1 localhost, localhost-yes, 8a-no, 9-yes, 11-Avira, c:/wamp64 The icon was green, but for some reason, stays orange, localhost and phpmyadmin working ok. I'm trying to debug a php website in visual studio code. I installed XDebug extension. I started the debugger, t
Forum: WampServer English
6 years ago
rpjd
The wampserver icon is orange. When I hover mouse over icon, it says local server - 2 of 3 services running. I've checked services.msc as per troubleshooting tips, wampapache64 (apache/2.4.27(Win64) PHP/7.1.9) and MySQL are running.
Forum: WampServer English
6 years ago
rpjd
check_vcredist.exe says all vc++ components for running wamp now installed. Rebooted and started wampserver, running as expected, icon still orange.
Forum: WampServer English
6 years ago
rpjd
I have wampserver installed, version-3.0.6,Apache/2.4.27,php-5.6.25,mysql-7.1.9,phpmyadmin4.7.4 all working fine. I just updated Windows 10 to version 1709. Got worried when the icon didn't turn green after a while, but despite this, everything is working. Just wanted to highlight this.
Forum: WampServer English
6 years ago
rpjd
I deleted the problem file and create a new file with the same name, no code. It opened correctly. I then added to code in steps and eventually with all the code its still opening correctly. I then created a vh, its working as well. No idea what caused the issue thought. Its working, that's all that matters.
Forum: WampServer English
6 years ago
rpjd
Its a php file. I thought it was strange myself. I uninstalled and re-installed wampserver. Added the project to www, then added the database I backed up with mysqldump. Whats happening now is that when I click on the project, it displays in the url as "project/" but displays localhost, not the project files. Localhost, phpinfo and phpmyadmin all work. I'm guessing I'm missing an
Forum: WampServer English
6 years ago
rpjd
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,11-Avira,c:/wamp64 One of the files in a projects index of files is opening the wrong file. It shows the correct file/path when mouse hovers, but opens a different file. Never seen this before.
Forum: WampServer English
6 years ago
rpjd
I am developing a customer registration system and have successfully sent an email to a gmail account, (yahoo failed). I want to validate the email by clicking a return link in the email. Can the wampserver receive emails as well as send them? If not, is their an alternative solution?
Forum: WampServer English
6 years ago
rpjd
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 execut
Forum: WampServer English
6 years ago
rpjd
Where is this setting in mysql?
Forum: WampServer English
6 years ago
rpjd
Clicking on a project or virtual host gives an index of files/folders. Is it possible to widen the columns of the Index page: Name, Last Modified, Size and description? If so, how/where?
Forum: WampServer English
6 years ago
rpjd
From what I've read, using PHPmailer class is better than using PHP's mail() function. I using wamp, installed Composer yesterday and used it to install PHPMailer, then using the correct settings, successfully sent a test email to Gmail. Has anyone had any issues sending mail to Yahoo via SMTP, causing me a problem with authentication.
Forum: WampServer English
6 years ago
rpjd
I wanted to create a table in phpmyadmin with two columns, each column being a foreign key to primary keys in others tables. In the Structure tab of phpmyadmin, there are only Primary and Unique indexes available to choose from that I can see/find. As I could not find a Foreign Key option in phpmyadmin, I created the table in MySQL console. If there is no Foreign Key index available in the Str
Forum: WampServer English
Pages: 123Next
Current Page: 1 of 3