In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Simple Details Jump to Notes ] Wiki ] View Advanced ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0001225 [In-Portal CMS] Install / Upgrages bug report always 2012-03-14 12:24 2012-07-25 05:31
Reporter alex View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.2.0-B3
Status closed Product Version 5.2.0-B2 Target Version 5.2.0
Time EstimateNo estimate
Summary 0001225: Additional checks to perform on "System Requirements" step before installation/upgrade
Description 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

5. find and replace all places that use:
$count = $node->count(); // PHP > 5.3
with:
$count = count($node->children()); // PHP < 5.3

Add TODO comment where we specify to use 5.3+ version once we switch to it.
Additional Information
Tags No tags attached.
Reference https://groups.google.com/d/topic/in-portal-bugs/YfiPuEurEg0/discussion
Change Log Message Adds more restrictions on server configuration before allowing install/upgrade
Estimate Points 1
Attached Files patch file icon more_checks_in_system_requirements_step.patch [^] (5,605 bytes) 2012-03-26 11:50 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
child of 0000413closed (5.2.0)alex System Requirements Check before In-Portal Installation 

-  Notes
User avatar (0004518)
alex (manager)
2012-03-26 11:50

Will test all together later.
User avatar (0004519)
alex (manager)
2012-03-26 11:52

Fix committed to 5.2.x branch. Commit Message:

Fixes 0001225: Additional checks to perform on "System Requirements" step before installation/upgrade
User avatar (0004950)
alex (manager)
2012-07-25 05:31

Since 5.2.0 version was released.

- Related Changesets
In-Portal CMS: 5.2.x r15237
Timestamp: 2012-03-26 11:52:18
Author: alex
Details ] Diff ]
Fixes 0001225: Additional checks to perform on "System Requirements" step before installation/upgrade
mod - /in-portal/branches/5.2.x/core/install/prerequisites.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/step_templates/sys_requirements.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/language_import_helper.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-07-25 05:31 alex Note Added: 0004950
2012-07-25 05:31 alex Status resolved => closed
2012-03-26 11:52 alex Changeset attached 5.2.x r15237
2012-03-26 11:52 alex Note Added: 0004519
2012-03-26 11:52 alex Status reviewed and tested => resolved
2012-03-26 11:52 alex Fixed in Version => 5.2.0-B3
2012-03-26 11:52 alex Resolution open => fixed
2012-03-26 11:52 alex Assigned To !COMMUNITY => alex
2012-03-26 11:50 alex Note Added: 0004518
2012-03-26 11:50 alex Status needs testing => reviewed and tested
2012-03-26 11:50 alex Assigned To => !COMMUNITY
2012-03-26 11:50 alex Developer => alex
2012-03-26 11:50 alex Status active => needs testing
2012-03-26 11:50 alex File Added: more_checks_in_system_requirements_step.patch
2012-03-19 11:27 Dmitry Description Updated View Revisions
2012-03-14 12:27 alex Relationship added child of 0000413
2012-03-14 12:26 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/YfiPuEurEg0/discussion
2012-03-14 12:24 alex New Issue
2012-03-14 12:24 alex Change Log Message => Adds more restrictions on server configuration before allowing install/upgrade
2012-03-14 12:24 alex Estimate Points => 1



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker