0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

Rocketlauncher error

    • juujoo's Avatar
    • juujoo
    • Newbie
    • Posts: 17
    • Thanks: 0

    Rocketlauncher error

    Posted 13 years 2 days ago
    • Ok downloaded the clarion rocketlauncher file and followed instructions by first
      - extracting files to my public_html folder (FTP)
      - then created a database . but when tryting to go to next step which is the joomla installation set up. i am getting error stating : . unexpected $end in /home1/juujooco/public_html/libraries/joomla/filesystem/folder.php on line 96

      please assist with this
    • Adamck's Avatar
    • Adamck
    • Elite Rocketeer
    • Posts: 546
    • Thanks: 2
    • Web Developer, IT Assistant, Graphics design, App Developer

    Re: Rocketlauncher error

    Posted 13 years 2 days ago
    • Did you extract the zip locally and upload the files via FTP?

      Or did you upload the ZIP file and then extract it on the server?

      it sounds like some files have only partially uploaded, ive had this before.

      If you have CPANELX, upload the ZIP to your public_html and then use the cpanel file manager to locate the file, right click it and extract it, this is the safest bet.

      There are a few other ways to extract a zip file on the server, you could upload the ZIP and create a PHP file with the following example...
      <?php
       
            $zip = new ZipArchive;
            $res = $zip->open(’my_zip_file.zip’);
            if ($res === TRUE) {
                 $zip->extractTo(’my_extract_to_dir/’);
                 $zip->close();
                 echo ‘ok’;
            } else {
                 echo ‘failed’;
            }
      ?> 

      Adam.
    • Kiss my RSS
    • juujoo's Avatar
    • juujoo
    • Newbie
    • Posts: 17
    • Thanks: 0

    Re: Rocketlauncher error

    Posted 13 years 1 day ago
    • thanks Adamck
      will try this immediately i did extract the zip locally and uploaded files through FTP. will comment on my results , thanks again
    • juujoo's Avatar
    • juujoo
    • Newbie
    • Posts: 17
    • Thanks: 0

    Re: Rocketlauncher error

    Posted 13 years 11 hours ago
    • resolved

Time to create page: 0.113 seconds