0
Welcome Guest! Login
0 items Join Now

Rocketlauncher error

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

    Rocketlauncher error

    Posted 12 years 11 months 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 12 years 11 months 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 12 years 11 months 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 12 years 11 months ago
    • resolved

Time to create page: 0.069 seconds