0
Welcome Guest! Login
0 items Join Now

Upgrade from 3.0.10 to 3.0.12 renders error message

  • Re: Upgrade from 3.0.10 to 3.0.12 renders error message

    Posted 14 years 1 month ago
    • Martin Tomczyk wrote:
      try to delete the cache files manually via ftp not joomla function.

      Hi Martin Tomczyk,

      That worked perfect, Thank you very much for your help.

      Regards
      Alex
  • Re: Upgrade from 3.0.10 to 3.0.12 renders error message

    Posted 14 years 1 month ago
    • It's THIS line that messes things up for me (#255 in phpQuery.php):
      $this->document = new DOMDocument($version, $charset);

      Got any clues yet, Kat05?
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Upgrade from 3.0.10 to 3.0.12 renders error message

    Posted 14 years 1 month ago
    • Fredrik Lindgårdh wrote:
      Just upgraded, and got this error message:

      Fatal error: Class 'DOMDocument' not found in /components/com_gantry/admin/phpQuery.php on line 255

      when I try to access the template settings.

      Any clues?

      Thanks!
      hi again,

      thanks for the admin details,
      can you try to clear your cache via ftp as well as was suggested in this thread?

      please let me know if that helps, kat :)
    • Kat05 / QA Lead & Support / Germany
  • Re: Upgrade from 3.0.10 to 3.0.12 renders error message

    Posted 14 years 1 month ago
    • Done! It's just to delete all, right?

      It made no difference, though. Still the same error.
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Upgrade from 3.0.10 to 3.0.12 renders error message

    Posted 14 years 1 month ago
    • Fredrick, what version of PHP are you running?? DOMDocument is part of PHP5 and that's one of the minium requirements for Gantry. Infact Gantry requires 5.2.X because everything prior to that was so buggy.
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Upgrade from 3.0.10 to 3.0.12 renders error message

    Posted 14 years 1 month ago
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: Upgrade from 3.0.10 to 3.0.12 renders error message

    Posted 14 years 1 month ago
    • Kat provided me with your admin info so i had a look at your PHP configuration. First you are running PHP 5.1.6, which is very old, and quite buggy. I suggest you upgrade to PHP 5.2.X as that is the minimum requirement for Gantry and frankly is just safer.

      Also, you have "--disable-dom" in your configure commands which I've never seen before. Seems your hosting provider has explicitly turned of DOM support which is just crazy. I would suggest talking to them about enabling it, or move to another provider that has a current version of PHP plus DOM support. A provider that is running an old version of PHP like that is questionable :)
  • Re: Upgrade from 3.0.10 to 3.0.12 renders error message

    Posted 14 years 1 month ago
    • Hi Andy. This is the setup:

      PHP Built on: Linux
      Database Version: 5.0.77
      Database Collation: utf8_general_ci
      PHP Version: 5.1.6
      Web Server: Apache/2.2.3 (Red Hat)
      Web Server to PHP interface: apache2handler
      Joomla! Version: Joomla! 1.5.20 Stable [ senu takaa ] 18-July-2010 18:00 GMT

      It's running on AFS. Could it be something on file format level?
    • Last Edit: 14 years 1 month ago by Fredrik Lindgårdh.
  • Re: Upgrade from 3.0.10 to 3.0.12 renders error message

    Posted 14 years 1 month ago
    • OK. It's university-run servers, so they are not a typical commercial host. I'll just ask them to upgrade php.

      But the "--disable dom" command is an Apache setting, isn't it?
  • Re: Upgrade from 3.0.10 to 3.0.12 renders error message

    Posted 14 years 1 month ago
    • So, ok. DOM enabled. Still running php 5.1.6. Testing an upgrade to 5.2.x or 5.3.x on a test server. Upgraded Gantry component (via code.google.com/p/gantry-framework/downl...framework-3.0.12.zip ) from 3.0.11 to 3.0.12, but got this error:

      Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /components/com_gantry/admin/admin_format.php on line 16

      Should I also upgrade the Gantry template (still running version 3.0.11)?

Time to create page: 0.052 seconds