0
Welcome Guest! Login
0 items Join Now

joomlapack error using packed site from remote

  • joomlapack error using packed site from remote

    Posted 15 years 7 months ago
    • Hi, I am doing a large change to a site which is LIVE and I want to be careful, so I used joomlapack ( many times I have used it from local then remote) it packed up fine (so I thought) but when I went to open it and begin an installation using mamp,. I got this:


      mark( 'afterLoad' ) : null; /** * CREATE THE APPLICATION * * NOTE : */ $mainframe =& JFactory::getApplication('administrator'); /** * INITIALISE THE APPLICATION * * NOTE : */ $mainframe->initialise(array( 'language' => $mainframe->getUserState( "application.lang", 'lang' ) )); JPluginHelper::importPlugin('system'); // trigger the onAfterInitialise events JDEBUG ? $_PROFILER->mark('afterInitialise') : null; $mainframe->triggerEvent('onAfterInitialise'); /** * ROUTE THE APPLICATION * * NOTE : */ $mainframe->route(); // trigger the onAfterRoute events JDEBUG ? $_PROFILER->mark('afterRoute') : null; $mainframe->triggerEvent('onAfterRoute'); /** * DISPATCH THE APPLICATION * * NOTE : */ $option = JAdministratorHelper::findOption(); $mainframe->dispatch($option); // trigger the onAfterDispatch events JDEBUG ? $_PROFILER->mark('afterDispatch') : null; $mainframe->triggerEvent('onAfterDispatch'); /** * RENDER THE APPLICATION * * NOTE : */ $mainframe->render(); // trigger the onAfterRender events JDEBUG ? $_PROFILER->mark( 'afterRender' ) : null; $mainframe->triggerEvent( 'onAfterRender' ); /** * RETURN THE RESPONSE */ echo JResponse::toString($mainframe->getCfg('gzip')); ?>

      That;s in Firefox, in safari it shows a downloaded file or something....HELP!!!!
    • Jeremiah 29:11
      For I know the plans I have for you," declares the LORD, "plans to prosper you and not to harm you, plans to give you hope and a future.
  • Re: joomlapack error using packed site from remote

    Posted 15 years 7 months ago
    • I have never had great success with JoomlaPack. You may want to post this on their forums though (that is if they have one).
  • Re: joomlapack error using packed site from remote

    Posted 15 years 7 months ago
    • I have had great success with joomlapack, it has saved me So many times.

      I had a few pobs lately and I resolved them by uninstalling joomlapack and re installing it with the version com_joomlapack-2.2-free.zip

      Are you running the joomlapack plus version? That's the version that gave me issues. There are so many different settings in there that can tweak the compression.

      How big is the site? Are you using ZIP or JPA? (JPA is better) Also, you might want to check the Size quota in advanced settings
    • Always post a link to your site when asking Questions!
      Try to articulate your question so someone other than you can understand it.
      The best questions are usually 1 sentence with a question mark at the end!
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: joomlapack error using packed site from remote

    Posted 15 years 7 months ago
    • Spark Computers wrote:
      I have never had great success with JoomlaPack. You may want to post this on their forums though...

      Keith,

      I think you should ask on the JoomlaPack forum, doesn't seem to be template related.

      Someone here may have the 'magic bullet' but while you're waiting for a response here it's always best to ask the developer.
    • Thanks,
      jim

Time to create page: 0.077 seconds