0
votes
0answers
20 views

How to connect to MySQL using SSL on symfony/doctrine

I am trying to connect to MySQL that has SSL enabled. I am using Symfony2 framework with Doctrine. In plain PHP, I can achieve this with $link = ...
0
votes
0answers
14 views

How to connect the existing database with the OrangeHRM

I know OrangeHRM uses database named "orangehrm_mysql" . I want to connect an other existing database (of MySql). I m confused here how to connect the my own database with the OrangeHRM. I have ...
0
votes
0answers
30 views

symfony2 and doctrine2 order results and group query

I have a table of logs which stores different types of logs. I am trying to write a query which will return me only the last log for each type. Table: id|log_type|log_info|dateline ...
-2
votes
1answer
40 views

PDO inserts wrong values [closed]

I am using symfony2 and PDO to insert values to a database. private static function insertAction($action, $conn){ $sql = "INSERT INTO BANKACTIONS (clientName, actionDate, currency, value, ...
1
vote
1answer
50 views

NOT IN for multi field DQL Doctrine2

I just want to know how to do something like this in doctrine2 select e from \Entity e where e.field1, e.field2 NOT IN (select e2.field1, e2.field2 from \Entity e2 where condition ) ...
1
vote
2answers
74 views

How to handle object ID's in ember.js?

I was just experimenting building a tiny app with Emberjs as my frontend framework. All the app is, is a list which I can add names to with a textbox and button, then remove names from the list by ...
-2
votes
1answer
32 views

Migration from symfony to wordpress [closed]

I want to migrate existing website to wordpress which is developed using symfony framework. what are the steps or things I need to consider while doing this migration? Also, I want my new fron-tend ...
0
votes
1answer
122 views

SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES) Symfony2

I tried to create my DB with Symfony2. I typed the command: php app/console doctrine:create:database The result is: Could not create database for connection named `jobeet` SQLSTATE[28000] [1045] ...
0
votes
0answers
30 views

Non-Logic output using Doctrine2 mapping convert with --filter

I'm using Symfony2 and Doctrine to generate model from existing database. I just want generate one entity from one table. so I input as: php app/console doctrine:mapping:convert yml ...
0
votes
1answer
43 views

Doctrine/MySQL: field missing in ResultSetMapping

I have a native query an want to fill a ResultSetMapping object with the results of my query. Everything works as expected, but the field "distance". The field in the resulting array is always empty. ...
0
votes
1answer
30 views

ManyToMany association query

I have a question based on the Doctrine 2.X ManyToMany association. My data structure: news: id: INT program_site: id: INT news_program_site: newsId: INT programSiteId: INT ...
-1
votes
1answer
38 views

Doctrine join 4 entities and order by datetime

I would like to join 4 entities that each have upload_datetime column. Then i would like to order them by that datetime column descending and get only 7 records. Right now i have this: return ...
0
votes
2answers
58 views

Doctrine2 with Symfony2 not recognizing db charset and collation

I am trying to get Doctrine2 to work properly with a mysql db in Symfony2 on a debian squeeze system. The charset and collation of the DB are set to utf8 and utf8_general_ci and the db is created ...
0
votes
0answers
21 views

Where the best place to put an LOAD DATA INFILE query with doctrine2?

I perform mass insert by using LOAD DATA INFILE (MySQL) and Doctrine 2 But actually I don't know where this query has to be placed in order to respect Doctrine architecture? an Entity Manager? a ...
0
votes
2answers
57 views

Symfony2 structure setup

Im almost new to Symfony2, I understand the Bundle, entity etc. But my problem is with the structure. I created a local virtualservers for development and i can't start until i dont know what im ...
0
votes
2answers
36 views

deleteAction: why is removing categories associated to this Blog?

I'm working on this interface using Symfony2, here I've blogs and categories associated to them, sometimes we want to remove Blogs that are not longer valid, so I want to remove just the blog, I added ...
0
votes
2answers
73 views

Symfony2 / Doctrine Relationship Mapping

i'm building my first application with the syfmony2 framework. Now i stick a little bit on how to get data from my Database. First here a my tables (only important fields) # customer customer_id | ...
0
votes
1answer
71 views

MySQL : Memory allocation issue

I'm using WAMP on my computer, and when I run an algorithm that imports data from an Excel file, it just takes too long. In the first place, it throws me an error that there's not enough memory. Then, ...
0
votes
1answer
51 views

MARKER constant override Symfony2 error

So, I have a categories entity set up with a parent_id being self-references. But for some reason when I save the entry in the form I get this error. Fatal error: Cannot inherit previously-inherited ...
0
votes
1answer
25 views

Symfony2 connecting to database via SSH tunneling?

How can I connect to a remote database via SSH tunneling in Symfony2? I've found the PHP snippet, but how can I integrate it in Symfony <?php $smysql = mysql_connect( "127.0.0.1:3307", ...
0
votes
1answer
48 views

Live search using Symfony2

I am creating a symfony2 project where I have a User table. I have to create a search box which shows suggestions while the user types in the name. And the user should only be able to select from the ...
-2
votes
1answer
42 views

PDOException Integrity constraint violation

I'm working with Symfony2 and when I execute doctrine:schema:update I get the following error [PDOException] SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a ...
1
vote
0answers
115 views

Symfony2 / Doctrine2 - get sql min,max date values

My problem is when i want to get the max or the min date value between 2013-04-08,2013-04-07 and 2013-04-06, the response is always 2013-04-08 for the min and the max my script : $max_date = ...
0
votes
0answers
24 views

Nested set model with two types of data

I am rebuilding a wiki app. In my current version, I have one articles table. Articles are hierarchical: each has a parent. I use an adjacency list model to store the hierarchy, so each row has both ...
0
votes
2answers
56 views

innerJoin Query in Symfony2

I mysql query : SELECT p.name, c.id FROM customer c INNER JOIN sales_order so ON so.customer_id=c.id INNER JOIN sales_order_item soi ON so.id=soi.sales_order_id INNER JOIN product p ON ...
0
votes
0answers
34 views

Why Doctrine ORM put null to relation field when persist object?

There is part of my yml-mapping info: Dog: oneToMany: dogs: targetEntity: Dog mappedBy: post cascade: - persist Post: ...
0
votes
1answer
27 views

Symfony2 Application : Host database only

So I want to create this application using Symfony2. I don't want to host it online but I want to work on a database online (Cloud of Mysql or something similar). Is that possible ? if yes, how can I ...
0
votes
1answer
30 views

Count all type devices by week

I have a table: idint(11) NOT NULL type varchar(64) NOT NULL created_on datetime NOT NULL Can I count all type devices (iSO, Android...) by week in one query when use doctrine2? Sample output: ...
0
votes
2answers
98 views

IF Statement in order by clause of Doctrine 2 query Symfony 2

Im trying to do an blog that shows all the comments and user will be able to post comments on reply on previously posted comments no to order then in the sql query so they will show up in order i keep ...
5
votes
1answer
97 views

How to stop Doctrine2 Migrations:Diff from always adding foreign key relationships that already exist in Database?

I'm using doctrine2 with a symfony2.1 project. I have an entity that has a few many to one relationships to other tables. The foreign key relationships for these many-to-one's have already been ...
0
votes
2answers
52 views

Doctrine query Mysql Syntax Error with Left Join

Intro I'm following this guide here and I'm stuck on the very last part: http://symfony.com/doc/2.0/cookbook/security/entity_provider.html I'm trying to query from the account table and join the ...
0
votes
1answer
33 views

How to personalize table names for ACL?

In my database schemas, normally, I use a standardized naming system for all my tables. Symfony, and I guess, ACL itself, use a particular names for his tables in his schema. This is the default name ...
0
votes
0answers
29 views

sqldump not working in a controller

I am trying to execute a command to backup my database in Symfony controller $creatBackup = "mysqldump -u ".$user." --password=".$password." ".$dbName." > ".$sqlFile; exec($creatBackup); But It ...
4
votes
1answer
101 views

Symfony 2 Console command for creating custom Database

I am working on a Symfony 2 project where each user have his own database. In my config.yml file I have a doctrine:dbal:orm set for a client but no connection properties because they are set at ...
0
votes
1answer
257 views

Doctrine2 with Symfony2: Why does cascade persist not work on this many-to-many relationship?

In my project I got many many-to-many entities. This many-to-many relations have attributes, so i decided to split them up in A 1:n B n:1 C like it is described in this post. So my reduced class ...
0
votes
1answer
29 views

Doctrine migrations keeps generating datetime field over and over again

I use Symfony 2.1.* with Doctrine 2.3.* and I am having the following problem: When generating migrations for my mysql (5.5) database, it keeps generating queries for my datetime fields. My model ...
0
votes
1answer
65 views

Doctrine query syntax error

I have a value in database like stackover/'!@#/\;"""'.;\';'./ with all special char. Now my problem is that how can I build a query like: $linkName= // getting from db $sql_sm="SELECT d FROM ...
0
votes
1answer
64 views

Symfony2: Access denied after schema name change

I've rewritten an application in Symfony as a learning exercise, with its MySQL schema virtually identical to the original schema but for a name change. I did this so I could continue to work with ...
2
votes
1answer
96 views

Doctrine2 in Symfony2: How can I see which object-call leads into a query?

I'm using Symfony2 with Doctrine2. For my project I made Entities with different association-mapping. First I did see about 7 queries for requesting one object, so i decided to make "eager-loading" ...
1
vote
2answers
76 views

select 5 dates of a week

I have this table, Lineas (id, date, proyect_id, hours) and I want to select a sum of hours by date into a week. For example I need this output for dates between 01/01/2013 and 05/01/2013: Proyect ...
0
votes
0answers
45 views

symfony doctrine entity database prevent an duplicite content

Hi i selected some data from DB but i see there a duplicite content... IT SHOULD'T be there! So my question is easy: how can i remove all duplicited content? + how can i set keys that this will ...
2
votes
1answer
72 views

Select all where one column is false in Doctrine (Symfony 2)

I've code in my controller: $categories = $this->getDoctrine()->getRepository('MyBundle:Categories')->findAll(); In default this return all data from my table, but I want return only ...
2
votes
1answer
193 views

Symfony2: Unable to use DoctrineExtensions Mysql Year function

I have so far been unsuccessful in implementing the beberlei DoctrineExtensions. I need the MySQL Year() function. Error is: Expected known function, got 'Year' So I must be missing ...
2
votes
1answer
61 views

How do I use CONCAT_WS together with IN?

Using Symfony2 and Doctrine2, want to combine CONCAT_WS with IN, rather than write a lot of IF's. WHERE CONCAT_WS('-', id2, id2) IN ($ids) I am receiving this error: [Syntax Error] line 0, col ...
0
votes
0answers
21 views

Symfony2 custom Doctrine layer to work with WS / fsocket

I want to create custom Doctrine layer to work with another API or MySQL (depend on config). So on controller / model layer everything is the same, but underneath doctrine choose to use MySQL or my ...
0
votes
1answer
74 views

Symfony2 + Doctrine + MySQL Designing database revision history

I'm trying to create a custom CMS where pages can be created and a user can update the page title, content, meta header, meta keywords and meta description. Each page can have multiple documents and ...
1
vote
0answers
55 views

Symfony2 Functional Test - GeomFromText / SQLite

I have a situation where I need to write functional/unit tests on entities that rely on MySQL's spatial functions. However, my test environment uses SQLite for testing (Using ...
0
votes
1answer
126 views

From raw MySQL query to symfony 2

Im trying to fetch a symfony2 entity using this query: SELECT g . *, (SELECT Count(gc.`code`) AS `codecount` FROM giftcode gc WHERE gc.`gift_id` = g.`id` ...
0
votes
2answers
53 views

Strings are escaped when they are saved in the database (mysql)

In my website, I have a form to enter some information about a product, and if I use some quotes in the string, they are saved in the database with an espace character. For example, if I enter He's ...
0
votes
3answers
123 views

Slow mysql query on large table

I have a statistics table with ~600k records in it, on which i perform the following (raw sql) query to get statistical data for a graph: SELECT (UNIX_TIMESTAMP(s.date)*1000+3600000) as time, ...

1 2 3 4 5