Pages: PreviousFirst...249250251252253...LastNext
Current Page: 251 of 291
Results 7501 - 7530 of 8721
11 years ago
RiggsFolly
RE: php --ini PHP has a default search path when looking for its ini file C:\WINDOWS is one of the places it looks If you notice the next line say 'I found one in C:\wamp\bin\php\php5.3.1\php.ini ' it does not say it found one in C:\WINDOWS So dont worry about that. RE:Fatal error finding system.php You missed or your tutorial missed a step. You need to edit your php.ini in C:\wamp
Forum: WampServer English
11 years ago
RiggsFolly
Stevens was a better idea
Forum: WampServer English
11 years ago
RiggsFolly
system() is a PHP command. PHP runs on the server ( NOT THE BROWSER ) If that were to work it, which I doubt, all it would do is print the file on the server. Are you prepared to post peoples prints all over the world?? Or do you want to send a pdf file to the browser for the site user to print on their own printer.
Forum: WampServer English
11 years ago
RiggsFolly
Locate 'windows command processor' normally in the 'Accessories' group when you start from 'Start -> All Programs -> Accessories -> Windows Command Processor' left click + shift over the 'Windows Command Processor' icon - will show a menu. select "Run As Administrator" from the menu. When in the command window keyin >mysql-upgrade -uroot -p > upgrade_results
Forum: WampServer English
11 years ago
RiggsFolly
HowTo: Install a new version of MySQL into wamp and migrate your data properly. Please read the whole post before starting this process. Mistakes can cause untold hassle. Also take a copy of your WHOLE C:\WAMP folder so you can replace it if necessary if something goes wrong. A backup of your databases is also a good idea. Assumption: That you are using the default wamp config whe
Forum: WampServer English
11 years ago
RiggsFolly
No out of ideas. If you install TeamViewer I can have a look at what is actually going on that would help. TV is free for casual use. If you would like to try this then install it and then send me a Private Message with the ID and Password. Either myself or Steve will pick it up
Forum: WampServer English
11 years ago
RiggsFolly
Are you trying to do this from the browser or a CLI script. None of the options you have looked like are runable from the browser and at best would cause the print to happen on the server and not the users browser and therefore the users system. If you provide a link to a .pdf when the uer clicks it and shows the pdf in the browser there should be a print option on the pdf menu bar.
Forum: WampServer English
11 years ago
RiggsFolly
Depending on which version of PHP you are using you may find that PEAR or rather go-pear.bat or go-pear.phar is not where it is suggested it should be or in fact nowhere to be found. If this happens to you, you can download the go-pear.phar ( modern replacement for go-pear.bat ) from here http://pear.php.net/go-pear.phar Just enter that address in the browser of your choice and it should
Forum: WampServer English
11 years ago
RiggsFolly
Well basically where they talk about C:\php you should use c:\wamp\bin\php\phpx.y.z where x.y.z is the php version you are using.
Forum: WampServer English
11 years ago
RiggsFolly
Ok, just that your rewrite rule does not look like his
Forum: WampServer English
11 years ago
RiggsFolly
I put a link in the previous post to the Sticky. Visual C++ is C, plus a bit. Excuse me! WampServer menu uses libraries from ( VC++ 2008 x86 ) so it also must be installed. It should be installed by default in most versions of Windows , just check Add/Remove programs to see if its listed) It can be downloaded from here
Forum: WampServer English
11 years ago
RiggsFolly
Actually now I see the error message it looks like wampmanager is giving that error and not apache. Have you read the STICKY about which C runtimes are required for wamp amd apache to run
Forum: WampServer English
11 years ago
RiggsFolly
Actual error messages would be more useful and a bit of information about which windows you are using, but it sounds like this may help you. Right, Windows as of Windows7 comes with the ability to use the IPV4 network address range and the IPV6 network address range and by default they are both turned on. IPV4 addresses look like this: 123.321.10.234 IPV6 addresses look like this
Forum: WampServer English
11 years ago
RiggsFolly
Dont know anything about the domino server but it only took 5 mins to find this info from google and it seems quite similiar to what you are trying, logical and easy to setup. Is it any help
Forum: WampServer English
11 years ago
RiggsFolly
You are welcome.
Forum: WampServer English
11 years ago
RiggsFolly
This is all in httpd.conf This section should stay as Deny from all as this protects the drive you installed Apache on from being accessed by any rouge access attempts. <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory> This section should stay as this is coded to make the Put Online/Put Offline work pr
Forum: WampServer English
11 years ago
RiggsFolly
It does depend on where you put the Allow But as long as you dont port forward port 80 on your router it should not really matter
Forum: WampServer English
11 years ago
RiggsFolly
Vanda, All looks good apart from manually changing Deny from all to Allow from all It is best not to change this, if you want to allow the whole universe to see your site use the 'Put Online' menu item. If you make manual changes its most likely that the 'Put Online' and 'Put Offline' wont work anymore. PS. Its not necessary to 'Put Online' if you are just developing, its only needed if
Forum: WampServer English
11 years ago
RiggsFolly
Regarding uninstalling IIS, you need to ensure you also uninstall these 1. IIS itself 2. Web Deploy 2.0 3. MS Sql Server Reporting service. They may not all be present but if any are they need to go as well as IIS
Forum: WampServer English
11 years ago
RiggsFolly
Hi, Try doing a search for a file called my.ini and/or my.cnf If you find any that are not in the c:\wamp folder structure then delete them. Its usually in the c:\windows folder tree somewhere but dont limit your searching to just that folder.
Forum: WampServer English
11 years ago
RiggsFolly
7521. Re: HELP
Ok, if the icon is Orange then probably Apache has not actually started. Ok so that means your system has Microsoft IIS installed, they are doing that on later versions of Windows for some reason. If you are not using it you can uninstall it, and if you need to install it again later, it comes as part of the standard OS so you wont need to do anything perticularly clever. So go to Start -
Forum: WampServer English
11 years ago
RiggsFolly
7522. Re: HELP
What colour is your wamp manager icon in the system tray
Forum: WampServer English
11 years ago
RiggsFolly
Before we start can I ask have you got a working WAMPServer now ( ONLY ONE ) Have you removed all the 3 installed WAMPServers and re-installed only one?? Can you successfully run to localhost using the wamp manager menu item ??? Can run phpMyAdmin using the wamp manager menu item ???? Are you just having problems writing a PHP script that connects to a MySQL database? Please
Forum: WampServer English
11 years ago
RiggsFolly
Actually if you search your httpd.conf for .shtml all that is required is already in the file but commented out. uncomment #AddType text/html .shtml #AddOutputFilter INCLUDES .shtml and in this section <Directory "d:/wamp/www/"> ... ... Options Indexes FollowSymLinks change to Options Indexes FollowSymLinks Includes Of course make s
Forum: WampServer English
11 years ago
RiggsFolly
This is probably your problem! Read it carefully Right, Windows as of Windows7 comes with the ability to use the IPV4 network address range and the IPV6 network address range and by default they are both turned on. IPV4 addresses look like this: 123.321.10.234 IPV6 addresses look like this: 2001:0db8:85a3:0042:1000:8a2e:0370:7334 The IPV4 address for localhost is 127.0.0.1 The IPV6 a
Forum: WampServer English
11 years ago
RiggsFolly
I have no idea what you have done here. If you would like some help, please install Team Viewer ( its free ) so I can connect and see exactly what you have done. If you want to take this option send me a Private Message with the ID and Password that teamviewer gives you. Make it a private message so you dont broadcast the password to everyone.
Forum: WampServer English
11 years ago
RiggsFolly
Easy, just follow the documentation. Make a copy of the httpd.conf file before you start just in case you mess up, then you can restore it and start again
Forum: WampServer English
11 years ago
RiggsFolly
Wamp is just an installer for Apache/MySQL/PHP and a system tray menu tool. Apache is the web server and MySQL is the database. Wordpress is an application that runs on Apache and MySQl with PHP. If wordpress is doing something odd concentrate on Wordpress help.
Forum: WampServer English
11 years ago
RiggsFolly
No I mean you need to ask for help from people who are Wordpress experts and not here where assistance is purely for wamp setup type issues. It sounds like a wordpress issue and not anything to do with wamp.
Forum: WampServer English
11 years ago
RiggsFolly
Server Side Includes or SSI is controlled by Apache Read this to tell you what needs to be changed in your httpd.conf
Forum: WampServer English
Pages: PreviousFirst...249250251252253...LastNext
Current Page: 251 of 291