Monday, May 6, 2013

Relational Model Data is not comming in paginator

Dear All,

I have developed my application in windows flatform. in Windows
application is running fine. after hosted in linux server it is not
working please check the outuput array for better understand. Please
help to sort out this issue.
Windows Machine
Array
(
[Issue] => Array
(
[id] => 1
[reference_number] => 2013040900
[customer_id] => 6
[reported_by] => N/A
[reported_phone_number] => N/A
[issue_detail] => CRM Number Inclusion

[issuecategory_id] => 4
[issuetype_id] => 5
[service_id] => 2
[system_id] =>
[impact_to_business] => Ticket will reduce from next
week

[source_id] => 1
[source_ref] => Ticketing Tools
[user_id] => 10
[accountable] => Arafat Ahmed
[issue_raised_date] =>
[issue_close_date] =>
[commited_close_date] => 03/31/2013 00:00:00
[status_id] => 5
[root_cause] => New number series were not included into
the system

[action_plan] => -User feedback collect
-Root Cause Analysis
-Action

New number series has been included into system.

[remarks] =>
[created] => 2013-04-09 07:36:06
[modified] => 2013-04-09 07:36:06
[is_active] => 0
[created_by] => 7
)

[Customer] => Array
(
[id] => 6
[org_name] => Grameenphone
[customer_name] => Gp
[customer_phone] => 01711000000
[customer_email] => gp@gp.com
[customer_address] => test data
[created] => 2013-03-28 05:42:17
[modified] => 2013-04-09 06:45:37
[is_active] => 0
)

[IssueType] => Array
(
[id] => 5
[type_name] => System
[remarks] =>
[created] => 2013-03-25 13:08:52
[modified] => 2013-04-09 07:07:03
[is_active] => 0
)

[Issuecategory] => Array
(
[id] => 4
[issue_category_name] => CRM
[remarks] =>
[created] => 2013-03-25 12:35:58
[modified] => 2013-04-09 07:02:57
[is_active] => 0
)

[Service] => Array
(
[id] => 2
[service_name] => CRM
[remarks] =>
[created] => 2013-03-23 10:24:36
[modified] => 2013-04-09 06:53:51
[is_active] => 0
)

[User] => Array
(
[id] => 10
[username] => arafat
[password] => c1625957113055813da822935ed5359f0b8b695d
[full_name] => Arafat Ahmed
[mobile_number] => 01711000000
[email] => bfkabir@gpit.com
[group_id] => 1
[created] => 2013-04-09 07:28:52
[modified] => 2013-04-09 07:28:52
[is_active] => 0
)

[System] => Array
(
[id] =>
[service_id] =>
[system_name] =>
[remarks] =>
[created] =>
[modified] =>
[is_active] =>
)

[Source] => Array
(
[id] => 1
[source_name] => Complain
[remarks] =>
[created] => 2013-03-23 10:46:56
[modified] => 2013-03-23 10:46:56
[is_active] => 0
)

[Status] => Array
(
[id] => 5
[status_name] => In progress
[remarks] =>
[created] =>
[modified] => 2013-04-09 07:08:48
[is_active] => 0
)

)
ID Issue Detail Client Name Responsible Person Raised Date Closed Date
Status Action



Linux Machine
Array
(
[Issue] => Array
(
[id] => 1
[reference_number] => 2013040900
[customer_id] => 6
[reported_by] => N/A
[reported_phone_number] => N/A
[issue_detail] => CRM Number Inclusion

[issuecategory_id] => 4
[issuetype_id] => 5
[service_id] => 2
[system_id] =>
[impact_to_business] => Ticket will reduce from next
week

[source_id] => 1
[source_ref] => Ticketing Tools
[user_id] => 10
[accountable] => Arafat Ahmed
[issue_raised_date] =>
[issue_close_date] =>
[commited_close_date] => 03/31/2013 00:00:00
[status_id] => 5
[root_cause] => New number series were not included into
the system

[action_plan] => -User feedback collect
-Root Cause Analysis
-Action

New number series has been included into system.

[remarks] =>
[created] => 2013-04-09 07:36:06
[modified] => 2013-04-09 07:36:06
[is_active] => 0
[created_by] => 7
)

)
ID Issue Detail Client Name Responsible Person Raised Date Closed Date
Status Action

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: