[FLOW3-general] Issues with MySQL Connectivity
Muneender Jillella [MUL]
muneender.jillella at manipalu.com
Fri Nov 20 12:26:26 CET 2009
Thanks Karsten.
I get the following exception. (I have attached the screenshot also)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#1: Notice: Undefined index: nodetypenamespace in D:\wamp\www\flow3\Packages\Framework\TYPO3CR\Classes\Storage\Backend\PDO.php line 100 (More information)
F3\FLOW3\Error\Exception thrown in file
D:\wamp\www\flow3\Packages\Framework\FLOW3\Classes\Error\ErrorHandler.php in line 82.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
I think, TYPO3CR is expecting some predefined master data which is not available in the ' TYPO3CR_schema.sql ' file.
Does flow3 officially support MySQL database?. Because when I run script in ' TYPO3CR_schema.sql ', I got some syntax errors . However I solved those errors and created the tables successfully.
I do have Password for my database. I haven't specified in this mail.
Regards,
-Muneender
-----Original Message-----
From: flow3-general-bounces at lists.typo3.org [mailto:flow3-general-bounces at lists.typo3.org] On Behalf Of flow3-general-request at lists.typo3.org
Sent: Friday, November 20, 2009 4:30 PM
To: flow3-general at lists.typo3.org
Subject: FLOW3-general Digest, Vol 1, Issue 2
Send FLOW3-general mailing list submissions to
flow3-general at lists.typo3.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
or, via email, send a message with subject or body 'help' to
flow3-general-request at lists.typo3.org
You can reach the person managing the list at
flow3-general-owner at lists.typo3.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of FLOW3-general digest..."
Today's Topics:
1. Issues with MySQL Connectivity (Muneender Jillella [MUL])
2. Re: Issues with MySQL Connectivity (Karsten Dambekalns)
----------------------------------------------------------------------
Message: 1
Date: Fri, 20 Nov 2009 08:08:13 +0530
From: "Muneender Jillella [MUL]" <muneender.jillella at manipalu.com>
Subject: [FLOW3-general] Issues with MySQL Connectivity
To: "flow3-general at lists.typo3.org" <flow3-general at lists.typo3.org>
Message-ID:
<mailman.6936.1258684777.595.flow3-general at lists.typo3.org>
Content-Type: text/plain; charset=us-ascii
Hi all,
I'm using flow3 alpha6 version. I'm developing an application with MySQL as back end database.
I could not find the documentation on how to configure flow3 to work with MySQL database.
I have gone through installation and configuration documentation. I have modified settings.yaml file in <Flow3_root>\Configuration folder,
Following is the database setting configuration from settings.yaml file. Flow3 is connecting to MySQL database but when I access index page it throws exception related database tables.
TYPO3CR:
The storage backend configuration
storage:
backend: 'F3\TYPO3CR\Storage\Backend\PDO'
backendOptions:
dataSourceName: 'mysql:host=localhost;dbname=flow3_test'
username: root
password:
Am I missing something here?. Please help me.
Thanks,
-Muneender
-Munee
mailgate.manipalgroup.com made the following annotations
---------------------------------------------------------------------
This email is for the sole use of the Manipal Group & it's Entities and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
---------------------------------------------------------------------
------------------------------
Message: 2
Date: Fri, 20 Nov 2009 10:22:06 +0100
From: Karsten Dambekalns <karsten at typo3.org>
Subject: Re: [FLOW3-general] Issues with MySQL Connectivity
To: flow3-general at lists.typo3.org
Message-ID: <mailman.1.1258708972.13900.flow3-general at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1
Hi.
On 20.11.09 03:38, Muneender Jillella [MUL] wrote:
> I could not find the documentation on how to configure flow3 to work with MySQL database.
To be honest, there is none. See if you can figure out
http://<yourhost>/typo3cr/setup
The problem is, simply importing the SQL schema
(Resources/SQL/TYPO3CR_schema.sql) is not enough, as you need a root
node with an UUID in there as well...
And have not yet come around to creating some generalized setup.
> Flow3 is connecting to MySQL database but when I access index page it throws exception related database tables.
What exception is thrown? Can you give more details?
The configuration looks good, provided that you have an empty password
(or have one in your actual configuration).
Regards,
Karsten
------------------------------
_______________________________________________
FLOW3-general mailing list
FLOW3-general at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
End of FLOW3-general Digest, Vol 1, Issue 2
*******************************************
mailgate.manipalgroup.com made the following annotations
---------------------------------------------------------------------
This email is for the sole use of the Manipal Group & it's Entities and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
---------------------------------------------------------------------
More information about the FLOW3-general
mailing list