Ozwaldo
Apr 1 2007, 04:23 PM
| | 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? |
Reply
faulty.lee
Apr 1 2007, 04:39 PM
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.
Reply
vhortex
Apr 1 2007, 05:41 PM
QUOTE(Ozwaldo @ Apr 2 2007, 12:23 AM)  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.htmlbut 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)  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)  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 
Reply
yordan
Apr 3 2007, 09:06 PM
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.
Reply
Ozwaldo
Apr 10 2007, 07:01 PM
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.
Reply
yordan
Apr 10 2007, 09:59 PM
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
Reply
Habble
Jun 19 2007, 06:38 AM
QUOTE(Ozwaldo @ Apr 1 2007, 04:23 PM)  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?
Reply
Sten
Jun 19 2007, 07:18 AM
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?
Reply
Habble
Jun 19 2007, 07:53 AM
QUOTE(Sten @ Jun 19 2007, 07:18 AM)  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?  I installed Apache myself
Reply
khalilovitch
Jun 19 2007, 01:31 PM
Where can i get APache and all the necessary things to run PHP on my computer and sight
Reply
Latest Entries
iGuest
Jun 15 2008, 04:25 AM
mysql now supported
Mysql And Php
Thanks for great post Feedbacker. PHP5 installer doesn't have /ext folder and needed libraries inside. Downloaded the .ZIP version, copy the /ext folder to /PHP, and everything's alright now. Thanks again. -reply by ndgiang84
Reply
iGuest
Jan 7 2008, 09:55 PM
MySQL, PHP, Joomla on IIS
Mysql And Php
I've done some pretty comprehensive video tutorials on these subjects at my site, and have covered many of the pitfalls I see many people (including me) have had. They are here: http://www.Videotutorialzone.Com
Reply
iGuest
Jan 1 2008, 02:54 AM
If you use PHP5 , replace the 4 with a 5 ;-) -dari
Reply
iGuest
Dec 20 2007, 01:09 AM
Hi, I am installing joomla on IIS on a Windows Server 2003. At first I had the same problem with mySQL, if you are installing php5, this doesn't have the mySQL.Dll and other .Dll needed with php5 to have support for mySQL, so go to the php.Net page and download the windows binaries (the .Zip archive not the executable) and copy all the files in the "ext" folder, as for the session save path unwriteable, that I haven't figured it out yet, The thing is, I have my own server and have given myself full permission on the IIS, but every time I change a folder's properties "write only" it changes back as soon as I click apply and ok. If anyone knows how I can change the folders properties I would be really great full. You have so joomla installation can write into the necessary files and folders, but I just can�t seem to get it to do it. Well, I hope the thing on php - mySQL works fine, and if anyone has a comment I will surely be waiting on it. PS. Install phpmyadmin <---- this really helps with the administration of php and mySQL databases.
Reply
Habble
Jun 20 2007, 05:39 AM
And as for your website, if it's hosted somewhere, on a webhost, it'll have a server (obviously) and PHP/mysql is usally installed. Some webhosts don't have PHP however, so choose one that does, like astahost for instance!
Reply
Recent Queries:--
joomla "mysql support" - 5.78 hr back. (1)
-
joomla no mysql - 31.25 hr back. (1)
-
wamp joomla "could not connect to mysql" - 31.62 hr back. (1)
-
joomla install and cpanel and php.configuration - 33.13 hr back. (1)
-
joomla pre installation no mysql - 40.06 hr back. (1)
-
wamp server random mysqli error - 40.86 hr back. (1)
-
joomla mysql support unavailable - 11.48 hr back. (3)
-
mysql support no joomla - 22.58 hr back. (2)
-
joomla retrieve data from mysql - 46.38 hr back. (1)
-
php "no mysql support" - 47.20 hr back. (1)
-
joomla mysql support - 28.74 hr back. (2)
-
mysql support no - 49.36 hr back. (1)
-
enabling mysql support in joomla - 50.80 hr back. (1)
-
supporto mysql joomla - 54.40 hr back. (1)
Similar Topics
Keywords : mysql, php, install, joomla
- Mysql Multiple Tables
(1)
Any Website Provide Free Host Mysql Host?
(4) any website provide free host mysql host? i need it because i am using 000webhost.com now but it
only provide 2 mysql database... can i know where or how can i get more databases regards....
Mysql On Computer
XD (9) I posted PHP on computer? , but for some reason it doesn't show :/. Anyways I am wondering if
there is MYSQL on my computer, meaning can i make a data base on my computer? that way i make what i
want and upload it when i get hosted =)....
Mysql Database Entry By Excel Sheets
(2) Hello .. I would like to ask if i can use use Microsoft excel files in order to make entries to
mysql database. Thanks....
Mysql Database Management
(1) Hi i am new, I have a problem in understanding the query decomposition in D-DB. Can anyone help me
to understand the first question of the exercise 25.21 of Elmasri-Navath 4th edition? Consider the
following relations: BOOKS (Book#, Primary_author, Topic, Total_stock, $price) BOOKSTORE
(Store#, City, State, Zip, Inventory_value) STOCK (Store#, Book#, Qty) Consider a distributed
database for a bookstore chain called National Books with 3 sites called EAST, MIDDLE, and WEST.
Consider that BOOKS are fragmented by $price amounts into: B1:BOOK1:up to $20.....
Mysql And User File_priv
(0) HI, I've hit the grain while trying to import file to mysql database - I need to enable file
permissions of the database user but this seems not possible with most of the hosting providers.
The problem is to set file_priv of the database user to "Y" . This is done in the "user" table of
the maintanance database named "mysql". cPanel doesn't allow this. Via the cPanel you can only
allow privileges on table querries but you cannot grant host file privileges to the database user -
which makes querries like: "LOAD DATA INFILE 'filename' INTO TABLE tablen....
I Have An Error With My Mysql Connection
mysql connection error (7) ok so here's my web page... http://lacrossems.t35.org/ it only lags cause its trying to
connect to the my sql server...i followed this guide
http://forum.ragezone.com/showthread.php?t=387249 and when i edit my config.php to my host and
login info i always get the error cannot connect to the database here is my config.php if you can
help me CODE <?php $host['naam'] =
'CENSORED'; // my host $host['gebruikersnaam'] =
'righto'; // my database username $host['wach....
Mysql Backup With Another Address?
(4) I just got my site hacked!! (don't worry because it is not on astahost) Actually it is a
wordpress blog. So I backed up my MySQL Databases with cpanel. Now when I get my hosting approved
here at astahost, can I restore those backups? Is the change of the site address going to interfere
with this? Is there anyway I can edit those databases to work with my new address? Please help me
out here!....
Sun Bought Mysql
(6) SUN bought the swedish company MYSQL for much money, around 2million each worker got in the company,
they did it to come in to the database market, is it a good reson to buy it?....
Mysql Problem
Linking tables (1) Hello guys, I'm making a PHP/MySQL site for a friend of mine who plays an online game where you
can create towns, add buildings to them and upgrade them to a newer level. I've offered to make
him a small site where he can input his data into a database and keep track of his towns, buildings
and levels. I'll show you my database design and then explain what i want to do. Table: towns
field 1: TownID (primary key, auto-increment) field 2: TownName field 3: TownType field 4: Town
Description Table: buildings field 1: BuildingID (primary key, auto-incremen....
Mysql - So Hard
Come in here if you think MySQL is soo hard! (14) Doesn't anybody think MySQL is so hard to code? I mean think about it, you need loads of
databases just for one little script and you have to type things in like ;Host-Username:
(blahblah) ;Host-Password: (blahblah) ;Host-DatabaseName: (blahblah) Ok, that MySQL code was
random, and it is alot harder than that. If you have expierenced it being hard, you are free to
post right in here, mate.....
Mysql Script Help
help me lol, (3) ok im a real noob to this myswql stuff i know what its for but can any1 write me a script for it for
user sigh up and like a myspace type of profile with a forms peferbly Wii FC code Games. Also can
some1 explain how to add the forms if it doset bother u guys too much TY....
Not Understanding Mysql
(4) Im not understanding MySql stuff can someone help me when u got to the MySql site and all that other
stuff is this like a log of your web stuff or does it help u desigen your website just wanted to
know what it does and how do u use this thing.....
Apache Php With Mysql On Windows [solved]
(9) I have problems running PHP MySQL function in a windows set web environment. PhP scripts are
executed but if I try to use mysql connect and other like functions I get a blank window (while
using the browser). The command line client is working...I've added the path to libmysql.dll
and the extension=php_mysql.dll in the php.ini.....
Subqueries In Mysql
Using subqueries in MySQL. Very helpful. (1) This method is very useful. I always use this when simple queries of linking two tables is not
enough. This method is putting a query inside a query. Example: SELECT * FROM table1 LEFT JOIN
(SELECT * FROM table2 WHERE field1='id') AS subtable or joining multiple queries SELECT *
FROM (SELECT * FROM table1 WHERE userid='001') AS subtable1 LEFT JOIN (SELECT * FROM table2
WHERE field1='id') AS subtable2 You can join more than two queries depending on the output
you want. If someone already posted this topic here I'm sorry I don't know.....
Mysql Query Question
MySQL Select query problem (3) Hii Guyz, I am having this little problem creating a query in MySQL. Problem description: Table:
mytable Table Structure: IssueId | ToolName | Status 01 | Tool1 | Open 02 | Tool1 | Closed 03 |
Tool2 | Closed 04 | Tool3 | Open Now, I want to get the results in the following form: ToolName |
Count(Open) | Count(Closed) For the above input, result will be: Tool1 | 1 | 1 Tool2 | 0 | 1 Tool3
| 1 | 0 There should be NO duplicate toolName in output. Thnaks, Manu.....
Oracle Vs. Mysql Vs. Postgresql
POLL!! Choses you preferred db s/w! (9) Hey Everyone!, Please choose your preferred database s/w! Regards, Avell....
Login System Using A Mysql Db
How do i do this? (5) Hi guys, ive got a registration system that looks something like the one below: Firstname:
Lastname: Then i have inset.php, which looks like the following: $con =
mysql_connect("localhost","autobot","abc123"); if (!$con) { die('Could not connect:
' . mysql_error()); }mysql_select_db("my_db", $con);$sql="INSERT INTO person
(username, password) VALUES ('$_POST ','$_POST ')";if
(!mysql_query($sql,$con)) { die('Error: ' . mysql_error()); } echo "1 record
added";mysql_close....
Problems With Php Saving Data Into Mysql
HELP! I can't get my php documents to work with the mySQL (6) i have a server that says it allows php and mysql and in the control panel i can access mysqladmin
and phpmyadmin but i cant get the php to save data into the mysql, i am trying to make a text-based
MMOG so i need to save my users/passwords into a database(i thought) and it won't do it, can
anyone help me....
Oracle 10g Install Issues
(27) So I'm trying to install 10g on my XP Pro development box, and the install goes fine (I do the
basic install of enterprise edition, I'm by no means an oracle expert) and when it gets to the
part where it wants to create a database, the database creation assistant fails saying first that it
cannot retrieve credentials, and then that it can't connect to ORACLE (I'm assuming this is
the instance name). Anyone have *any* idea what's going on here?....
Permission Problem With Mysql Database Creation
Please Help! (8) I seem to have a problem with accessing my database with proper permissions. I have set the my
database correctly giving my db username all priviliges yet i seem to be unable to even log on with
this username with a denied access error. Any ideas on resolving this?....
Navcat For MySQL
is Navcat any good? (8) Hello all, i ve recently come across NavCat (GUI tool) for MySQL. I have not bought a copy yet, just
played around with the demo. Has any one used it beore, if so please let me know if its worth
buying. I already have PhpMyadmin, Just wanna know if NavCat is better than PhpMyAdmin in usibility
and functionality. Regards....
Is It A Good Practice To Store Image Or Other Binary Files Directly In A Mysql Database
(4) Hello to all of you beautifull people out there, I am new to MySQL, i just wanted to know if its a
good practice to directly store images and other binary files in a MySQL database. Any one with
help? Thanks....
MySQL, Multiple Tables
(24) Ok, I'm coding a project which is a leap than what I'd normally do. Before, I've always
learned ONE table... put EVERYTHING in one database table. I'm making a profile system so there
needs to be at least two tables: 1 for users, 1 for content. My problem is, how do I link the two
together? I could probably figure this out faster if someone explained and posted sample SQL code
that shows how the two are linked together. Thanks!! F....
MySQL Output Database Question
(18) I am new to MySql and have just created a database after using a script. My problem is not the
script, but what it says about putting it into the output file. I cant figure out the right terms
to put it in, I keep getting errors. I try using; SELECT*FROM 'database name' WHERE
'location' but it isnt working. I'm lost with this stuff, I really am. Can someone
please help me out?....
How To Connect MySQL With Flash?
Help me connect my flash Work with MySql (8) I know Flash and mysql but could not figure out if I could ever connect these? I want to have a
dynamic content in my flash object that could be retrieved from the database directly without myself
needing to update it again and again. How can I achieve this ? Do I have to install any additional
controls or connectors to do that ? If yes any one tell me....
Mirror My MySQL Database To Another Mysql Server
(4) Hi..I want to ask if its possible to automatically mirror my mysql databases into another mysql
server?or create a small php script to do this? The reason is because, we all know that database is
very improtant if we have dynamic website. I have my forum hosted and i want to automatically
mirror this or backup into another mysql server(free). Like in freesql.org. So that im not afraid
that i forgot to backup my database..also i have one central backup database. Thanks for the
help..Im looking forward for this posibility.....
Recover Tables From A MySQL .frm File
(8) I have a couple of .frm files with no corresponding data or index files. Is it possible to recover
the table structure (field names, types, sizes, rows,col, etc) from these files? The table type is
innodb....
MySQL Realtime Replication
how to replicate mysql in realtime (4) i dont know if this might be useful to ppl here, but this is a very good knowledge for serious
siteadmins. while i was digging for mysql backup techniques, i've found that mysql is able to
do realtime replication. the idea is that there are master server and slave server. both are having
the same version of mysql installed. the data flows; Master >copy> Slave ( in realtime!)
you'll never have to manually copy the database file of wasting your time to manually use the
mysqldump command. here are the links; http://dev.mysql.com/doc/mysql/en/Replication_HOW....
MySQL - Trouble With Bulk Insert Statements
(3) I'm trying to insert about 500 rows into mysql, but I keep getting errors. If I copy and paste
too many (about 50) insert statements at a time I get errors sometimes. I sometimes even get errors
but then the row is skipped so I don't know there was an error (I'm using linux and SSH).
What's the best way to get my insert statements to put the data in MySQL? Is there anyway that I
can have it tell me if there where any errors all the statements are executed? Thanks for your
help.....
Looking for mysql, php, install, joomla
|
|
Searching Video's for mysql, php, install, joomla
|
advertisement
|
|