Project

General

Profile

Actions

Bug #3894

closed

PHP 5.4 CB xml installfiles not being found

Added by krileon about 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
29 January 2013
Due date:
% Done:

100%

Estimated time:

Description

When using PHP 5.4 and a CB plugin has an installfile it isn't being found. I suspect is an issue with XML parsing of some sorts. Needs further investigation.

https://www.joomlapolis.com/forum/154-advanced-members-support/219353-cbgallery-plugin-bug-report-folder-and-file-problems-on-install-and-execution?start=6

Actions #1

Updated by krileon almost 11 years ago

  • Assignee set to krileon
Actions #2

Updated by krileon almost 11 years ago

  • Target version set to CB 2.0.0
Actions #3

Updated by krileon almost 11 years ago

  • Status changed from New to Assigned
Actions #4

Updated by krileon almost 11 years ago

The IF check is not strict enough. It should be checking that $installfile_elemet is !== false instead of just that it exists as IF checks don't work very well on xml objects.

Actions #5

Updated by krileon almost 11 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Fixed all getElementByPath IF check usages to properly check for === or !== false as they should.

Actions #6

Updated by beat over 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF