Anonymous | Login | Signup for a new account | 2023-11-29 02:37 CST | ![]() |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Viewing Issue Advanced Details [ Jump to Notes ] [ Wiki ] | [ View Simple ] [ 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 | Platform | |||
Status | closed | OS | |||||
OS Version | |||||||
ETA | none | Fixed in Version | 5.2.0-B3 | Product Version | 5.2.0-B2 | ||
Target Version | 5.2.0 | Product Build | |||||
Time Estimate | No 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. |
||||||
Steps To Reproduce | |||||||
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 |
![]() |
||||||
|
![]() |
||||||
|
![]() |
|
![]() alex (manager) 2012-03-26 11:50 |
Will test all together later. |
![]() 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 |
![]() alex (manager) 2012-07-25 05:31 |
Since 5.2.0 version was released. |
![]() |
|||
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 ] | ||
![]() |
|||
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 |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Web Development by Intechnic![]() In-Portal Open Source CMS |