Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • pot79 Friend
    #181213

    Hi,

    when i click on Manage Extension->Manage page, it shows me this warning:

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/andreabellidesign.it/subdomains/demo4/httpdocs/administrator/components/com_installer/models/extension.php on line 105

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/andreabellidesign.it/subdomains/demo4/httpdocs/administrator/components/com_installer/models/extension.php on line 105

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/andreabellidesign.it/subdomains/demo4/httpdocs/administrator/components/com_installer/models/extension.php on line 105

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/andreabellidesign.it/subdomains/demo4/httpdocs/administrator/components/com_installer/models/extension.php on line 105

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/andreabellidesign.it/subdomains/demo4/httpdocs/administrator/components/com_installer/models/extension.php on line 105

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/andreabellidesign.it/subdomains/demo4/httpdocs/administrator/components/com_installer/models/extension.php on line 105

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/andreabellidesign.it/subdomains/demo4/httpdocs/administrator/components/com_installer/models/extension.php on line 105

    Warning: Invalid argument supplied for foreach() in /var/www/vhosts/andreabellidesign.it/subdomains/demo4/httpdocs/administrator/components/com_installer/models/extension.php on line 105

    Moreover, if i try to install any module, it apparently seems to be installed…but if I go by FTP in modules/ and administrator/modules directories, I don’t find its files and directory.

    Can you help me to solve this problem?

    Thank you!

    Ninja Lead Moderator
    #469420
    pot79 Friend
    #469441

    <em>@Ninja Lead 341454 wrote:</em><blockquote>This is the bug core on JOOMLA:

    http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=24336
    http://forum.joomla.org/viewtopic.php?f=620&t=583160

    I found both links on your JOOMLA forum.</blockquote>

    I also found these links but I didn’t understand well hot to install two patches of joomlacode.org

    Ninja Lead Moderator
    #469475

    Please send PM me with URL, admin access and fpt account. I will check it on directly on your site

    pot79 Friend
    #469536

    <em>@Ninja Lead 341532 wrote:</em><blockquote>Please send PM me with URL, admin access and fpt account. I will check it on directly on your site</blockquote>

    I sent you a PM

    Thanks 😉

    Ninja Lead Moderator
    #469593

    This is the problem from database, you have many redandunt data on database which is not use. You have 2 options to fix this.
    1) Please PM me with cpanel to access phpMyAdmin, i will check on database and remove it manually!
    2) I fixed the error from JOOMLA CORE but the problem will show when you are in-progress to upgrade new version JOOMLA
    <blockquote>Open administrator/components/com_installer/models/extension.php file</blockquote>
    find <blockquote>private function translate(&$items)</blockquote>
    from

    if ($data) {
    foreach($data as $key => $value) {
    if ($key == 'type') {
    // ignore the type field
    continue;
    }
    $item->$key = $value;
    }
    }

    change to

    if ($data && is_object($data)) {
    foreach($data as $key => $value) {
    if ($key == 'type') {
    // ignore the type field
    continue;
    }
    $item->$key = $value;
    }
    }

    pot79 Friend
    #469674

    <em>@Ninja Lead 341683 wrote:</em><blockquote>This is the problem from database, you have many redandunt data on database which is not use. You have 2 options to fix this.
    1) Please PM me with cpanel to access phpMyAdmin, i will check on database and remove it manually!
    2) I fixed the error from JOOMLA CORE but the problem will show when you are in-progress to upgrade new version JOOMLA

    find
    from

    if ($data) {
    foreach($data as $key => $value) {
    if ($key == 'type') {
    // ignore the type field
    continue;
    }
    $item->$key = $value;
    }
    }

    change to

    if ($data && is_object($data)) {
    foreach($data as $key => $value) {
    if ($key == 'type') {
    // ignore the type field
    continue;
    }
    $item->$key = $value;
    }
    }

    </blockquote>

    I sent you all cpanel’s credentials by PM…thanks!!!!

    Ninja Lead Moderator
    #469716

    How can I access phpMyAdmin on your hosting site? Plus your hosting is using the Italian language:(.

    pot79 Friend
    #469777

    <em>@Ninja Lead 341827 wrote:</em><blockquote>How can I access phpMyAdmin on your hosting site? Plus your hosting is using the Italian language:(.</blockquote>

    I sent you an PM with 3 steps’ images 😉

    Ninja Lead Moderator
    #469858

    Page not found, when i clicked three link from your PM :((

    pot79 Friend
    #469992

    <em>@Ninja Lead 342015 wrote:</em><blockquote>Page not found, when i clicked three link from your PM :((</blockquote>

    Sent another PM with written instruction…I hope in you!

    Thanks!!!!:)

    Ninja Lead Moderator
    #470036

    I fixed the problem database on your site. Please check it again.

    pot79 Friend
    #470171

    <em>@Ninja Lead 342273 wrote:</em><blockquote>I fixed the problem database on your site. Please check it again.</blockquote>

    Yesssss!!!

    Thank you a lot, you are great !!! 🙂

    I hope this fix also solved module/component’s installation I had…:-[

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 2 voices, and was last updated by  pot79 11 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum