I've just downloaded my drupal site.
I can view the home page and the content seems to be read from the db. However i can't get to
http://localhost:81/admin or http://localhost:81/aboutus
I have enabled "mod_rewrite"
i can view content such as "?q=node/266"
I've setup virtual host
ServerName localhost
DocumentRoot "C:/wamp/www/m...
Hello,
I would like to know if anyone out there knows about any program similar to WAMP; all-in-one containing PHP, MySQL, Apach like WAMPServer?
Thanks
Edit:
I am targeting Windows OS.
...
We use Windows for our development systems. I am installing PHP, Apache, MySQL manually. All from zip packages. Now:
If I use php thread safe binaries:
pdo_mysql fails to load when executing php.exe from command line. I get the following warning:
PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module
Module compiled with mod...
I'm currently using Windows 7 with WAMP to try and work on some software, but my web browsers will not accept cookies from the "localhost" domain. I tried creating a few bogus domains in my hosts file by pointing them to 127.0.0.1 but when I type them in I am automatically redirected back to localhost. I have also configured virtualhosts...
Anybody know how to get around this with wampserver2?
I'm trying to use this thumbnail generator http://phpthumb.gxdlabs.com/
...
Hi!
I cant get a PHP file to send correct headers at my WAMP server. Wouldn't be a problem normally except that is phpMyAdmin that is freaking out and that the main css files are not working in Firefox.
Here's the row that in the file that merges the css files together, used to send the output as CSS.
header('Content-Type: text/css; c...
Hi,
We have a product which makes use of a portable WAMP server.
If we want to sell this product to a customer,
how does the licensing work in this case?
Will MySQL license need to be bought?
Regards.
-Jad
...
I done my project in WAMP. Is it possible to run in LAMP also? I used the XML DOM for data storing instead of MYSQL. If it is possible what we have to do for run in LAMP.
...
Hello,
Some times my WAMP server crashes . I get the following error.
HTTP has encountered exception and needs to close.
Unreferenced Memory.
szAppName : httpd.exe szAppVer : 2.2.11.0 szModName : php5ts.dll
szModVer : 5.3.0.0 offset : 0000c309
C:\DOCUME~1\blrcom\LOCALS~1\Temp\WERc677.dir00\httpd.exe.mdmp
C:\DOCU...
I have never developed for WAMP, the hosting guy for my new client says they are using Windows servers, they can setup PHP and MySQL for me, but they cannot switch to a *nix server.
He said there are some nuances from PHP on *nix Vs. win.
So my question is, if I have never programmed PHP on win, should I go through the hassle of switch...
This might be ridiculously easy for you but I've been struggling with this for an hour... :(
<?php
$connect = mysql_connect("localhost:8080", "root", "mypassword");
echo($connect);?>
This is the code that I'm trying to run - you can see that I'm using 8080 as my port number and, of course, I have html codes as well.
However, it gives...
Hi,
I need some advice from experts :)
I will develop a website using PHP and I will use also MySQL. I bought some server space from a Virtual private server including all the service needed.
How should I develop the site? Shall I develop it on my machine at home (using for example Wamp), and when ready transfer all the files to the ser...
I have recently changed from Windows XP to Windows 7 and have reinstalled WAMP server on my localhost testing pc. I have copied over my backup site too and this is working correctly.
I have installed tinyMCE javascript editor as well as ajaxfilemanager. Everything works except when accessing a file i get the following error:
Forbidd...
Hi,
My localhost performance with drupal six is pretty slow. I found a solution to add a # before the :: localhost line of the system32/etc/hosts file but this was something I had already done and didn't help much.
does anyone know of any other optimisations that might work?
tHanks
Andy
...
Hi everyone,
I have some issues with a PHP file that is not working properly. The Content-type does not get recieved by any browser at all. Firebug interprets the file as text/html instead of css. Here's the file :
<?php
header('Content-Type: text/css; charset=UTF-8');
error_reporting(E_ALL | E_STRICT);
ini_set('display_errors', 'On');...
Hi!
When looking at the set folder in php.ini for eAccelerator to use, nothing is there. No hidden files as well. Directory is writable as well:
eaccelerator.cache_dir = "c:/wamp/tmp/eaccelerator"'
Also got the following settings in php.ini to allow disc cache:
eaccelerator.disk_size="12"
eaccelerator.keys="disk_only"
eaccelerator.s...
Hi
Iam running WAMP server and just enabled php_memcache extension and have tried the code
<?php
$memcache = new Memcache;
$memcache->connect('localhost', 11211) or die ("Could not connect");
$version = $memcache->getVersion();
echo "Server's version: ".$version."<br/>\n";
$tmp_object = new stdClass;
$tmp_object->str_attr = 'test';
...
Hi, I was wondering if you can view my projects from a remote pc if I have wamp server running usinf ip address? http://ip.address.here
I have tried but asks for username and password.
Any help much appreciated.
...
I have two virtual hosts on windows(for example: test1.dev and test2.dev). But it always load content of test1.dev for both virtual hosts.
Following are my files:
hosts:
127.0.0.1 localhost
127.0.0.1 test1.dev
127.0.0.1 test2.dev
httpd.conf:
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
...
Hi,
I would like to know how to setup XAMPP Server with multiple PHP versions (eg PHP 5.3, 5.2, 5, and 4), I know WAMP can easily do this, But I have problem with a WP Plugin using WAMP. Now if XAMPP can support PHP version, It would make my life easy and organize; Compare to installing both WAMP and XAMPP (that I did last time, before ...