[quote="Jasiek":11ppr9fp][quote:11ppr9fp]Where can i find log file?[/quote:11ppr9fp]
I don't know. I don't know what OS you have, how it is configured, etc.
phpinfo should give you a path to php error logs.
Do you know how to use google? http://bit.ly/1rlR31b[/quote:11ppr9fp]
I hope to understand...sorry but i'm not expert
I use Windows 8.1 with browser IE11 and FIREFOX...my crm is installed on VPS by SITE5.com...
my php.ini file is:
magic_quotes_gpc = Off
memory_limit = "64M"
my .htaccess file is:
Options -Indexes
#SecFilterEngine Off
#if your server is running php as cgi/fastcgi you should set following directive instead of above php_value/flag
#SetEnv PHPRC /your/epesi/root/directory/php.ini
my htaccess.txt file is:
Options -Indexes
#SecFilterEngine Off
#if your server is running php as apache module:
php_value memory_limit "64M"
php_flag magic_quotes_gpc off
#if your server is running php as cgi/fastcgi you should set following directive instead of above php_value/flag
#SetEnv PHPRC /your/epesi/root/directory/php.ini
<IfModule mod_alias.c>
RedirectMatch 404 /\\.svn(/|$)
RedirectMatch 404 /\\.git(/|$)
</IfModule>
my error_log file is:
[02-Sep-2013 08:18:12 America/Chicago] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4 bytes) in /home/unisincr/public_html/crm/modules/Utils/RecordBrowser/RecordBrowserCommon_0.php on line 156
[02-Sep-2013 08:21:11 America/Chicago] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 128 bytes) in /home/unisincr/public_html/crm/modules/Utils/RecordBrowser/RecordBrowserCommon_0.php on line 1379
[07-Sep-2013 06:11:06 America/Chicago] PHP Fatal error: Missing defined DATABASE_HOST in data/config.php. in /home/unisincr/public_html/crm/include/config.php on line 14
[07-Sep-2013 06:11:48 America/Chicago] PHP Fatal error: Missing defined DATABASE_HOST in data/config.php. in /home/unisincr/public_html/crm/include/config.php on line 14
[09-Sep-2013 06:19:16 America/Chicago] PHP Parse error: syntax error, unexpected T_STRING in /home/unisincr/public_html/crm/admin/modules/EpesiShell.php(28) : eval()'d code on line 1
[09-Sep-2013 06:19:30 America/Chicago] PHP Parse error: syntax error, unexpected T_STRING in /home/unisincr/public_html/crm/admin/modules/EpesiShell.php(28) : eval()'d code on line 2
[09-Sep-2013 06:24:24 America/Chicago] PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/unisincr/public_html/crm/admin/modules/EpesiShell.php(28) : eval()'d code on line 2
[09-Sep-2013 06:27:10 America/Chicago] PHP Parse error: syntax error, unexpected $end, expecting T_VARIABLE or T_DOLLAR_OPEN_CURLY_BRACES or T_CURLY_OPEN in /home/unisincr/public_html/crm/admin/modules/EpesiShell.php(28) : eval()'d code on line 2
[07-Oct-2013 12:41:30 America/Chicago] PHP Fatal error: Missing defined DATABASE_HOST in data/config.php. in /home/unisincr/public_html/crm/include/config.php on line 14
[07-Oct-2013 12:42:20 America/Chicago] PHP Fatal error: Missing defined DATABASE_HOST in data/config.php. in /home/unisincr/public_html/crm/include/config.php on line 14
[07-Oct-2013 12:45:58 America/Chicago] PHP Warning: require_once(data/config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/unisincr/public_html/crm/include/config.php on line 13
[07-Oct-2013 12:45:58 America/Chicago] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'data/config.php' (include_path='libs/minify:libs/MDB2:libs:.:.:/usr/lib/php:/usr/local/lib/php') in /home/unisincr/public_html/crm/include/config.php on line 13
[07-Oct-2013 12:49:00 America/Chicago] PHP Warning: require_once(data/config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/unisincr/public_html/crm/include/config.php on line 13
[07-Oct-2013 12:49:00 America/Chicago] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'data/config.php' (include_path='libs/minify:libs/MDB2:libs:.:.:/usr/lib/php:/usr/local/lib/php') in /home/unisincr/public_html/crm/include/config.php on line 13
[07-Oct-2013 12:58:42 America/Chicago] PHP Warning: require_once(data/config.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/unisincr/public_html/crm/include/config.php on line 13
[07-Oct-2013 12:58:42 America/Chicago] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'data/config.php' (include_path='libs/minify:libs/MDB2:libs:.:.:/usr/lib/php:/usr/local/lib/php') in /home/unisincr/public_html/crm/include/config.php on line 13
[25-Sep-2014 04:18:01 America/Chicago] PHP Parse error: syntax error, unexpected end of file in /home/unisincr/public_html/crmwip/modules/Utils/Attachment/AttachmentCommon_0.php on line 769
tell me if is necessary other file or what i have to do...tnx a lot and sorry for inconvenience