Contentteller

Contentteller Support Forums
Home Forums > Contentteller > Installation and Upgrade >

Importing Woes

Discussion in 'Installation and Upgrade' started by gene, Oct 10, 2008.

  1. gene New Member

    Importing Woes

    While attempting to install RC3 on Freebsd, using apache 2.2, and mysql 5, I arrive at the step 9 "Installing Templates". And that's it. It just sits there with "Importing install" on the screen. I've tried chmod'ing the templates directory to 777 to no avail. :confused:

    Anyone have any ideas?

    Thanks,
    Gene
    gene, Oct 10, 2008
    #1
  2. Philipp Administrator

    Chmod the templates directory will not help. The installer will read and parse the templates XML files at this part of the installation (in your case /cadmin/install/default.tmpl.xml).

    You could try to change the following line in cadmin/cinstall.php to see if there are any errors:
    PHP:
    error_reporting( 0 );
    to:
    PHP:
    error_reporting( E_ALL );
    Philipp, Oct 10, 2008
    #2
  3. gene New Member

    I did so - and the error is:

    Fatal error: Call to undefined function gzinflate() in classes/class_xml.php on line 252

    I'll have to investigate - I'm using PHP 5 so the function ought to be there.

    Maybe I need to recompile -
    Gene


    Philipp Esselbach;327 said:
    Chmod the templates directory will not help. The installer will read and parse the templates XML files at this part of the installation (in your case /cadmin/install/default.tmpl.xml).

    You could try to change the following line in cadmin/cinstall.php to see if there are any errors:
    PHP:
    error_reporting( 0 );
    to:
    PHP:
    error_reporting( E_ALL );
    gene, Oct 11, 2008
    #3
  4. Philipp Administrator

    Look like zlib is missing. You need to configure PHP with the parameter -–with-zlib
    Philipp, Oct 11, 2008
    #4
Tweet
Facebook:
Forgot your password?
Contentteller Support Forums
Home Forums > Contentteller > Installation and Upgrade >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Advanced search...
    Forum software by XenForo™ ©2011 XenForo Ltd.