Pages: PreviousFirst...246247248249250...LastNext
Current Page: 248 of 291
Results 7411 - 7440 of 8721
11 years ago
RiggsFolly
Sorry zdy, This is for wamp problems not phpstorm issues. You would make things a lot easier for yourself if you put Apache back onto port 80, which I imaging means working out why it wont run on 80
Forum: WampServer English
11 years ago
RiggsFolly
How dod you reset TCP/IP and is the wamp icon GREEN?
Forum: WampServer English
11 years ago
RiggsFolly
So how are you importing the data?
Forum: WampServer English
11 years ago
RiggsFolly
Try checking the Windows event log in the Applicaions section for messages from APache
Forum: WampServer English
11 years ago
RiggsFolly
You are going to have to read the phpstorm documentation for that.
Forum: WampServer English
11 years ago
RiggsFolly
These files live in the c:\wamp\bin\php\phpx.y.z folder Like it says they are the PHP language interpreters that Apache links to so it can compile and run your php code. They are specific to the PHP version you want to run so look for them in the php folder. They must match the php version you want to use and the apache version you want to use it with, hence there name identifies a php ver
Forum: WampServer English
11 years ago
RiggsFolly
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 address for localhost is ::1 See However
Forum: WampServer English
11 years ago
RiggsFolly
Liz, To remove the zend framework try walking backwards through the install steps. I would guess that something you changed maybe in php.ini or a .htaccess file is forceing all requests through zend and it is zend that cannot find a file in its directory structure that is causing the error. RE: database backup If all your databases are MYISAM then you can just make a copy of the c:\wamp\bi
Forum: WampServer English
11 years ago
RiggsFolly
Ok so change apache back to port 80. Look in the 'apache error log' and 'apache access log' for some information about the problem Report back if you cannot sort it for yourself ( dont paste all message from those files just select a few )
Forum: WampServer English
11 years ago
RiggsFolly
Ignore the online bit, its irrelevant at this stage. If wampmanager icon in system tray is orange then one of the services ( wampapache or wampmysql ) has not started, probably apache in this case. Using the wampmanager menus : Check its apache like this: wampmanager -> Apache -> Service -> ( if the Start/Resume service is GREEN then apache has not started) Do wampmanager -&g
Forum: WampServer English
11 years ago
RiggsFolly
GG, As php_printer.dll is not an extension that is delivered as part of an PHP distribution by default, you should most definitely worry about the VC6 / VC9 issue You will have to download this extension from its maker or via PECL, and make sure you have the one compiled with the same compiler as was used to generate the PHP you are using.
Forum: WampServer English
11 years ago
RiggsFolly
Hi Mark, Dont worry about it, just me getting touchy aftre midnight. Looks like I spotted the muppet in the equation..... and it was me, I will correct my tutorial ! The error is because I missed a line or two of code, sorry. The vhost definition for localhost should look like this, with the missing <Directory> block included <VirtualHost *:80> DocumentRoot "C:
Forum: WampServer English
11 years ago
RiggsFolly
Show me the Apache access log please.
Forum: WampServer English
11 years ago
RiggsFolly
Any advice or clues to steer me ... oh I don't know...somewhere productive? Well if we are going to get into snyde comments.... may I suggest quill pen and paper !! Ok other have followed that tutorial and got themselves working with vhosts, but I admit it is probably not perfect. Point 1: If the wamp manager tray icon stays Orange, then there is no point going any further, apache has no
Forum: WampServer English
11 years ago
RiggsFolly
Do those errors not give you a bit of a clue?? php_imagick.dll does not come with php 5.3.x, you need to load it via PECL or PEAR or get it from their web site. If you already did that then you probably got one that was compiled with CV6 and it should be compiled with VC9. Or you got one that was not compiled for PHP 5.3 Try again
Forum: WampServer English
11 years ago
RiggsFolly
It should have some comments at the top and then this 127.0.0.1 localhost
Forum: WampServer English
11 years ago
RiggsFolly
What does the error message say in APache error log and/or php error log?
Forum: WampServer English
11 years ago
RiggsFolly
Based on the error message maybe if you move them into the ext folder they may get found. Alternatively they need copying to a folder that is on the PATH or you need to add a folder that contains then to the PATH
Forum: WampServer English
11 years ago
RiggsFolly
HowTo: Install a new version of APACHE into WAMP yourself. This is not intended to replace the wamp addons mechanism of downloading apache version. If the version you require is available as an addon, use that mechanism, its just so easy. This tutorial is not really for the absolute beginner. It would help if you had a basic knowledge of how apache/php work together and seperately and t
Forum: WampServer English
11 years ago
RiggsFolly
HowTo: Install a new version of APACHE into WAMP yourself. This is not intended to replace the wamp addons mechanism of downloading apache version. If the version you require is available as an addon, use that mechanism, its just so easy. This tutorial is not really for the absolute beginner. It would help if you had a basic knowledge of how apache/php work together and seperately and t
Forum: WampServer English
11 years ago
RiggsFolly
As it says above. If you want to use php_printer.dll you will have to install the 32 bit version of wamp. Nobody is building 64bit php_printer.dll yet. VC6 and VC9 stand for Visual Studio C++ version 6 and Visual Studio C++ version 9. 2 versions of the Microsoft C compiler. Code built with one is not compatible with code built by the other. As Apache calls PHP as a sort of subroutine bot
Forum: WampServer English
11 years ago
RiggsFolly
Then its not the same problem. Please start a new thread and describe you problem fully.
Forum: WampServer English
11 years ago
RiggsFolly
WHat colour is your wampmanager icon?
Forum: WampServer English
11 years ago
RiggsFolly
Windows does not come with a mail server so mail() does not work. You need to install a mail server or use something like phpMailer and send mail throught your standard mail account ( gmail/yahoo etc )
Forum: WampServer English
11 years ago
RiggsFolly
How to Configure SKYPE so it does not require port 80 or 443 Tools -> Options -> Advanced -> Connection Un-Check the checkbox next to 'Use port 80 and 443 as alternatives for incomming connections'
Forum: WampServer English
11 years ago
RiggsFolly
Use the MySQL console. wampmanager -> mysql -> MySQL Console enter blank as the password unless you have added a password to the 'root' userid once you see the ' mysql> ' prompt enter source c:\folder\your\backup\is\in.sql This will run a restore of any size
Forum: WampServer English
11 years ago
RiggsFolly
It means that the script is badly written and there is a fatal error in the PHP script. The error should also give a line number and a file name. Check the code in filename at line xx If you are not sure post a few lines of the code ( +- 5 lines around the reported line )
Forum: WampServer English
11 years ago
RiggsFolly
Have you checked the php error log and Apache error log?? What are they telling you
Forum: WampServer English
11 years ago
RiggsFolly
Try the Drupal help forums
Forum: WampServer English
Pages: PreviousFirst...246247248249250...LastNext
Current Page: 248 of 291