简体   繁体   中英

Error access picklist Field [vTiger v 7.4.0]

while access picklist Field, i can't see anything. here is the following screenshoot

only show menu

i use NGINX server with 7.4 PHP version.

Try to debug this issue by enabling the error_reporting from config.inc.php file on your server and try to resolve the issue once you identified the error from the screen. You can find a line in config.inc.php file similar below.

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);

In case, need any help with that issue, you can modify your question.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM