Pages: PreviousFirst...89101112...LastNext
Current Page: 10 of 13
Results 271 - 300 of 388
14 years ago
c2dan
This is a Joomla issue. Nothing to do with WAMP. You'll have to get support from the joomla developers
Forum: WampServer English
14 years ago
c2dan
These are for advanced features of phpmyadmin. You do not need to worry about this. It will not affect your databases.
Forum: WampServer English
14 years ago
c2dan
There is no need to upgrade. If you want PHP5.3.0 just download the Addon.
Forum: WampServer English
14 years ago
c2dan
Ignore it. Nothing you can do to fix it.
Forum: WampServer English
14 years ago
c2dan
You need to setup a new Site Definition (new project). Read up on Dreamweavers documentation for setting up Site Definitions.
Forum: WampServer English
14 years ago
c2dan
PECL is the repository for PHP extensions. Go to pecl.php.net to get extra extensions for PHP. NOTE: The make sure you download the extensions that is compatible with the version of PHP you're using.
Forum: WampServer English
14 years ago
c2dan
Sounds like the user you're using to login to phpmyadmin doesnt have sufficient privileges to be able to do the action you're tying to do. You should login to phpmyadmin using the root user. You then need to click the privileges tab find the user you're having problems with and click the Edit Privileges icon to the right of the user. You should make sure all checkboxes are checked in the Da
Forum: WampServer English
14 years ago
c2dan
You need to open port 80 in your firewall. You may also need to open port 3306 for mysql.
Forum: WampServer English
14 years ago
c2dan
Because you are using improper syntax. You dont see these errors on your website because your host disables errors. However if you turned errors on it will display the exact same errors as wamp. You should always wrap array keys within quotes. Otherwise PHP will think you're using a constant. It will throw a notice error because it cannot find the constant. However PHP is smart enough to c
Forum: WampServer English
14 years ago
c2dan
In order to use those functions you need to enable their respective extension. So for the mine_content_type() function to work you need to configure PHP as per the instructions here: -> For finfo_* functions to work you need to enable the extension called php_fileinfo. Left click wamp tray icon and select PHP > PHP Extensions > php_fileinfo
Forum: WampServer English
14 years ago
c2dan
Place a hash infront of the line that starts with ::1 NOTE: In order to edit the hosts file you need to be running an editor as administrator privileges. To do so go to Start. And type in Notepad. Now right click Notepad from the list and select Run as Administrator. Go to File > Open and type the following in to the filename box: C:\Windows\System32\drivers\etc\hosts Apply the chang
Forum: WampServer English
14 years ago
c2dan
What happens if you go to [127.0.0.1] instead
Forum: WampServer English
14 years ago
c2dan
What color is the tray icon (look for white half circle). If its fully white then everything is working fine. If its yellow it means their is a problem. Red means WAMP is not running. Note if you have services such as Skype and/or IIS it will interfere with WAMP. This because they use port 80 which is required for WAMP to run. Skype can be configured to use an alternative port from Tools--
Forum: WampServer English
14 years ago
c2dan
There will be no secretary vulnerabilities using WAMP. Only run WAMP when you need to run it. Dont leave it running 24/7. If WAMP is running in offline mode it will only accept connections from your computer. It will refuse comnections from anyone else
Forum: WampServer English
14 years ago
c2dan
You need scroll the list. There is a small arrow pointing down at the bottom of the list. However if its listed in the Loaded Extensions list when you go to localhost you do not need to enable mcrypt.
Forum: WampServer English
14 years ago
c2dan
You just need to enable this extensions. It does come with wamp but is not enabled. To enable this extension, left click wamp tray icon and select PHP > PHP Extensions > php_mcrypt
Forum: WampServer English
14 years ago
c2dan
You should be able to access localhost regardless of the browser you're using. Just open any browser and go to . You will need to reconfigure WAMP tray menu to use a different browser. Go to C:\wamp. Open file the name wampmanager.conf into notepad. FInd this line navigator = "C:/Program Files/Google/Chrome/Application/chrome.exe" Change C:/Program Files/Google/Chrome/Applica
Forum: WampServer English
14 years ago
c2dan
You will need to add a new mysql user for your lan IP address. To do so open phpMyAdmin click privileges tab. Click the Add User link. Fill in the Login Information field. For the Host. Select the option labelled as Use Text field. Now type in your computers lan address in the text box. Scroll down to the Global privileges form. Click the choose all link (or select the ones you want to a
Forum: WampServer English
14 years ago
c2dan
To connect to mysql from your LAN you use the LAN IP address for the computer that has WAMP installed. You use this IP Address as the hostname for MySQL.
Forum: WampServer English
14 years ago
c2dan
PHP5.3 has removed old functions/settings. As your script uses these you will receive the warnings displayed. I recommend you to drop back to PHP5.2.9
Forum: WampServer English
14 years ago
c2dan
You need to modify WAMP's configuration too when you change the Apache port. Open up wampmanager.tpl Find line 120 to 122 which should be Type: item; Caption: "${w_localhost}"; Action: run; FileName: "${c_navigator}"; Parameters: "http:// localhost/"; Glyph: 5 Type: item; Caption: "${w_phpmyadmin}"; Action: run; FileName: "${c_navigator}"; Pa
Forum: WampServer English
14 years ago
c2dan
Make sure your'e going to to run your .php files
Forum: WampServer English
14 years ago
c2dan
This sounds like you're using these in PHP code and not your SQL queries. You need to define your SQL queries in strings. Like so $sql = "YOUR SQL CODE HERE"; To run your query you use $result = mysql_query($sql);
Forum: WampServer English
14 years ago
c2dan
You cannot expect your code to work by simply updating the files to jpgraph. You may need to update the code in your files that interact with jpgraph. It is not possible to run multiple versions of WAMP.
Forum: WampServer English
14 years ago
c2dan
You will need to downgrade PHP to to php5.2.x or update your code to not use ereg functions. You should have a read of the migration guide in the php manual -> WAMP cannot sort this issue.
Forum: WampServer English
14 years ago
c2dan
You maybe better of using fileZilla which is free. However why do you need install setup FTP?
Forum: WampServer English
14 years ago
c2dan
Somethings not right there. Uninstall WAMP delete all files left over in C:/wamp. Reinstall wamp again.
Forum: WampServer English
14 years ago
c2dan
If you have WAMP installed on the same computer you are using. You do not need to use FTP to add files to WAMP. Just place your files in C:/wamp/www
Forum: WampServer English
14 years ago
c2dan
Kotorblade1 Wrote: ------------------------------------------------------- > .... but the Apache log is 311,303KB (This is > after the fresh install, the old log was deleted) > Thats 311MB! thats not good. What is in the error log?
Forum: WampServer English
14 years ago
c2dan
When using php_pdo_mysql.dll you also need to enable the php_pdo.dll extension too. However the correct MySQL extension(s) to be enabled are called php_mysql.dll and php_mysqli.dll. PDO extension are not required if your scripts do not use it.
Forum: WampServer English
Pages: PreviousFirst...89101112...LastNext
Current Page: 10 of 13