i am installing joomla 2.5 in my computer in 4th step after filling all the information like username, password and database name when i click on next button the process is going continue its not going 5th step.i am using wamp server
Please help me.
I hope the database that you entered does not exist. So Joomla may be taking to time to create the database and associated tables. Create a database for joomla and try again.
Hope my suggestion help. Thank you :-)
Please make sure that all the services of wamp has been started.
I too had the same problem while installing Joomla over WAMP on windows 7. I tried many ways, but didn't find a way out. So what I essentially did was took off WAMP and installed AppServ. But then also I had a small hickup, as the latest version of AppServ comes with PHP 6.x and had the same problem... So I installed AppServ 2.5.10 (REF: http://www.appservnetwork.com/modules.php?name=News&file=article&sid=46) and everything went fine.
Hope this helps...
Note: Can you please confirm which version of PHP are you using with WAMP.. I have read somewhere (but not 100% sure) that latest version of PHP supports only MySQLi database type and not MySQL anymore (regarding step 4 of joomla installation)
Related
I can not seem to find a definitive answer to this on Adobe sites. Working with ColdFusion 10,11 or even 2016, are the updates (hotfixes) cumulative?
For example, ColdFusion has hotfixes up to hotfix_023.jar. Does this jar include all previous hotfixes as well? Or if I want to have a fully patched CF 10 server do I need to install ALL of them?
I would have emailed tech support # Adobe, but CF10 is EOL so they won't answer any questions.
Thank you!
ColdFusion updates are cumulative.
For CF10, please make sure you apply the mandatory update before applying the latest patch.
https://helpx.adobe.com/coldfusion/kb/coldfusion-10-mandatory-update.html
After I installed sitecore 8, looks like I cant access installation wizard on development tools. All I can see is blank popup on all the browsers. I checked the log files and could not find anything related.
Any suggestions will be appreciated.
Might help anyone with the same problem.
Sitecore is checking for Packages folder in Data Folder and failed. I don't understand why it can't create one(I checked the permissions all good.)Kind of bug in Sitecore 8 rev. 141212.
Once I created Packages folder, it's all good.
This is probably due to mongoDB not being setup properly.
See this article
http://sitecorejourney.nileshthakkar.com/2015/01/is-your-sitecore-8-stuck-up-while.html?utm_source=feedburner&utm_medium=email&utm_campaign=Feed:+SitecoreJourney+(Sitecore+Journey)&m=1
I have been told by Sage Pay that we need to upgrade the protocol used by OpenCart to version 3 so that we can make use of Credit Card Surcharges. I can see that my SagePay in opencart is using protocol 2.23, but I have zero idea of how to upgrade it. Sagepay have sent me a pdf explaining who the integration works but it doesn't touch on updating in a opencart environment.
The module I am using for sagepay is the one that comes with opencart 1.5.5.1
Would someone be kind to help me out?
Thank you
Andy
http://www.sagepay.co.uk/support/find-document/form-integration
Java and .net kits shown on this page.
Help! I think i've gone in a bit over my head. I'm making a website for a friend who has already got a domain/hosting on the website 123reg. Keen to learn them i've been picking up python and django as i go, figured getting it online would be no problem because 123reg supports python (unspecified version).
So far i've been doing everything with the django test-server locally, i went to look into uploading it somewhere as a test and realised there's an awful lot i don't know and even with google its a bit overwhelming.
I found this link which will help me later i'm sure but right now, could someone help me understand What is Apache? I thought the server was the hardware a site was physically hosted on but i can't understand it at all now.. So i download Apache and then what? Can i just copy it into the root directory for the website on 123reg? Is their an installer? Will 123reg allow it to "run" or "serve" or whatever word's appropriate or will there be permissions issues?
And then once that's sorted there's mod_wsgi to look into, a cursory glance at the installation guide shows commands to be run, which confuses me further as i was not aware that a standard host like 123reg have any sort of inbuilt console window to be run on in which case how are you expected to execute these commands?
And another thing I didn't really think through, I'm using the built in sqlite database technology.. How will i be able to install it on my webspace? and then how will that effect my django configuration? or maybe i'll have to change to MySql v5 which 123reg says it supports?
I know these must be idiotic questions, I just wasn't sure where best to ask for help and SO has one of the most helpful and knowledgeable communities around. I did try having a google but everything was a bit overly technical for me.
You can't upload a Django site using FTP on a shared hosting provider and expect it to run. You'll need to configure it to run with their installed Apache, including configuration like mod_wsgi.
I very much doubt that 123-reg support this. You are unlikely to be able to run a Django site there. You should look for a more Django-friendly site - I recommend Webfaction.
Apache is the webserver software. It's already running on their machines. Don't try and install it lol, or they will certainly laugh at you.
To "run commands" you need to get a remote shell (console). This is typically done via Secure Shell (SSH). See this page regarding 123reg specifically: How do I connect using SSH (Putty)?
Django supports different databases, including SQLite and MySQL. SQLite is typically for small, simple databases, as the "database" is really just a local file that is manipulated by the SQLite engine. MySQL is the database of choice for many websites.
Just downloaded Coldfusion 9 developer for review purposes. I am at the administrator page 127.0.0.1:8300 and I think everything has worked fine. I want to do a simple "Hello World" example. One tutorial gave me a simple 6 line script to do this and it looks pretty simple and understandable. I went to notepad and created the following:
<html>
<head><title>Hello World</title></head>
<body>
<cfoutput>#ucase("hello world")#</cfoutput>
</body>
</html>
It told me to save it as helloworld.cfm in inetpub/wwwroot directory. I could not find such a directory on my system. So I saved it to C:\helloworld.cfm. Then it told me to go to my browser and type http://localhost/helloworld.cfm. I got something to the effect of a page not found error. Any help you can spare here.
Secondly, and more importantly, exactly where do I really need to be to be to create and run the above helloworld.cfm script above? Is there another tool I must have to create the above script to do this? I also understand that there is very little tutorial documentation on Coldfusion 9, why is that the case. Can you offer me any suggestions. I would really like to use this development tool. Adobe says it is the easiest development tool out there. You will have a tough time convincing me of that at this stage, however, I just might be missing a procedural/processing step thats real simple. I hope this is the case. Thanks for you valuable time.
When you installed ColdFusion did you hook it up to a webserver or did you install it in standalone mode?
Did you install it as standard ColdFusion or Multiserver?
The reason I ask is that depending on how you installed it will determine where you will find the web root.
For example, ColdFusion standard in stand alone mode will have the web root under something like C:\ColdFusion9\wwwroot
Multiserver standalone will be something like C:\Jrun4\servers\cfusion\cfusion-ear\cfusion-war\
Installation with a connection to a web server will have asked you where you server's web root is and so on
To create scripts; notepad, but there are two eclipse based IDEs you might like to try. CFEclipse is free and ColdFusion Builder is adode's commercial product.
First of all, Welcome to the ColdFusion community!
I believe Jerry has done a default ColdFusion install. The CFAdmin URL as mentioned is 8300, so i guess it is a multi server installation.
As pointed out by stephen, your web root would be something like \Jrun4\servers\cfusion\cfusion-ear\cfusion-war\
You need to place your helloworld.cfm in the above path.
I recommend ColdFusion builder/ CFEclipse to start with.
CF is a easy language, you will realize that soon :)
http://localhost/ will point to where your web server is configured. So obvious question is did you configure a web server such as IIS or Apache? Which OS are you using and which install of ColdFusion did you pick (standard, multiserver, other...)?
If you don't want to use an external web server you can use the built-in one, I have never really used it much but here is a link that should get you going: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=webservmgmt_3.html
To create CFM files you can use pretty much any editor, the most popular one is Eclipse (http://www.eclipse.org/) coupled with the CFEclipse plugin (http://www.cfeclipse.org/). Adobe now has a IDE based on Eclipse called CFBuilder (http://www.adobe.com/products/coldfusion/cfbuilder/features/) which is gaining speed quickly, but it is not free.