Questions tagged as 'wamp'

1
answer

CakePHP Actions Not Found in Vhost from Wampserver

I'm trying to make my admin actions protected by SSL, including login action. However whenever I try to access one of these actions, I always get the 404 error. For example, when trying to access the login page, Cake redirects to link , with er...
asked by 29.07.2014 / 15:35
1
answer

external access with wamp

I wanted to know how others can access my webserver. I already released port 8080 and the icon is green. I can also access local with 192.168.0.10:8080 however if I use my ip along with: 8080 does not connect. Anyone know?     
asked by 16.02.2015 / 19:57
3
answers

Recover MySql table

I reinstalled WAMP and did not export the database (.sql), but I have the ".ibd" and ".frm" files. After installation, I created a blank database and copied all the ".ibd" and ".frm" files to the folder, but when trying to open the table via...
asked by 24.06.2014 / 14:04
2
answers

How to update the PHP version in WampServer?

Does anyone know how to upgrade the latest version of PHP in WampServer?     
asked by 10.03.2014 / 03:15
3
answers

Error installing / running WampServer 2.5

I installed WampServer 2.5 64bits and during installation there was no error, but the following message appears in the run.    The configuration file contains a syntax error on line 325: [EParseError] Parameter "Service" specifies an unknown...
asked by 01.09.2014 / 19:49
2
answers

How to run Wamp Server on a network?

I installed Wamp Server on the network, but it does not work. It turns red, move the mouse and it says "Server online". I have already modified the httpd.conf file to release the permission for all hosts and nothing. Follows: # #...
asked by 02.12.2015 / 17:06
3
answers

How do I stop Apache (wamp) from killing the session alone?

I developed an application with laravel and left it running in wamp , but after a while it ends up killing the user session, I wonder if there is any setting so that it stops doing it? Thanks!     
asked by 01.09.2016 / 13:08
1
answer

Access by ip Phpmyadmin

Inside the folder c: \ wamp \ alias \ phpmyadmin.conf there is the line below to release phpmyadmin access to all machines on the network: <IfDefine APACHE24> Require all granted I would like to know if you can change to relea...
asked by 06.01.2016 / 14:15
1
answer

Windows Local Development Environment Migration for Mac

I would like to migrate to the Mac, but I have some concerns about the local development environment. The question is regarding Apache, MySQL (and other BD's), PHP and Node.js. The questions are: Installing and configuring: Is it cumbe...
asked by 22.04.2014 / 13:59
2
answers

Data does not appear on page

I made an OO code in PHP. I used MySQLi for the database and WAMPSERVER as the server, where I inserted data into the "category" table. The bank collation is "latin2_general_ci". There were no errors, but in the browser the data entered did not...
asked by 21.05.2015 / 20:37