Coder Social home page Coder Social logo

vtigercrm's People

Contributors

vtiger-crm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vtigercrm's Issues

Installation does not warn about the lack of critical php-curl

Without php-curl installed (my default installation on Kali did not have it), curl_init() called by the Settings_ExtensionStore_Extension_Model::getNews() method fails, leading to critical error (function curl_init() does not exist), which ends up with HTTP 500 and incomplete response rendered. No error message is displayed anywhere due to error logging being suppressed, it took me manipulating the source files and calling ini_set(); after config loading to finally get the error stack trace.

If the extension is crucial for the CRM to run, it should be emphasized during the installation to help avoid ending up with a broken installation caused by an issue that is time-consuming to narrow down.

It would be even better to simply check if curl_init() function exists before trying to call it, making the non-essential getNews() feature fail in a non-disruptive way.

Strange replacement characters

Hi All,

Config:

Ubuntu 18.04LTS
PHP 5.6/7.2 (tested both)
VTiger 7.1.0 (vanilla & hotfix 2)
MySQL (latest)

I am having an issue with my VTiger installation where we are observing the following replacement chars on workflow email responses ; � � �

From what I can see, these replacement chars are being inserted/replaced after every   entry. I have tried a variety of changes to the PHP coding for the modules associated with the workflow/email but it is still doing the same. I have narrowed the issue down to the ToAscii.php module.

It seems like an encoding conversion is causing the issue. Not sure where though. I have posted this issue and searched for additional threads on the VTiger forums but it turned out to be fruitless (except for Vivek trying his luck).

Does anyone know what I can do to resolve this? It is the only issue that is hindering me from rolling VTiger out as a complete CRM solution to my company.

Thank you

Xhander

Javascript Caching Improvement

I propose a change to the way that JS files are linked in the app.

Currently in the \includes\runtime\Viewer.php file you have the following function

/**
 * Generated cache friendly resource URL linked with version of Vtiger
 */
function vresource_url($url) {
    global $vtiger_current_version;
    if (stripos($url, '://') === false) {
        $url = $url .'?v='.$vtiger_current_version;
    }
    return $url;
}

I propose changing this to

/**
 * Generated cache friendly resource URL linked with the last edited time of the file
 */
function vresource_url($url) {
    if (stripos($url, '://') === false) {
        $url = $url . '?v='.filemtime($url);
    }
    return $url;
}

This will allow the JS to get re-cached on changes to the file rather than the vtiger version being changed.

If people like this change I will create a pull request for it so gives me your thoughts.

Permission to perform the operation is denied

Hi,
I am trying to use webservice for Contact update but could not update the contact. I have gone through Update.php webservice and found that webserviceObject empty. $webserviceObject = VtigerWebserviceObject::fromId($adb,$idList[0]);
The function 'fromId' of class VtigerWebserviceObject returns empty object though I can get the values of $rowData from function 'fromId'.
The version I am using is 7.5.
Could you please help me resolve the issue?

How to get in touch regarding a security concern

Hey there!

I belong to an open source security research community, and a member (@0x7zed) has found an issue, but doesn’t know the best way to disclose it.

If not a hassle, might you kindly add a SECURITY.md file with an email, or another contact method? GitHub recommends this best practice to ensure security issues are responsibly disclosed, and it would serve as a simple instruction for security researchers in the future.

Thank you for your consideration, and I look forward to hearing from you!

(cc @huntr-helper)

decommissioning

Hello
I am considering eventually migrating from a CRM solution to this open source solution.
Indeed, I have a large series of Data that I must keep and I ask if there are ways to facilitate this migration.

To answer me you can join me the links relating to the various questions asked above, I will be happy to read them while waiting for me to browse the forum on my subject.
I thank you in advance

Error in create record type workflow for email field type

It is not possible to create a workflow that creates a new contact when a new potential is created.

The problem is related exclusively to the email field.

In fact, by associating the custom email field of the potential to the standard email field of the contact, using the fieldtype option, the value is replaced by the rwatext option and then in the contact's email field the value "email" is entered and not the real email address

to replicate the problem:

  1. new potential workflow
  2. just first time creation create a contact record
  3. proceed mapping fields
  4. notice for email fields fieldtyoe option is replaced by rawtext but continue and save
  5. add a potential and notice a new contact is created but in his email field value is "email" and not real email address

ps. same problem related to email field type also if i want create a company from potential or also create a contact or company from new lead

Mail Scanner

Dears, i am using vtiger 6.3

I have a problem regarding to mail converter scan

  • Outgoing mail configured correctly
  • CRM sending emails
  • Mail box added correctly to mail converter module
  • IMAP module is installed and enabled at server

the problem is when i press scan now, it just loading and don't do anything else

plz help :)

Thanks

Calendar Freezes, stuck loading screen ( vanilla install Vtiger version 7.3.0)

Expected behavior:

When I try and view my calendar I am just getting the loading screen with the animated loading circles and the view of the calendar is greyed out in the background.

  • Loading never finishes and I am unable to click on any menus and my only option is to go back a page or close the browser.

I checked my browser console log and I am seeing the following.

index.php?module=Calendar&view=Calendar:1 Unchecked runtime.lastError: The message port closed before a response was received.
index.php?module=Calendar&view=Calendar:1 Uncaught SyntaxError: Unexpected token D in JSON at position 0
at JSON.parse ()
at Object. (Calendar.js?v=7.3.0:284)
at Object. (jquery.min.js?v=7.3.0:2)
at j (jquery.min.js?v=7.3.0:2)
at Object.fireWith [as resolveWith] (jquery.min.js?v=7.3.0:2)
at Object.e. [as resolve] (jquery.min.js?v=7.3.0:2)
at Object. (application.js?v=7.3.0:132)
at Object. (jquery.min.js?v=7.3.0:2)
at j (jquery.min.js?v=7.3.0:2)
at Object.fireWith [as resolveWith] (jquery.min.js?v=7.3.0:2)

https://share.vidyard.com/watch/N49xfaaE1ZonMJQYQ6g1YS?

Environment: Ubuntu 20.04 Apache2, PHP 7.4, MariaDB

Big shit to fix kcfinder/js/browser/toolbar.js

<?php

/** This file is part of KCFinder project
  *
  *      @desc Toolbar functionality
  *   @package KCFinder
  *   @version 2.21
  *    @author Pavel Tzonkov <[email protected]>
  * @copyright 2010 KCFinder Project
  *   @license http://www.opensource.org/licenses/gpl-2.0.php GPLv2
  *   @license http://www.opensource.org/licenses/lgpl-2.1.php LGPLv2
  *      @link http://kcfinder.sunhater.com
  */?>

MySQL 5.7.5+ support for get_tag_cloud_tags()

Having a Tag Cloud widget on the dashboard when used with MySQL 5.7.5+ (released Sept 2014) results in the following message being displayed:

Syntax Error: SELECT tag,tag_id,COUNT(object_id) AS quantity FROM vtiger_freetags INNER JOIN vtiger_freetagged_objects ON (vtiger_freetags.id = tag_id) WHERE 1=1 AND tagger_id = ? GROUP BY tag ORDER BY quantity DESC LIMIT 0, 100

This is because as of MySQL 5.7.5 ONLY_FULL_GROUP_BY is enabled by default.

Easiest way to solve this seemed to be to add tag_id to the GROUP BY statement thus:

libraries/freetag/freetag.class.php

  function get_tag_cloud_tags($max = 100, $tagger_id = NULL,$module = "",$obj_id = NULL) {
    ...
-   GROUP BY tag
+   GROUP BY tag,tag_id
    ...
  }

It's also worth noting that the freetag library (https://github.com/freetag/freetag) doesn't bother SELECTing tag_id at all, so an alternative solution would be to just remove it, but I didn't look into the code enough to check if this would have any adverse effects or not.

Migration data

Good day

we try to migrate Sage Data base to Vtiger crm /
we convert the file to csv and when we try to import the file ... we get message : 0/0 records imported / successfull :(

can you assist ?

Regards
MAGIC TECHNOLOGYY
EMAIL : [email protected]
phone : +1 438 388 6512

Customer Portal - Changing default view from only mine to all - VT 6.5

If you want to change the default view from "only mine" to "all" in the customer portal, this is how you do it. At least it worked for me. :-)

