You are not logged in.
version 0.90.3 developing hi I have Xampp 3.2.1 on W2003 server, I have a problem when I make a new request after creating it entered "request processing" and all the while there is no loading of ..... passes the funny thing is that if pulse at all if I puestra entire menu.
It can be?
a greeting.
Offline
Have you errors in glpi logs? in Debug mode?
The issue is only with this tab?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Have you errors in glpi logs? in Debug mode?
The issue is only with this tab?
It happens with all requests, I have enabled me debugmode and buttons it appears and shows me the following error:
Fatal error: Call to a member function fetch_assoc() on a non-object in C:\xampp\htdocs\glpi\inc\dbmysql.class.php on line 280
Last edited by zurrachillo (2016-05-20 12:43:38)
Offline
Can you give me the exact errot in glpi/files/_log/php-errors.log ?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Can you give me the exact errot in glpi/files/_log/php-errors.log ?
Test
2016-05-19 14:28:29 [X@WEB]
*** PHP Notice(8): Trying to get property of non-object
Backtrace :
inc\dbmysql.class.php:240
inc\ticket.class.php:4614 DBmysql->numrows()
inc\central.class.php:218 Ticket::showCentralList()
inc\central.class.php:83 Central::showMyView()
inc\commonglpi.class.php:469 Central::displayTabContentForItem()
ajax\common.tabs.php:91 CommonGLPI::displayStandardTab()
Offline
Have you update to the official 0.90.3?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Have you update to the official 0.90.3?
in the footer me these data appear:
GLPI version 0.90.3 Copyright (C) 2015 By Teclib'.
Copyright (C) 2003-2015 INDEPNET Development Team
I always downloaded from the official website
Offline
Have you this error for all tickets ? only fo timeline tab?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Have you this error for all tickets ? only fo timeline tab?
I only happens in "request processing"
Offline
Do you could solve?
I'm having the same problem , at the same version.
Offline
I can't reproduce in 0.90.5
Can you explain your actions step by step?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
I am having the same issue. After upgrading from 0.83 to 0.95
That did not work so I went back to my backup and then tried to upgrading from 0.83 to 0.94
Every ticket I go to Processing Ticket it just displays
Loading
Offline
Did you clean your browser cache on client ?
You can mark this threat as [resolved] in subject of your threat. (This is only available edit of the first post.) It is good for users who help others to quickly see which post is still open.
##############################################
GLPI 9.3.3
Offline
Yes I have.
Offline
I am pretty sure that it is not a browser issue. I have upgraded from 0.83 to 0.95 and I had the issue immediately.
Note We have
15000 tickets
and over 100000 follow ups
So I have been upgrading and migrating since close to the beginning of the project then I stopped at 0.83.6
Over that time I am sure that there have been some revisions where the upgrade process did not flow well.
Have other people had issues with followups /processing during the upgrades?
Offline
i'm having the same problem
upgraded from 0.83 to 0.90.2 and had the same issue, then update to 0.90.3 and the problem persist.
now i tried a new installation of 9.1 and it did the same. then tried with a new and clean install of 9.1 and it's the same.
maybe I missed some dependencies on the server?
my last sql-errors.log:
2016-08-23 13:11:50 [2@inventario]
*** MySQL query error:
SQL: SELECT DISTINCT `users_id`, `type`
FROM (SELECT usr.`id` AS users_id, tu.`type` AS type
FROM `glpi_tickets_users` tu
LEFT JOIN `glpi_users` usr ON tu.`users_id` = usr.`id`
WHERE tu.`tickets_id` = 1
UNION
SELECT usr.`id` AS users_id, gt.`type` AS type
FROM `glpi_groups_tickets` gt
LEFT JOIN `glpi_groups_users` gu ON gu.`groups_id` = gt.`groups_id`
LEFT JOIN `glpi_users` usr ON gu.`users_id` = usr.`id`
WHERE gt.`tickets_id` = 1
UNION
SELECT usr.`id` AS users_id, \'2\' AS type
FROM `glpi_profiles` prof
LEFT JOIN `glpi_profiles_users` pu ON pu.`profiles_id` = prof.`id`
LEFT JOIN `glpi_users` usr ON usr.`id` = pu.`users_id`
LEFT JOIN `glpi_profilerights` pr ON pr.`profiles_id` = prof.`id`
WHERE pr.`name` = \'ticket\'
AND pr.`rights` & 32768 = 32768
) AS allactors
WHERE `type` != 3
GROUP BY `users_id`
ORDER BY `type` DESC
Error: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'allactors.type' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Backtrace :
inc/ticket.class.php:6609
inc/ticket.class.php:6265 Ticket->getTicketActors()
inc/ticket.class.php:639 Ticket->showTimeline()
inc/commonglpi.class.php:477 Ticket::displayTabContentForItem()
ajax/common.tabs.php:97 CommonGLPI::displayStandardTab()
and last php-errors.log
2016-08-23 13:11:24 [2@inventario]
*** PHP Notice(8): Trying to get property of non-object
Backtrace :
inc/dbmysql.class.php:264
inc/problem.class.php:672 DBmysql->numrows()
inc/central.class.php:242 Problem::showCentralList()
inc/central.class.php:83 Central::showMyView()
inc/commonglpi.class.php:477 Central::displayTabContentForItem()
ajax/common.tabs.php:97 CommonGLPI::displayStandardTab()
thanks in advance!
Offline
Hello,
I've got the same problem in the version 0.90.5.
The same problem have got in the order plugin (http://forum.glpi-project.org/viewtopic.php?id=155141)
Is it possible for a devlopper to take the control of my pc with teamviewer if you want.
Geoffrey
Offline
For forced GLPI with the old system tickets :
Setup > General > Default Values > [Assistance] Keep tabs replaced by the ticket timeline : NO
Offline
hi gargan21, I tried changing the "keep tabs replaced by the ticket timeline" but it's the same.
Offline
I'm sorry for the noise...
I had the same symptoms so I thought I had a similar issue, but my problem has to do with mysql version 5.7.
Offline
Hi
Try donwgrade mysql.
Offline
Hi!
I'm having the same issue.. the tabs only appear in the DEBUG mode
Processing the request just keeps showing Loading...... nothing else.
Did you find any solution??
Offline
Do you use version > 5.5 MySQL or MariaDB?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline