Pages: PreviousFirst...250251252253254...LastNext
Current Page: 252 of 291
Results 7531 - 7560 of 8721
11 years ago
RiggsFolly
I think you need to checkout a Wordpress site.
Forum: WampServer English
11 years ago
RiggsFolly
Make sure you have the latest SP1 ( I think version of VC2008 )
Forum: WampServer English
11 years ago
RiggsFolly
I have just done a few local tests and while its easy to cause a large array to crash a script it never actually brings Apache down with it. Can you post what you have in your php.ini file for this parameter please memory_limit = ??? What does yours say?
Forum: WampServer English
11 years ago
RiggsFolly
Can you get to localhost using this address http://127.0.0.1 Also what OS are you running
Forum: WampServer English
11 years ago
RiggsFolly
What colour is your wamp manager icon in the system tray?
Forum: WampServer English
11 years ago
RiggsFolly
Your hosting company should have provided you details of how to upload files to your server. Look on the control panel for help. Check on your initial communications with them for a FTP address, Userid and Password, then use, for example FileZilla Client to upload you app to the server. They prpbably also have a phpMyAdmin or equivalent for you to upload a backup of the database if you have on
Forum: WampServer English
11 years ago
RiggsFolly
If you disabled IIS properly then you dont need to use any other port than 80, change it back if you can. I think you all are missing the basic point here, browsers are setup to expect a webserver to be listening on port 80, its a universal standard. If you change the port number that Apache is listening on, then each time you attempt to access a page on that server you have to tell the
Forum: WampServer English
11 years ago
RiggsFolly
Yes. Use the standard windows services mechamism. control panel -> Administrative Tools -> Services Find the service called 'wampapache', right click -> Properties Select the Recovery Tab and set 'First Failure', 'Second Failure' and 'Subsequent Failures' dropdowns to 'Restart the Service' You could also, if you have not already, set the 'Startup type' on the General Tab t
Forum: WampServer English
11 years ago
RiggsFolly
What happens if you put this into the browser? http://127.0.0.1
Forum: WampServer English
11 years ago
RiggsFolly
if wamp manager is Orange then probably the Apache service has not started. Do this and post the results left click wampmanager icon -> Apache -> Service -> Test port 80
Forum: WampServer English
11 years ago
RiggsFolly
You need to look up how the install is supposed to work for that package on that site I left on your browser. Connection keeps dropping out and I am no Joomla expert so I think you need to look around on joomla site for some more help
Forum: WampServer English
11 years ago
RiggsFolly
Try asking on a Joomla forum, you may get more luck
Forum: WampServer English
11 years ago
RiggsFolly
I have just done it Steve.
Forum: WampServer English
11 years ago
RiggsFolly
By on the desktop do you mean you put a folder on the desktop and run the html files by doulble clicking on xyz.html using explorer?? If that the case it works because you are not actually going through a web server soing it that way.
Forum: WampServer English
11 years ago
RiggsFolly
Try a reboot
Forum: WampServer English
11 years ago
RiggsFolly
Are you sure this is not just your cross site scripting filter denying the load of a script from another site. That is basically what you are doing, loading a script from another site. Try placing the script in the bravo folder and loading it from there, see if it runs then.
Forum: WampServer English
11 years ago
RiggsFolly
Do you have this runtime library installed as well as the 2010 one? ( VC++ 2008 x86 must also be installed as the WampServer menu uses libraries from it - it should be installed by default in most versions of Windows , just check Add/Remove programs to see if its listed)
Forum: WampServer English
11 years ago
RiggsFolly
Hi, I think if you make sure all these 3 extensions are enabled you should be ok. extensions: php_gd2 php_exif -> if you are trying to access the photo exif data. php_mbstring
Forum: WampServer English
11 years ago
RiggsFolly
Ok if your wamp manager is RED doing a Put Online will always fail with an error so this is not a helpful symptom. If the wamp manager is red then both MySQL and Apache has failed to start. Please have a look at Windows 'Event Viewer'. Control panel -> Administrative Tools -> Event Viewer Look in the Windows Logs -> Applications for error messages from Apache and/or MySQL If y
Forum: WampServer English
11 years ago
RiggsFolly
Please start a new thread, this one is too complex now to just jump on the end of.
Forum: WampServer English
11 years ago
RiggsFolly
kv, That was not a solution, just a way of prooving what the problem was. Did you see a WAMP Homepage when you did it?
Forum: WampServer English
11 years ago
RiggsFolly
Just as a test to prove I think I know the solution can you do the following:- 1. Put port number back to 80 2. Use this address in your browser http://127.0.0.1 Does that show the WAMP home page?
Forum: WampServer English
11 years ago
RiggsFolly
OK, I will keep an eye out for your Private Message
Forum: WampServer English
11 years ago
RiggsFolly
OK, I get your frustration. So would you download and install TeamViewer (its free) so I can see whats going on on your system. When thats done, run it and it will give you an ID and Password. Send me a Private Message with that ID and Password and I will connect up with you and see if we can get to the bottom of this problem.
Forum: WampServer English
11 years ago
RiggsFolly
You need to activate at least one PHP extension:- php_soap and if you are using https also php_curl and php_openssl left click the wamp manager icon in the system tray -> PHP -> Extensions Make sure above are checked ( ticked ) Each one you tick will cause Apache to be restarted to activate that module, so do one at a time and after each let the wamp manager icon go Orange and the
Forum: WampServer English
11 years ago
RiggsFolly
Well I did look quite closely, and that error code seems to be most popular when cross calling between 32bit and 64 bit code. Did you look close enought to work that out? This is so unlikely to be a WAMP issue and so likely to be a condition of the environment you are putting WAMP onto i.e. the PC. Can we go back to first principles here: What OS are you running + is it 32 or 64 bit? Wh
Forum: WampServer English
11 years ago
RiggsFolly
OK install TeamViewer so either I or Steve can connect to your PC and see what is actually going on. Its free. Once its runnning send me a Private Message with the IS and Password so I can connect. I am on GMT so I will be available tomorrow as of 09:00 GMT till 16:30 GMT and possibly during the evening as well.
Forum: WampServer English
11 years ago
RiggsFolly
This is starting to sound like you ignored the information about installing the correct C Runtimes before installing WAMP. You need both of these C runtimes:- READ IT. And install what is missing on your system
Forum: WampServer English
11 years ago
RiggsFolly
Open FF, go to localhost, Press Ctrl + F5 to refresh from disk rather than the cache.
Forum: WampServer English
11 years ago
RiggsFolly
Ok if you are already using phpMyAdmin then I assume you are using the default 'root' mysql userid. If you did not need to enter a password then 'root' may wall be in its default configuration which that it has NO password. Alternatively, if you think you did add a password to the root userid, try looking in this file for your password. C:\wamp\apps\phpmyadmin3.x.y\config.inc.php You sh
Forum: WampServer English
Pages: PreviousFirst...250251252253254...LastNext
Current Page: 252 of 291