Pages: PreviousFirst...256257258259260...LastNext
Current Page: 258 of 291
Results 7711 - 7740 of 8721
11 years ago
RiggsFolly
Does the Apache error log or the php error log throw any light on the subject?
Forum: WampServer English
11 years ago
RiggsFolly
Wamp installs the Apache service as 'wampapache' and no 'Apache' Are you sure you are not getting confused. Also there is a menu item off the wampmanager icon in the system tray that will reinstall either mysql or apache service if you get a problem. left click wampmanager -> Apache -> Services -> Install Service
Forum: WampServer English
11 years ago
RiggsFolly
Are you running the WampServer by double clicking the icon on your desktop or th eone in your Start List if you elected not to add an icon to the desktop????
Forum: WampServer English
11 years ago
RiggsFolly
Check your httpd.conf file Look for the keyword AddType You need one of these for each MIME type your server will be sending to the browser, or your code needs to send specific headers. For example I had to add these so I could send video files to a browser so that the browser knew what to do with them. These are examples only, please look up the correct mime types for the types of ima
Forum: WampServer English
11 years ago
RiggsFolly
Why must you use port 8080??
Forum: WampServer English
11 years ago
RiggsFolly
Have you also checked your php error log. Division by Zero is normally a fairly serious error
Forum: WampServer English
11 years ago
RiggsFolly
None of your problems are related to wamp ( Apache ) There are to many variables to explain in a post, install Team Viewer, then send me a Private Message with the ID and Password that Team Viewer gives you. Leave TV running or the password will change ( changes every time you restart it. That will allow me to connect to your PC and help you fix these problems. I am on Universal Time ( Z
Forum: WampServer English
11 years ago
RiggsFolly
mysqlbinlog is an executable ( .exe ). It lives in c:\wamp\bin\mysql\mysql5.x.y\bin You run it from a command line and not from within the mysql console. seehttp://dev.mysql.com/doc/refman/5.5/en/mysqlbinlog.html
Forum: WampServer English
11 years ago
RiggsFolly
hey Frank, you have to read the stuff people say, it really helps you help them. He/she said the database server was on a seperate PC!!! Leo, Where you would use localhost or 127.0.0.1 try using the IP Address of your laptop instead.
Forum: WampServer English
11 years ago
RiggsFolly
Hey Frank, Is plagiarism still the highest form of philately ??
Forum: WampServer English
11 years ago
RiggsFolly
Wamp installs the Apache service with the name wampapache. You cannot run 2 Apache's as they both want to use port 80. I have to say if you installed Apache independantly of wamp WHY DO YOU WANT WAMP. Wamp is just a cool tool that installs Apache/MySQL and PHP. If you have apache already why use wamp. If you want to use wamp get rid of the other Apache installation and MySQL and PHP that
Forum: WampServer English
11 years ago
RiggsFolly
This is your problem client denied by server configuration: The ::1 address indicates that you are connecting to apache on the IPV6 network. W7 & W8 come with IPV6 configured but wamp I am afraid has not caught up yet. All the wamp security is based on IPV4 address's like 127.0.0.1 and not ::1 Solution is: edit c:\windows\system32\drivers\etc\hosts ( no extension ) usin
Forum: WampServer English
11 years ago
RiggsFolly
1. Put Wamp Online. 2. Then lookup how to Port Forward your router. Then tell your friends the WAN IP Address that your ISP gives your when you connect your router Make sure your PC has a fixed IP address ( i.e. not dynamiclly assigned by the DHCP server in your router ) If your ISP dynamically assigns different IP address's to your router you may also want to look at getting a DYNDNS a
Forum: WampServer English
11 years ago
RiggsFolly
No the other way round. Configure Skype to not use port 80 like so:- Tools -> Option -> Advanced -> Connection Uncheck the checkbox that say ' Use port 80 & 443 as alternatives .....' Skype will run just fine and so will APache
Forum: WampServer English
11 years ago
RiggsFolly
Sorry I assumed you had 5.4, go back to 5.3 and turn on the extension php_sqllite or php_sqllite3
Forum: WampServer English
11 years ago
RiggsFolly
Just for interests sake: Excerpt from the PHP manual: The SQLite extension is enabled by default as of PHP 5.0. Beginning with PHP 5.4, the SQLite extension is available only via PECL. It's no longer a key database for PHP so its been deprecated and removed from the normal delivery for PHP 5.4 On the Manual front, yes it would be nice but if you think about it what is wamp??? Its
Forum: WampServer English
11 years ago
RiggsFolly
When you installed WAMP it should have installed the service 'wampapache' you dont need to install it again. Just restart the Apache service and it should pick up the new port number. If it does not and still complains about port 80 then you changed the wrong file. Please use the wampmanager menus to open httpd.conf so you edit the correct file. left click the wampmanager icon -> Apache
Forum: WampServer English
11 years ago
RiggsFolly
The reason is that your HOSTS file probably has 2 entries for the localhost domain name or maybe no entries for localhost. Localhost is just an arbitrary domain name its not hard coded into the OS. There is a file called HOSTS - c:\windows\stsrem32\drivers\etc\hosts When windows starts up the network subsystem read this file ( it works like a local DNS ) and makes associations between dom
Forum: WampServer English
11 years ago
RiggsFolly
Federated is not your problem. Thats an extension that alows you to access external databases via MySQL. Look somewhere else. Post the code you used to do the mysql_connect
Forum: WampServer English
11 years ago
RiggsFolly
The SQLite extension is enabled by default as of PHP 5.0. Beginning with PHP 5.4, the SQLite extension is available only via PECL. So if you downloaded a WAMP with PHP 5.4 you will have to download a driver via the PECL functionality
Forum: WampServer English
11 years ago
RiggsFolly
You can configure SKYPE so it will not use port 80 but still work. Skype -> Tools -> Options -> Advanced -> Connection Then uncheck the checkbox that says 'Use port 80 and 443 as alternates for incomming connections' That way you can have both apache and skype running together
Forum: WampServer English
11 years ago
RiggsFolly
If wamp icon is green then Apache and MySQL have been started properly, tahts all the colour means. WAMP 'Online' and 'Offline' Wamp does not need to be online to work. Offline means it will only respond to requests from IP Address 127.0.0.1 thats localhost ( and a security measure ) Online means anybody in the world can get to your web server .... ( if you have port forwarded your router )
Forum: WampServer English
11 years ago
RiggsFolly
Use phpMyAdmin ( left click wampmanager icon -> phpmyadmin ) Select your database Select the table you are loading Find the field that is too short Increase its size as above
Forum: WampServer English
11 years ago
RiggsFolly
How dod you fix it? there are good ways and very insecure ways??!!
Forum: WampServer English
11 years ago
RiggsFolly
Did you do as instructed Left click wamp> put online Thats left click on the wampmanager icon in the system tray and click the 'Put Online' menu option
Forum: WampServer English
11 years ago
RiggsFolly
Its not a case of installing the service on a port, all you need to do is tell Apache to Listen to a specific port other than 80. using the wampmanager icon and its menus in your system tray do the following:- left click the wampmanager icon -> Apache -> httpd.conf This will open the correct config file for you in notepad Search for 'Listen' Change the port number, which is c
Forum: WampServer English
11 years ago
RiggsFolly
Regin, Services: Control Panel -> Administrative Services -> Services Look for Apache and MySQL.... wamp installs 2 services called wampapache and wampmysql so leave those. If you find another APache or MySQL it can be removed using SC from a command line. Start a command windows using "Run as Administrator" type > SC remove Apache > SC remove MySQL
Forum: WampServer English
11 years ago
RiggsFolly
Remove all your changes. Add them back in one by one so yo know which one causes the problem
Forum: WampServer English
11 years ago
RiggsFolly
If you are using the 64 bit WAMP i think one version got built with a VC6 curl dll instead of a VC9 dll. Download this and replace the php_curl.dll in the ext folder with it. As to problem 2 are you sure that your CMS is not checking in with the mothership!
Forum: WampServer English
11 years ago
RiggsFolly
For importing large databases its better to use the mysql.exe program left click wampmanager -> MySQL -> MySQL Console unless you have changed the root userid's password just hit enter when you get the password challenge. at the mysql> prompt keying the following mysql>use your_database_name; mysql> source c:\My\Folder\containing\the\database\backup\file.sql and
Forum: WampServer English
Pages: PreviousFirst...256257258259260...LastNext
Current Page: 258 of 291