[Vtigercrm-developers] Cannot save widgets on dashboard after migration to 7.4
Gigatux
gigatux at protonmail.com
Wed Feb 2 23:31:09 GMT 2022
Right, we are getting somewhere. Thanks.
When the white screen pops up after pressing "Save", I get the below on the white screen:
Warning: require_once(modules/Vtiger/handlers/RecordLabelUpdater.php): failed to open stream: No such file or directory in /var/www/html/vtigercrm/include/events/VTEventTrigger.inc on line 140
Fatal error: require_once(): Failed opening required 'modules/Vtiger/handlers/RecordLabelUpdater.php' (include_path='/var/www/html/vtigercrm/libraries/htmlpurifier410/library:.:/usr/share/php') in /var/www/html/vtigercrm/include/events/VTEventTrigger.inc on line 140
I've copied below an image with the cursor sitting on line 140 of the file /var/www/html/vtigercrm/include/events/VTEventTrigger.inc
Any thoughts?
[ksnip_20220202-232913.png]
Sent with [ProtonMail](https://protonmail.com/) Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, February 2nd, 2022 at 4:07 PM, Rubén A. Estrada Orozco <rulotec1 at gmail.com> wrote:
> The line you have to uncomment is this one:
>
> ini_set('display_errors','on'); version_compare(PHP_VERSION, '5.5.0') <= 0 ? error_reporting(E_WARNING & ~E_NOTICE & ~E_DEPRECATED) : error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_WARNING); // DEBUGGING
>
> The file looks like this:
>
> [image.png]
>
> In that case I added line 21 and 22 to log errors into a file. you can use that too.
>
> As Alan pointed out, be sure to open config.inc.php and not other similarly named files like config.performance.php or config.php.
>
> Saludos
>
> Rubén
>
> On Wed, Feb 2, 2022 at 4:16 AM Alan Lord <alanslists at gmail.com> wrote:
>
>> It's config.performance.php
>>
>> Al
>>
>> On 01/02/2022 23:05, Gigatux wrote:
>>> Hello Rubén,
>>>
>>> this is what I have in config.init.php that resembles anything like a
>>> debug option.
>> _______________________________________________
>> http://www.vtiger.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20220202/e9ae4b8a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 166451 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20220202/e9ae4b8a/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ksnip_20220202-232913.png
Type: image/png
Size: 73073 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20220202/e9ae4b8a/attachment-0003.png>
More information about the vtigercrm-developers
mailing list