Error 500 Internal Server Error

GET http://iw.rawafedtech.info/author/3355/%D8%AD%D8%A7%D8%AA%D9%85-%D9%85%D8%B2%D8%B1%D9%88%D8%B9%D8%A9

Forwarded to ErrorController (f0d8fc)

Query Metrics

6 Database Queries
6 Different statements
7.05 ms Query time
0 Invalid entities
34 Managed entities

Queries

Group similar statements

# Time Info
1 1.26 ms
SELECT c0_.id AS id_0, c0_.lvl AS lvl_1, c0_.lft AS lft_2, c0_.rgt AS rgt_3, c0_.root AS root_4, c0_.name AS name_5, c0_.role AS role_6, c0_.parent_id AS parent_id_7 FROM cms_roles c0_ WHERE c0_.lvl IN (0, 1) AND c0_.role NOT LIKE 'ROLE_ADMIN_%' ORDER BY c0_.root ASC, c0_.lft ASC
Parameters:
[]
2 0.97 ms
SELECT t0.id AS id_1, t0.package AS package_2, t0.name AS name_3, t0.description AS description_4, t0.display_name AS display_name_5, t0.list_name AS list_name_6, t0.is_internal AS is_internal_7, t0.is_categorizable AS is_categorizable_8, t0.is_fileable AS is_fileable_9, t0.is_printable AS is_printable_10, t0.is_embeddable AS is_embeddable_11, t0.is_searchable AS is_searchable_12, t0.is_queryable AS is_queryable_13, t0.accepts_comments AS accepts_comments_14, t0.has_authors AS has_authors_15, t0.has_attachments AS has_attachments_16, t0.has_source AS has_source_17, t0.has_tags AS has_tags_18, t0.has_summary AS has_summary_19, t0.has_aggregates AS has_aggregates_20 FROM content_type t0
Parameters:
[]
3 1.07 ms
SELECT r0_.name AS name_0, r0_.value AS value_1 FROM runtime_parameter r0_
Parameters:
[]
4 1.27 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.website AS website_3, t0.email AS email_4, t0.phone AS phone_5, t0.fax AS fax_6, t0.photo AS photo_7, t0.is_enabled AS is_enabled_8, t0.is_active AS is_active_9, t0.popularity AS popularity_10, t0.views_count AS views_count_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.deleted_at AS deleted_at_14, t0.extra_fields AS extra_fields_15, t0.country_id AS country_id_16, t0.user_id AS user_id_17, t0.created_by AS created_by_18, t0.updated_by AS updated_by_19 FROM author t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL) AND (t0.deleted_at IS NULL))
Parameters:
[
  "3355"
]
5 1.25 ms
SELECT t0.name AS name_1, t0.brief_biography AS brief_biography_2, t0.full_biography AS full_biography_3, t0.deleted_at AS deleted_at_4, t0.locale AS locale_5, t0.id AS id_6, t7.id AS id_8, t7.title AS title_9, t7.website AS website_10, t7.email AS email_11, t7.phone AS phone_12, t7.fax AS fax_13, t7.photo AS photo_14, t7.is_enabled AS is_enabled_15, t7.is_active AS is_active_16, t7.popularity AS popularity_17, t7.views_count AS views_count_18, t7.created_at AS created_at_19, t7.updated_at AS updated_at_20, t7.deleted_at AS deleted_at_21, t7.extra_fields AS extra_fields_22, t7.country_id AS country_id_23, t7.user_id AS user_id_24, t7.created_by AS created_by_25, t7.updated_by AS updated_by_26 FROM author_translation t0 LEFT JOIN author t7 ON t0.id = t7.id AND ((t7.deleted_at IS NULL) AND (t7.deleted_at IS NULL)) WHERE t0.id = ? AND ((t0.locale = 'ar') AND (t0.deleted_at IS NULL) AND (t0.deleted_at IS NULL))
Parameters:
[
  3355
]
6 1.24 ms
SELECT 
                CASE WHEN e.collection_id IS NOT NULL THEN 'collection'    ELSE 'entry' END as _type,
                CASE WHEN e.collection_id IS NOT NULL THEN e.collection_id ELSE e.id    END as _id,
                COUNT(e.id) AS entriesCount, e.id as activeEntryId, e.view_order, DATE(e.published_at) as publishDate, _rank
            FROM (SELECT e0_.id AS id, e0_.collection_id AS collection_id, e0_.published_at AS published_at, e0_.view_order AS view_order, e0_.published_at AS _rank FROM entry e0_ LEFT JOIN collection c1_ ON e0_.collection_id = c1_.id AND (c1_.deleted_at IS NULL) AND (c1_.deleted_at IS NULL) LEFT JOIN entry_author e3_ ON e0_.id = e3_.entry_id LEFT JOIN author a2_ ON a2_.id = e3_.author_id AND (a2_.deleted_at IS NULL) AND (a2_.deleted_at IS NULL) WHERE ((e0_.is_published = 1 AND e0_.is_banned = 0) AND (c1_.is_published = 1 OR c1_.is_published IS NULL) AND (a2_.is_enabled = 1 OR a2_.is_enabled IS NULL) AND a2_.id = ?) AND (e0_.is_draft = 0) AND (e0_.locale = 'ar') AND (e0_.published_at <= CURRENT_TIMESTAMP) AND (e0_.deleted_at IS NULL) AND (e0_.deleted_at IS NULL) ORDER BY _rank DESC, e0_.id DESC LIMIT 1500) e
            GROUP BY DATE(e.published_at), _type, _id
            ORDER BY _rank DESC
            LIMIT 20
