Current Page: 1 of 1
Results 1 - 11 of 11
1 year ago
thudson
I am using 7.4.26 and I have looked at the php.ini file extensions. I can only find this extension: extension=pdo_mysql This is not the correct one! How do I install the correct driver file?
Forum: WampServer English
1 year ago
thudson
I have been trying to use PDO on Wamp but it keeps saying that the drivers are missing. I have checked the PHP.ini file and the Extension pdo_msql is loaded, why does it say the drivers are missing?
Forum: WampServer English
1 year ago
thudson
I have just installed WAMP server on my PC and have created a localhost called '1066cardsu'. When I click on this virtual host, the file index.php is not found. I tried changing port to 8080 but wamp said this is not a listening port. How can I get this to work?
Forum: WampServer English
7 years ago
thudson
I have recently upgraded WAMP to the latest version and am trying to develop some scripts. I am trying to include some scripts, but the server reports that it can't open the files. Here is the message Fatal error: require_once(): Failed opening required 'includes/config.inc.php' (include_path='.;D:\wamp\www\includes') in D:\wamp\www\LoginTest\index.php on line 4 I can't see whats wrong here.
Forum: WampServer English
8 years ago
thudson
Great! Back in business!
Forum: WampServer English
8 years ago
thudson
I was tring to set up an Alias for my main project and after trying this I could not run localhost. When I restart sevices the icon goes red then yellow, but does not go green. Can't figure out what I have done to cause this. What should I check? I have tried renewing httpd.config, but made no difference.
Forum: WampServer English
12 years ago
thudson
Hi Steve Want is Teamviewer? Is it like Windows Remote Assistance? I will have to boot up my laptop, as I am on desktop at the moment.
Forum: WampServer English
12 years ago
thudson
Can anyone out there help? This still does not work. I have tried all of the above. As stated before it DOES work on another computer, but this was installed by installing the components separately. My thoughts are that it must be a setting in the ini files, but which one?
Forum: WampServer English
12 years ago
thudson
Hi Steve I still can't get it to work! Put the var before the function call: Global $var = false; function doDB() { global $mysqli; Also just before global $mysqli function doDB() { Global $var = false; global $mysqli; Or does it go in every script that calls this function? I did not think this was likely. Have any other sugestions?
Forum: WampServer English
12 years ago
thudson
Hi Steven I don't understand? Exactly the same coding works on my desktop computer?? I am relatively new to PHP and can't see what is wrong!
Forum: WampServer English
12 years ago
thudson
Hi I have just recently installed WAMP server on my laptop, after successfully running Apache, PHP and MySQL on my desktop. These I installed separately as I did not know about WAMP then. I get an error on the WAMP installation . Here is the fuction in my store_connect.php script: <? //set up a couple of functions for use by eStore function doDB() { global $mysqli; //co
Forum: WampServer English
Current Page: 1 of 1