Pages: PreviousFirst...34567...LastNext
Current Page: 5 of 13
Results 121 - 150 of 388
15 years ago
c2dan
Make sure you restarting the Apache service after making any changes to the php.ini
Forum: WampServer English
15 years ago
c2dan
Left click WAMP tray icon and go to PHP > php.ini Scroll down and find this line upload_max_filesize = 2M Change 2M to 20M Save the php.ini and restart the Apache service.
Forum: WampServer English
15 years ago
c2dan
Make sure wamp task bar icon is white. if its not then there is a problem. The most likely cause is you have IIS installed. You should uninstall/disable IIS.
Forum: WampServer English
15 years ago
c2dan
If I'm not mistaken you can simulate this behaviou in the Flash IDE. I think you go to View > Download Settings and choose your connection speed you want to simulate. Now go to View > Simulate Download
Forum: WampServer English
15 years ago
c2dan
By default there is no password to mysql root account. You can setup a password if you so wish
Forum: WampServer English
15 years ago
c2dan
Switching PHP versions will not have any affect on your databases.
Forum: WampServer English
15 years ago
c2dan
Wamp 2.0i comes with PHP5.3. PHP5.3 may not be supported by the PHP scripts you're trying to install. Download and install the PHP5.2.11 addon. WAMP addons page
Forum: WampServer English
15 years ago
c2dan
You will want to uncomment these lines in the httpd.conf #Include conf/extra/httpd-mpm.conf #Include conf/extra/httpd-default.conf (To uncomment lines remove the # at the start of the line) Now you will want to go to C:\wamp\bin\apache\apache(VERSION_NUMBER)\extra and open httpd-default.conf or httpd-mpm.conf Modify the files to your needs. When you're finishes make sure you save all c
Forum: WampServer English
15 years ago
c2dan
You'll have to install WAMP on both XP and Vista. I dont think you can run WAMP in Vista if its installed on XP (or vise versa). When installing or running WAMP make sure you're logged in as an Administrator.
Forum: WampServer English
15 years ago
c2dan
Is the following the exact error message you're getting Forbidden You don't have permission to access //< on this server. It may be the script causing the error. What script are you trying to install?
Forum: WampServer English
15 years ago
c2dan
To enable GD on wamp2 left click wamp tray icon and choose PHP > PHP extension > click php_gd2 Wait for the wamp tray icon to turn white again. If its not working then there is a problem with your code.
Forum: WampServer English
15 years ago
c2dan
How are you setting up vhosts. Post full code
Forum: WampServer English
15 years ago
c2dan
The SQLiteDatabase class is only available to the standard sqlite extension (php_sqlite.dll). Not pdo_sqlite
Forum: WampServer English
15 years ago
c2dan
Left click WAMP tray icon and choose Apache > httpd.conf Find these lines DocumentRoot "c:/wamp/www/" <Directory "c:/wamp/www/"> Change C:/wamp/www/ to your new destination. Save httpd.conf and restart Apache.
Forum: WampServer English
15 years ago
c2dan
By run line do you Start > Run > then you type mysql.exe and clicking Go? You may need to add c:\wamp\bin\mysql\mysql5.1.36\bin\ To your PATH Environment Variable. The Alternative way for getting to the MySQL Console is to left click the wamp tray icon and choosing MySQL > MySQL Console Or just create a shortcut on your desktop.
Forum: WampServer English
15 years ago
c2dan
Add this line $cfg['Servers'][$i]['AllowNoPassword'] = true; After $cfg['Servers'][$i]['password'] = ''; // use here your password Save and try again. phpMyadmin will no allow you to enter without a password.
Forum: WampServer English
15 years ago
c2dan
The problem is to do with your code. WAMP is running fine.
Forum: WampServer English
15 years ago
c2dan
Try right clicking the wamp tray icon and click Refresh. Now left click the wamp tray icon and choose PHP > PHP Version > PHP 5.3.1
Forum: WampServer English
15 years ago
c2dan
When you right click the wamp task bar icon and choose the Help option it directs you to the wampserver.com. To convert the text click the english flag icon in the top right hand side of the page under the menu.
Forum: WampServer English
15 years ago
c2dan
Make sure you are saving all your files related to your site in C:\wamp\www You need to be going to to run your php files.
Forum: WampServer English
15 years ago
c2dan
On Windows you need to separate your file paths with a semi-colon instead set_include_path('../include/;../../;../'); You will be better of setting absolute file paths within set_include_path().
Forum: WampServer English
15 years ago
c2dan
phpMyAdmin is stored in C:\wamp\apps Download the latest version of phpMyAdmin from and extract contents of the archive to C:\wamp\apps Now go to C:\wamp\alias. Open phpmyadmin.conf and find the following lines that look like this Alias /phpmyadmin "c:/wamp/apps/phpMyAdmin-3.2.0.1/" <Directory "c:/wamp/apps/phpMyAdmin-3.2.0.1/"> Change where it says phpMyAdm
Forum: WampServer English
15 years ago
c2dan
Left click wamp task bar icon and choose Apache > Apache Modules > rewrite module
Forum: WampServer English
15 years ago
c2dan
sugarCrm may not be compatible with PHP5.3. You may want to Install the php5.2.x addon instead. Download php5.2.11 here -> Run the exe to install. Once installed left click wamp tray icon and choose PHP -> PHP Version -> PHP5.2.11
Forum: WampServer English
15 years ago
c2dan
You should be able to stop/start Apache from the wamptray icon. What color is the wamp tray icon? If its red/yellow then it indicates there is an error, most probably due to inference from some other application, such as Skype or IIS etc.
Forum: WampServer English
15 years ago
c2dan
You'll need to configure your router so it forwards port 80 to your PC that has WAMP Server installed. You can go to and find instructions for your make/model of router you're using. You may also need to configure your firewall so it allows external requests on port 80
Forum: WampServer English
15 years ago
c2dan
You will be better of creating a vhost for each site.
Forum: WampServer English
15 years ago
c2dan
What color is the wamp tray icon? If its red or yellow then wamp is not running due to an error. There are known applications which interfere with WAMP, such as Skype, IIS etc.
Forum: WampServer English
15 years ago
c2dan
Do you mean your mysql password? The mysql password can be reset. Download the following However to completely uninstall WAMP just uninstall WAMP from the Add/Remove Programs in WIndows Control Panel. If the wamp folder still exists, delete it. Reinstall wamp
Forum: WampServer English
15 years ago
c2dan
You've removed the index.php file from wamp's www folder. The file will not prevent wamp from running if you delete it. When the file is deleted a directory listing will be shown. Have you made any changes to wamp recently? Also is wamps tray icon white? If its not then there is a problem and wamp is not running.
Forum: WampServer English
Pages: PreviousFirst...34567...LastNext
Current Page: 5 of 13