Re: [campsite-support] Beta2 installer bug
  • hi Raed!

    it was fixed, thx a lot.


    On Dec 23, 2007 9:21 AM, wrote:
    > Author: raednesh
    > Link: http://code.campware.org/phorum/read.php?8,6035,6035#msg-6035
    > --------------------------------------------------------------------------------
    >
    > Hi,
    >
    > a bug in the installer at step 5. Screenshot at:
    >
    > http://img176.imageshack.us/img176/1616/screenshotgk3.gif
    >
    > The bug prevents the user from proceeding with the installer.
    >
    > Thanks,
    >
    > Raed
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >



    --
    /holman
  • 8 Comments sorted by
  • Hi How can I download the version without this bug? I have been trying for days to get this to work

    thanks
    Craig
  • oh great so you get passed this error, and then get hit with the
    Notice: Campsite error: not valid site alias in C:\wamp\www\template_engine\classes\CampTemplate.php on line 119


    oh and its not an incorrect virtualhost setup, its yet another bug



    the sound of silence,.,,,,,
  • hi again Craig!

    did you already create a site alias in the admin interface? you can do
    it at Content -> Publication then add a new publication or edit an
    existent one... there you will see the aliases. this is explained in
    the manual at http://code.campware.org/manuals/campsite/2.6/

    you need to install the sample templates (did you do that when
    installing?) or create your owns.

    that kind of errors look like a bit crypted, this is something we are
    working on and will be improved for the next release.

    best,



    On Jan 7, 2008 9:52 AM, wrote:
    > Author: craigguthrie
    > Link: http://code.campware.org/phorum/read.php?8,6043,6060#msg-6060
    > --------------------------------------------------------------------------------
    >
    > oh great so you get passed this error, and then get hit with the
    > Notice: Campsite error: not valid site alias in C:\wamp\www\template_engine\classes\CampTemplate.php on line 119
    >
    >
    > oh and its not an incorrect virtualhost setup, its yet another bug
    >
    >
    >
    > the sound of silence,.,,,,,
    >
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >



    --
    /holman
  • Hi Holman,

    thanks for your help on this, unfortunately I select the sample site, and then I get sent straight to the Campsite error: not valid site alias in C:\wamp\www\template_engine\classes\CampTemplate.php on line 119 error, dont have the chance to set an alias in teh admin section. I am just testing on a local wamp server, and have the virtualhost serveralias set to localhost.

    Any ideas?

    Cheers
    Craig
  • hi Craig,

    were you able to finish the installation process?
    try to access the admin interface by going at http://localhost/admin/
    does it work?


    On Jan 7, 2008 10:47 PM, wrote:
    > Author: craigguthrie
    > Link: http://code.campware.org/phorum/read.php?8,6043,6066#msg-6066
    > --------------------------------------------------------------------------------
    >
    > Hi Holman,
    >
    > thanks for your help on this, unfortunately I select the sample site, and then I get sent straight to the Campsite error: not valid site alias in C:\wamp\www\template_engine\classes\CampTemplate.php on line 119 error, dont have the chance to set an alias in teh admin section. I am just testing on a local wamp server, and have the virtualhost serveralias set to localhost.
    >
    > Any ideas?
    >
    > Cheers
    > Craig
    >
    > --
    >
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >



    --
    /holman
  • Hi Holman,

    once again thanks for your replies,

    the message I get at the admin link is

    Fatal error: Call to undefined function camp_load_translation_strings() in C:\wamp\www\admin-files\index.php on line 2

    I think i have set the site alias up correctly?

    Thanks again
    Craig

  • If i try and goto http://localhost/admin/login.php

    I get the eror:


    Warning: include(C:/wamp/www//languages.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\admin-files\login.php on line 3

    Warning: include() [function.include]: Failed opening 'C:/wamp/www//languages.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\admin-files\login.php on line 3

    Warning: require_once(PEAR.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\classes\DatabaseObject.php on line 14

    Fatal error: require_once() [function.require]: Failed opening required 'PEAR.php' (include_path='.;C:\php5\pear') in C:\wamp\www\classes\DatabaseObject.php on line 14

    it seems to be trying to include languages.php with a double slash - is this a mod_rewrite issue?
    Thanks
    Craig
  • ok Ive whittled the errors on the admin/login.php page to

    Fatal error: Call to undefined function camp_session_set() in
    > /home/ajaxstud/public_html/admin-files/login.php on line 9
    >

    for the moment

    thanks