In the header.html file
/customerportalurl/header.html

Line 94:
echo "<li id='$showmodule[$i]' onclick='fnLoadValues(\"$showmodule[$i]\")'><a href='index.php?module=".$showmodule[$i]."&action=index&onlymine=true'>

Change to:
echo "<li id='$showmodule[$i]' onclick='fnLoadValues(\"$showmodule[$i]\")'><a href='index.php?module=".$showmodule[$i]."&action=index&onlymine=false'>

This will work across all modules in the customer portal.

Trying to install self hosted version of Vtiger

I am keen to install Vtiger as the CRM for my business and would like to self host.

I downloaded the Tar.gz file and unzipped in the relevant directory. From there I navigated in my browser to domain.co.uk/indext.php but I got the error shown in the below pic

image

As you can see, the file has clearly added to the url making it domain.co.uk/index.php?module=Install&view=Index adding ?module=Install&view=Index to the end, making me think that the desired file - index.php has been recognised but there appears to be something stoping the set up

When I check Console I get

image

and network

image

PHP error logs

[19-Jul-2022 12:21:55] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:55] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:55] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:55] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:21:55] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:21:57] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:57] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:57] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:57] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:21:57] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:21:58] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:58] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:58] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:58] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:21:58] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:21:59] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:59] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:59] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:21:59] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:21:59] WARNING: [pool domain.co.uk] child 60010 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:22:11] WARNING: [pool domain.co.uk] child 60141 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:22:11] WARNING: [pool domain.co.uk] child 60141 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:22:11] WARNING: [pool domain.co.uk] child 60141 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:22:11] WARNING: [pool domain.co.uk] child 60141 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:22:11] WARNING: [pool domain.co.uk] child 60141 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:24:39] WARNING: [pool domain.co.uk] child 61334 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:24:40] WARNING: [pool domain.co.uk] child 61334 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:24:40] WARNING: [pool domain.co.uk] child 61334 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:24:40] WARNING: [pool domain.co.uk] child 61334 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:24:40] WARNING: [pool domain.co.uk] child 61334 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:25:07] WARNING: [pool domain.co.uk] child 61647 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:25:07] WARNING: [pool domain.co.uk] child 61647 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:25:07] WARNING: [pool domain.co.uk] child 61647 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:25:07] WARNING: [pool domain.co.uk] child 61647 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:25:07] WARNING: [pool domain.co.uk] child 61647 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:29:04] WARNING: [pool domain.co.uk] child 67963 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:29:04] WARNING: [pool domain.co.uk] child 67963 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:29:04] WARNING: [pool domain.co.uk] child 67963 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:29:04] WARNING: [pool domain.co.uk] child 67963 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:29:04] WARNING: [pool domain.co.uk] child 67963 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:29:04] WARNING: [pool domain.co.uk] child 67693 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:29:04] WARNING: [pool domain.co.uk] child 67693 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:29:04] WARNING: [pool domain.co.uk] child 67693 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:29:04] WARNING: [pool domain.co.uk] child 67693 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:29:04] WARNING: [pool domain.co.uk] child 67693 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:33:42] WARNING: [pool domain.co.uk] child 74178 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:33:42] WARNING: [pool domain.co.uk] child 74178 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:33:42] WARNING: [pool domain.co.uk] child 74178 said into stderr: "PHP message: PHP Warning:  Directory /var/www/vhosts/main/domain.co.uk/include/utils/../../test/vtlib/HTML not writable, please chmod to 777 in /var/www/vhosts/main/domain.co.uk/libraries/htmlpurifier410/library/HTMLPurifier/DefinitionCache/Serializer.php on line 297"
[19-Jul-2022 12:33:42] WARNING: [pool domain.co.uk] child 74178 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"
[19-Jul-2022 12:33:42] WARNING: [pool domain.co.uk] child 74178 said into stderr: "PHP message: PHP Warning:  mkdir(): Permission denied in /var/www/vhosts/main/domain.co.uk/includes/runtime/Viewer.php on line 58"

Any help would be much appreciated

Migration Not Working

Hello,

The migration feature doesn't seem to be working - still says version 7.0 at the bottom of the dashboard.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.