Hi,
When I log into Admin > Studio it hangs for a while and then gives this error. Same with Module Builder too. Screenshot is attached for your reference. Pls advise. Regards.
Hi,
When I log into Admin > Studio it hangs for a while and then gives this error. Same with Module Builder too. Screenshot is attached for your reference. Pls advise. Regards.
More screenshots attached.
What operating system, database and version of PHP are you running on?
Does the application behave as expected apart from these issues?
What error messages are you getting in sugar.log?
Hi menonji007 ,
yes giving other info like operating system , db , php version whould help ,
are you trying to customize with java script in any of the modules ?
generally i have seen this type of error when you are trying to add java script ( and you do not add it in proper way )
For example
you want to add java script in details view
instead of add js file like this
$viewdefs['Opportunities']['EditView']['templateMeta']['includes'] =
array (
array (
'file' => 'path/to/file/filename.js',
),
);
if you directly add using script tag ( not proper way )
<script type="text/javascript">
// your code
</script>
in this kind of scenario u might get error like this !
i hope this helps
Thanx for ur prompt response. Here is the info. Regards.
mysql Ver 14.14 Distrib 5.5.38, for Linux (x86_64) using readline 5. CentOS release 6.5 (Final)
3.15.4-x86_64-linode45 PHP 5.4.30 (cli) (built: Jun 25 2014 15:27:51)
Copyright © 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright © 1998-2014 Zend Technologies [PHP Modules]
bz2, calendar, Core, ctype, curl, date, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imap, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, odbc, openssl, pcntl, pcre, PDO, pdo_mysql ,PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, readline, Reflection, session, shmop, SimpleXML, snmp, sockets, SPL, sqlite3, standard, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib
Not really. I have not tried to add any Javascript nor modify any existing Javascript. This is a plain install and everything else is working fine. The permission is currently 777 and apache:apache.