Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Imported From: http://groups.google.com/group/in-portal-bugs/browse_thread/thread/61f88fb84bab120d#

Some things popped up when Dmitry was installing In-Portal 5.2.0-B2 on beta
server:

   1. minimal version of PHP *should be lowered to 5.2.0*, since not
   all hosting companies have PHP 5.3 up and running on their server (despite
   speed improvements in existing PHP scripts)
   2. we need to check for *SPL *(standard php library) extension presence
   (since we use it), which is enabled by default, however you can turn it off
   during PHP compilation time
   3. check, that we can set both* init_set('display_errors') and
   error_reporting* settings, since when we can't do it any Fatal error
   that can popup won't be recorded in server log and won't be displayed at
   all; we of course disabled error reporting by default
   4. check JPEG availability using function_exists('imagejpeg') and not by
   searching JPEG work inside GD supported library list

Task:

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.


--
Best Regards,

http://www.in-portal.com
http://www.alex-time.com

  • No labels