CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #35219

Bug #35218: miscellaneous from forum

miscellaneous from forum

Added by Dirk Wildt about 1 year ago. Updated about 1 year ago.

Status:Resolved Start date:2012-03-24
Priority:Should have Due date:2012-03-25
Assignee:Dirk Wildt % Done:

100%

Category:PHP Spent time: 2.00 hours
Target version:3.7.7 Estimated time:2.00 hours
Votes: 0

Description

Description

  • foreach fe_users tx_org_headquarters
  • strftime expects two parameters
  • implode seo

See
http://typo3-browser-forum.de/fa/list_post/forum/typo3-browser-bugs/thema/warning-invalid-argument-supplied-for-foreach/

Thanks to rbert dalien for reporting this bugs.

History

Updated by Dirk Wildt about 1 year ago

  • Due date set to 2012-03-25
  • Category set to PHP
  • Status changed from Accepted to Resolved
  • Target version set to 3.7.7
  • % Done changed from 0 to 100
  • Estimated time set to 2.00

1. Empty marker AZBROWSER

2. class.tx_browser_pi1_seo.php line 206 and 207:

$cleanedArrKeywd = array_unique($cleanedArrKeywd);
$metaKeywd = implode(',', $cleanedArrKeywd);

Some times $cleanedArrKeywd isn't an array.

Also available in: Atom PDF