Welcome Guest ( Log In | Register )




                Web Hosting Guide

2 Pages V   1 2 >  
Reply to this topicNew Topic
Mysql And Php, When trying to install Joomla
Ozwaldo
post Apr 1 2007, 04:23 PM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 26
Joined: 1-April 07
From: Guayaquil, Ecuador
Member No.: 21,204
myCENTs:56.40


I don't know if this is the correct forum, but here is my question:

I'm trying to test Joomla and some forums in my computer, I have already installed MySQL with the GUI tools, Apache, and PHP with the MySQL and MySQLi
extensions, but when I'm trying to install Joomla I get this error:


Required Settings Check:
-------------------------------------
PHP version >= 4.1.0 Yes
- zlib compression support Available
- XML support Available
- MySQL support Unavailable
configuration.php Writeable
Session save path Unwriteable
Not set


What is happening?
Go to the top of the page
 
+Quote Post
faulty.lee
post Apr 1 2007, 04:39 PM
Post #2


Super Member
Group Icon

Group: [HOSTED]
Posts: 500
Joined: 5-November 06
Member No.: 17,016
myCENTs:79.88


If you know php, you can try write a simple php page, and connect to your mysql.
EDIT: See if it works out, then you work your step down to see which part of mysql is not working. Also check your firewall in case it blocked the connection to your mysql server


If you're a novice, then i'll recommend getting a package for apache, mysql and php. That way you'll save some hassle of configuring each of the services. If you're running windows, you can try wamp server

http://www.wampserver.com/en/

Just install it then run. It should take care of the configuration for general use.

This post has been edited by faulty.lee: Apr 1 2007, 04:40 PM
Go to the top of the page
 
+Quote Post
vhortex
post Apr 1 2007, 05:41 PM
Post #3


Guilty Until Proven Innocent
Group Icon

Group: Members
Posts: 372
Joined: 13-April 05
Member No.: 3,937


QUOTE(Ozwaldo @ Apr 2 2007, 12:23 AM) [snapback]100851[/snapback]
I don't know if this is the correct forum, but here is my question:

I'm trying to test Joomla and some forums in my computer, I have already installed MySQL with the GUI tools, Apache, and PHP with the MySQL and MySQLi
extensions, but when I'm trying to install Joomla I get this error:
Required Settings Check:
-------------------------------------
PHP version >= 4.1.0 Yes
- zlib compression support Available
- XML support Available
- MySQL support Unavailable
configuration.php Writeable
Session save path Unwriteable
Not set
What is happening?


I encourage you to get http://www.apachefriends.org/en/xampp.html

but the recommendation above min also works. Just visit both sites and pick the best pack that will work with you.

Take a look at this parts.

QUOTE(Ozwaldo @ Apr 2 2007, 12:23 AM) [snapback]100851[/snapback]
I'm trying to test Joomla and some forums in my computer, I have already installed MySQL with the GUI tools, Apache, and PHP with the MySQL and MySQLi


You have the wrong combination in there mate. You have installed mySQL and so mySQL will take over the connectivity of the ports needed by mySQL built-in.

And you installed PHP with mySQL built-in support which is mySQL and mySQLi. This versions surely cannot run on its owns since mySQL standalone is already using all the ports and connection that these modules need. When you run Joomla, you did not reconfigure your Apache/PHP to unload the built-in mySQL modules and making Apache/PHP to still use the built-in functions.

You should tinker a little bit with you configuration and unload the built-in versions or uninstall the standalone mySQL.

By the way the error can also be triggered by a wrong password.

QUOTE(Ozwaldo @ Apr 2 2007, 12:23 AM) [snapback]100851[/snapback]
Session save path Unwriteable


Check you Apache/PHP configuration for the folder name of the Session Save Path. Normally it points inside the apache folder and is not initially created. Create that folder and make sure you can write on it.

Configuration file for apache is named http.conf, and it may include some other link files. On my version, I got one http.conf and 17 include files.

Php configuration is PHP.ini if i am not mistaken, mySQL config can be found in two places most of the time. One in its installed folder and one in %systemroot%/system32

cool.gif
Go to the top of the page
 
+Quote Post
yordan
post Apr 3 2007, 09:06 PM
Post #4


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,938
Joined: 16-August 05
Member No.: 7,896
myCENTs:44.40


QUOTE
- MySQL support Unavailable

This means that mysql support in php for Jomla is not available on your computer. This means that you forgog some libraries or dll's.
I would suggest you to try an easier way. Try using easyphp from http://www.easyphp.org/
It installs a very complete apache + php + mysql, all packages ready for use and compatible with each others. I did not try it with Jomla but it works fine for installing PHPBB3.

This post has been edited by yordan: Apr 3 2007, 09:07 PM
Go to the top of the page
 
+Quote Post
Ozwaldo
post Apr 10 2007, 07:01 PM
Post #5


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 26
Joined: 1-April 07
From: Guayaquil, Ecuador
Member No.: 21,204
myCENTs:56.40


I gues that's my Windows, because I did exactly the same installation in other computer and it works perfectly, then I installed WAMP server in the first machine (the one with the problem), but, again it doesn't work.

I'll try to set up a virtual machine to do my tests. Anyway, thank you all for your support.
Go to the top of the page
 
+Quote Post
yordan
post Apr 10 2007, 09:59 PM
Post #6


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,938
Joined: 16-August 05
Member No.: 7,896
myCENTs:44.40


If you want to test things on your own machine, try easyphp. Like it's name says, it's easy to install, and everything comes bundles together, and the embedded php has everything set up to work correctly with the embedded mysql, I often do demos with phpbb and 4image to show how it works.
Regards
yordan
Go to the top of the page
 
+Quote Post
Habble
post Jun 19 2007, 06:38 AM
Post #7


Premium Member
Group Icon

Group: [HOSTED]
Posts: 286
Joined: 17-June 07
From: Tasmania
Member No.: 22,699


QUOTE(Ozwaldo @ Apr 1 2007, 04:23 PM) [snapback]100851[/snapback]
I don't know if this is the correct forum, but here is my question:

I'm trying to test Joomla and some forums in my computer, I have already installed MySQL with the GUI tools, Apache, and PHP with the MySQL and MySQLi
extensions, but when I'm trying to install Joomla I get this error:
Required Settings Check:
-------------------------------------
PHP version >= 4.1.0 Yes
- zlib compression support Available
- XML support Available
- MySQL support Unavailable
configuration.php Writeable
Session save path Unwriteable
Not set
What is happening?


My guess would be, MySQL isn't configured properly with Apache. try looking on the Apache site, and the Mysql site, to see if there's any additional configuration you need to do.

Have you been able to use Mysql with anything else on your Apache Server?
Go to the top of the page
 
+Quote Post
Sten
post Jun 19 2007, 07:18 AM
Post #8


Oh come on Mrs. B!
Group Icon

Group: Members
Posts: 648
Joined: 6-June 07
From: Tasmania, Australia
Member No.: 22,422


Me and Jay (Habble) installed Apache on jays computer fine!

Anyway, I reckon that its something wrong with mysql. Try re installing it or make sure its configured right?
Go to the top of the page
 
+Quote Post
Habble
post Jun 19 2007, 07:53 AM
Post #9


Premium Member
Group Icon

Group: [HOSTED]
Posts: 286
Joined: 17-June 07
From: Tasmania
Member No.: 22,699


QUOTE(Sten @ Jun 19 2007, 07:18 AM) [snapback]105676[/snapback]
Me and Jay (Habble) installed Apache on jays computer fine!

Anyway, I reckon that its something wrong with mysql. Try re installing it or make sure its configured right?

blink.gif I installed Apache myself
Go to the top of the page
 
+Quote Post
khalilovitch
post Jun 19 2007, 01:31 PM
Post #10


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 25
Joined: 19-June 07
Member No.: 22,767


Where can i get APache and all the necessary things to run PHP on my computer and sight
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicNew Topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No new   19 lonebyrd 3,521 1st November 2009 - 03:49 PM
Last post by: iG-Lukenda
No New Posts   9 jedipi 4,484 28th October 2009 - 08:09 PM
Last post by: HannahI
No new   27 nightfox 5,947 14th October 2009 - 07:15 AM
Last post by: iG-Mark
No New Posts   3 darkken 2,312 11th September 2009 - 08:26 PM
Last post by: iGuest
No New Posts   6 ruben 1,523 27th August 2009 - 09:07 AM
Last post by: iG-J vincent
No New Posts   4 miCRoSCoPiC^eaRthLinG 6,318 21st August 2009 - 01:59 PM
Last post by: iG-J vincent
No New Posts   9 bakr_2k5 1,818 29th July 2009 - 11:02 PM
Last post by: iG-Wicky
No New Posts   2 FirefoxRocks 237 24th July 2009 - 08:02 PM
Last post by: FirefoxRocks
No New Posts   4 FirefoxRocks 249 23rd July 2009 - 04:23 AM
Last post by: FirefoxRocks
No New Posts   4 niquel 487 20th June 2009 - 10:51 AM
Last post by: TavoxPeru
No New Posts   7 sirknight 6,376 9th June 2009 - 08:59 PM
Last post by: iG-javier sanchez
No New Posts   3 kenjvalip 2,336 13th May 2009 - 12:37 PM
Last post by: iG-thams
No New Posts   9 warriors 9,022 6th May 2009 - 07:46 AM
Last post by: iGuest
No New Posts   7 cinnamon 1,394 3rd May 2009 - 06:55 PM
Last post by: bobbybeeelan
No New Posts 6 cartune 593 29th April 2009 - 11:45 PM
Last post by: bobbybeeelan


Web Hosting Powered by ComputingHost.com.