Problem save/edit Potential on VTE 4.4.1 - blank page

More
14 Feb 2013 10:20 #2703 by andrea.vergottini
Hi,
after update i've this problem on potential module:
when i save/edit the record i see the http://myserver/index.pxp on blank page.
The record is updated but i see always this page.

How can I fix?

Thanks

Please Log in to join the conversation.

More
14 Feb 2013 11:19 #2704 by andrea.vergottini
I found this link

forums.vtiger.com/viewtopic.php?f=104&t=50922

In my vte i have one handler for Potential module

When i comment the line

I debugged and my vtiger crashes in \data\CRMEntity.php - ($em->triggerEvent("vtiger.entity.aftersave", $entityData);

the save/edit works.

My handler works on old version VTE 4.3.2 without problem.

I also created new fields on Potential from vte interfaces, are these problems?

In the old version I had no problems

How can I fix?

Please Log in to join the conversation.

More
14 Feb 2013 12:40 #2705 by mapokid
Try to enable "dieOnError" in config.inc.php (line 61)

$dbconfig = true;

In this way VTE show you any db errors.

Please Log in to join the conversation.

More
14 Feb 2013 12:57 #2706 by andrea.vergottini
Hi @mapo,
i set

$dbconfig = 'true';

but i see always a blank page.

I have to restart any service?

Thanks

Please Log in to join the conversation.

More
15 Feb 2013 07:17 #2708 by mapokid
Apache "display error" is active? Try to activate it or see apache logs.

Please Log in to join the conversation.

More
15 Feb 2013 07:55 #2709 by andrea.vergottini
The variable

display_errors = On

is already active.

I try to active

log_errors = On

and find the log file

error_log = php_errors.log

but the file not exist ( i alredy restart the apache service )

Please Log in to join the conversation.

Time to create page: 0.204 seconds