translation.warning with list item in Symfony2 - symfony

Currently on Symfony2, I had log message such as translation.WARNING: Translation not found. {"id":"Electronique","domain":"messages","locale":"fr"} [] corresponding to list item.
Any ideas how to avoid this log message ?
Thanks

Related

Can't Delete Record 2sxc Error: No parent ID listed and item is Brand New

Getting this error on any piece of content we try and delete across entire site. So not isolated to a certain entity. We add even a brand new 2sxc content module, add a new item and then try and delete and get this as the error:
2sxc version 14.12.3
DNN 9.10.2
{Message: "Bad Request", ExceptionType: "System.InvalidOperationException",…}
ExceptionMessage
:
"Can't delete Item 22002. It is used by others. Found 1 relationships where this is a child - the parents are: 2SexyContent-ContentGroup."
ExceptionType
:
"System.InvalidOperationException"
Message
:
"Bad Request"
Expected record to be permanently deleted.
As soon as an entity is in use, this warning appears to protect users from "shooting themselves in the foot".
If you delete it from the Admin-UI, you should also get a question to force delete (because Admins should know what they are doing).
You are probably trying to delete it from the toolbar - which usually means that the item is already in use (as it was added to the page).

On Sorting Error Coming in Sonata Admin Symfony

Try to do sorting using translations, have multiple entries in translation table with different languagecode and i am showing only one language code on listmapper.
I try todo sorting with it but error comes :
Type error: Argument 1 passed to Sonata\DoctrineORMAdminBundle\Datagrid\ProxyQuery::entityJoin() must be of the type array, null given, called in D:\software\xampp\htdocs\meopin_2\trunk\vendor\sonata-project\doctrine-orm-admin-bundle\Datagrid\ProxyQuery.php
Can anyone help me in this ?
Thanks in advance

Configuration SonataMediaBundle from the Symfony2 framework

I finished configuring SonataMediaBundle successfully then the page
/formation/web/app_dev.php/admin/dashboard
is displayed.
But when I click "list" (menu Media), I get this error:
An exception has been thrown during the rendering of a template
("Parameter "id" for route "admin_sonata_media_media_edit" must match
"[^/]++" ("" given) to generate a corresponding URL.") in
SonataMediaBundle:MediaAdmin:list_custom.html.twig at line 17.
Any ideas?
I think your problem is based on this known issue:
Sonata type model - hide/delete the "create" button · Issue #530 · sonata-project/SonataAdminBundle
It is recommended to update to Doctrine 2.4

How to create a User in Alfresco?

I tried creating a user. But when I tried, it displayed the following error:
Failed to create the user: 05190030 Wrapped Exception (with status template): 05192817 Failed to execute script 'classpath*:alfresco/templates/webscripts/org/alfresco/repository/person/people.‌​post.json.js': Non-unique path:found : /app:company_home/app:user_homes 0." I am new to Alfresco. Can anyone help me?
This pretty much sounds like you try to create a user which already exists (username property is unique).
As stated in my comment to your other question, it's a known issue when you move, delete or rename User Homes.

Drupal, broken view, need help

I am getting strange problem.
When I am listing some content type, intead of data I am getting 'n/a' string.
I listed views, and on one view I have 'Warning - Broken view!' message.
I can't edit / delete this view because it always redirect to front page.
I checked my logs and all I see is repeating:
# warning: Invalid argument supplied for foreach() in /home/www/testetelgsm/www/includes/common.inc on line 3364.
# warning: Invalid argument supplied for foreach() in /home/www/testetelgsm/www/modules/cck/content.module on line 1284.
# warning: array_keys() [function.array-keys]: The first argument should be an array in /home/www/testetelgsm/www/includes/common.inc on line 3361.
How can I delete / edit this view?
Could somebody help?
Regards
You need to go to the views admin page at: admin/build/views. Here you can find a list of all your views and edit/delete them.
It sounds like you are trying to pull something that doesn't exist anymore like a deleted cck field. Anyways, if it doesn't work to edit it, try to recreate it.
You can make views into features with the features module. That will define the views in a custom module that is generated for you, and make the view defined in code. That will make it possible to restore it, if it gets edited.

Resources