Parameters:
[
  3355
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
tq doctrine.orm.tq_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
Rawafed\ContentManagementBundle\Entity\ContentType 29
Rawafed\SecurityBundle\Entity\Role 1
Rawafed\AuthorsBundle\Entity\Author 1
Rawafed\CommonsBundle\Entity\Country 1
Rawafed\UserBundle\Entity\User 1
Rawafed\AuthorsBundle\Entity\AuthorTranslation 1

tq entity manager

Class Amount of managed objects

Entities Mapping

default entity manager

Class Mapping errors
Rawafed\SecurityBundle\Entity\Role No errors.
Rawafed\SecurityBundle\Entity\RoleRoute No errors.
Rawafed\UserBundle\Entity\Group No errors.
Rawafed\ContentManagementBundle\Entity\ContentType No errors.
Rawafed\ContactFormsBundle\Entity\ContactUsMessage No errors.
FOS\UserBundle\Model\User No errors.
Rawafed\UserBundle\Entity\User No errors.
Rawafed\CommentsBundle\Entity\Comment No errors.
Rawafed\RuntimeConfigBundle\Entity\Parameter No errors.
Rawafed\ContentOrganizationBundle\Entity\Collection No errors.
Rawafed\JobsListBundle\Entity\Job No errors.
Rawafed\AuthorsBundle\Entity\Author No errors.
Rawafed\CommonsBundle\Entity\Country No errors.
Rawafed\AuthorsBundle\Entity\AuthorTranslation No errors.
Rawafed\ContentManagementBundle\Entity\Entry No errors.
Rawafed\ContactFormsBundle\Entity\ContactUsMessageReply No errors.
Rawafed\ContactFormsBundle\Entity\ContactUsCategory No errors.
Rawafed\HWIFOSUserBundle\Entity\HWIUserExtraFields No errors.
Rawafed\CommentsBundle\Entity\CommentsThread No errors.
Rawafed\CommentsBundle\Entity\CommentLike No errors.
Rawafed\RuntimeConfigBundle\Entity\ParameterGroup No errors.
Rawafed\RuntimeConfigBundle\Entity\ParameterTranslation No errors.
Rawafed\ContentOrganizationBundle\Entity\Category No errors.
Rawafed\ContentOrganizationBundle\Entity\Aggregate No errors.
Rawafed\ContentOrganizationBundle\Entity\CollectionSocialPublisher No errors.
Rawafed\JobsListBundle\Entity\JobStatus No errors.
Rawafed\JobsListBundle\Entity\JobParameter No errors.
Rawafed\JobsListBundle\Entity\JobItem No errors.
Rawafed\CommonsBundle\Entity\City No errors.
Rawafed\CommonsBundle\Entity\CountryTranslation No errors.
Rawafed\ContentManagementBundle\Entity\ContentSource No errors.
Rawafed\ContentManagementBundle\Entity\EntryProperty No errors.
Rawafed\ContentManagementBundle\Entity\EntryResource No errors.
Rawafed\ContentOrganizationBundle\Entity\Tag No errors.
Rawafed\ContentManagementBundle\Entity\EntryRelationship No errors.
Rawafed\ContentManagementBundle\Entity\RelatedLink No errors.
Rawafed\ContentManagementBundle\Entity\EntrySocialPublisher No errors.
Rawafed\ContentManagementBundle\Entity\EntryCounters No errors.
Rawafed\ContentManagementBundle\Entity\UserFavourite No errors.
App\Entity\BestAuthor No errors.
App\Entity\ChosenEntry No errors.
App\Entity\ContentTypeTags No errors.
Rawafed\CommonsBundle\Entity\Timezone No errors.
Rawafed\CommonsBundle\Entity\Group No errors.
Rawafed\CommonsBundle\Entity\HWIUserExtraFields No errors.
Rawafed\CommonsBundle\Entity\ProfileInterestsThread No errors.
Rawafed\CommonsBundle\Entity\User No errors.
Rawafed\CommonsBundle\Entity\UserProfile No errors.
Rawafed\CommonsBundle\Entity\UserTitle No errors.
Rawafed\CommonsBundle\Entity\UserTitleTranslation No errors.
Rawafed\CommonsBundle\Entity\ViewsIntermediate No errors.
Rawafed\AdminBundle\Entity\AdminBundle No errors.
Rawafed\AdminBundle\Entity\Favorite No errors.
Rawafed\AdminBundle\Entity\AdminSidemenu No errors.
Rawafed\ContactFormsBundle\Entity\ContactUsEmailRecipient No errors.
Rawafed\ReportViewerBundle\Entity\ReportviewerCache No errors.
Rawafed\ContentOrganizationBundle\Entity\CategoryTranslation No errors.
Rawafed\ContentManagementBundle\Entity\ContentSourceTranslation No errors.
Rawafed\ContentManagementBundle\Entity\ResourceType No errors.
Rawafed\ContentManagementBundle\Entity\EntryResourceUserProperty No errors.
Rawafed\ContentManagementBundle\Entity\EntryBookmark No errors.
Rawafed\ContentManagementBundle\Entity\EntryRate No errors.
Rawafed\ContentManagementBundle\Entity\TopEntries No errors.
Rawafed\NavigationBundle\Entity\NavigationMenu No errors.
Rawafed\RuntimeConfigBundle\Entity\ParameterGroupTranslation No errors.
Rawafed\AdvancedSeoBundle\Entity\TermType No errors.
Rawafed\AdvancedSeoBundle\Entity\Term No errors.
Rawafed\NewsletterBundle\Entity\Newsletter No errors.
Rawafed\NewsletterBundle\Entity\NewsletterEmail No errors.
Rawafed\NewsletterBundle\Entity\NewsletterEmailgroup No errors.
Rawafed\NewsletterBundle\Entity\NewsletterTransaction No errors.
Rawafed\NewsletterBundle\Entity\NewsletterTransactionDetails No errors.
Rawafed\SolrSearchBundle\Entity\LogEntry No errors.
Rawafed\FormGeneratorBundle\Entity\DynamicformData No errors.
Rawafed\FormGeneratorBundle\Entity\DynamicformField No errors.
Rawafed\FormGeneratorBundle\Entity\DynamicformFieldproperty No errors.
Rawafed\FormGeneratorBundle\Entity\DynamicformForm No errors.
Rawafed\FormGeneratorBundle\Entity\DynamicformSection No errors.
Rawafed\FormGeneratorBundle\Entity\DynamicformSubmission No errors.
Rawafed\FormGeneratorBundle\Entity\DynamicformVersion No errors.
Rawafed\AdsBundle\Entity\Campaign No errors.
Rawafed\AdsBundle\Entity\Zone No errors.
Rawafed\AdsBundle\Entity\Banner No errors.
Rawafed\AdsBundle\Entity\BannerState No errors.
Rawafed\AdsBundle\Entity\Impression No errors.
Rawafed\PageComposerBundle\Entity\Block No errors.
Rawafed\PageComposerBundle\Entity\Container No errors.
Rawafed\PageComposerBundle\Entity\Page No errors.
Rawafed\PageComposerBundle\Entity\Widget No errors.
Rawafed\PageComposerBundle\Entity\Zone No errors.
Rawafed\MonitoringBundle\Entity\MonitoringMetrics No errors.
Rawafed\MonitoringBundle\Entity\MonitoringWindow No errors.
Rawafed\SocialPublisherBundle\Entity\Post No errors.
Rawafed\VideoBundle\Entity\Channel No errors.
Vich\UploaderBundle\Entity\File No errors.

tq entity manager

Class Mapping errors
Rawafed\TaskQueueBundle\Entity\Task No errors.