-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check for classes which have the Interface IteratorAggregate but not Countable #619
Labels
Comments
Hope this belongs here ....
It's a ustom Theme, but code is nearly the same as in vanilla ... Can some reproduce when open tracking-URL popup? |
Have had this error too fixed directly in code I remember circumventing the
count ..does this help? On iPhone now
…On Mon, 15 Apr 2019 at 20:52, sv3n ***@***.***> wrote:
Hiope this belongs here ....
Warning: sizeof(): Parameter must be an array or an object that implements
Countable in
/home/xyz/public_html/.modman/xyz/src/app/design/frontend/default/xyz/template/shipping/tracking/popup.phtml
on line 130
It's a ustom Theme, but code is nearly the same as in vanilla ...
https://github.com/OpenMage/magento-lts/blob/1.9.4.x/app/design/frontend/base/default/template/shipping/tracking/popup.phtml#L131
Can some reproduce when open tracking-URL popup?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#619 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAn0a0LoEH2svqKValX20q3OowSLvSVwks5vhMqIgaJpZM4bn8iO>
.
|
edannenberg
pushed a commit
to edannenberg/magento-lts
that referenced
this issue
Aug 22, 2019
…ions * Mage_Sales_Model_Entity_Sale_Collection * Zend_Db_Table_Row_Abstract * Zend_Db_Statement_Pdo * Zend_Rest_Client_Result * Zend_Rest_Client_Result * Zend_TimeSync refs: OpenMage#619
edannenberg
pushed a commit
to edannenberg/magento-lts
that referenced
this issue
Oct 25, 2019
…ions * Mage_Sales_Model_Entity_Sale_Collection * Zend_Db_Table_Row_Abstract * Zend_Db_Statement_Pdo * Zend_Rest_Client_Result * Zend_Rest_Client_Result * Zend_TimeSync refs: OpenMage#619
edannenberg
pushed a commit
to edannenberg/magento-lts
that referenced
this issue
Aug 20, 2020
…ions * Mage_Sales_Model_Entity_Sale_Collection * Zend_Db_Table_Row_Abstract * Zend_Db_Statement_Pdo * Zend_Rest_Client_Result * Zend_Rest_Client_Result * Zend_TimeSync refs: OpenMage#619
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow up to #604
Look for cases where the Interface IteratorAggregate but not Countable is added.
Then add the Countable in case it has a count() method, and if not list the class here for discussion.
The text was updated successfully, but these errors were encountered: