Announcement

Collapse
No announcement yet.

HELP! cgi-bin layouts different to rest???

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    HELP! cgi-bin layouts different to rest???

    Hi there - I hope someone can help me stop tearing my hair out!!! I'm very new to all this and have had to learn Actinic from stratch and desperately need to get this issue sorted - my site is supposed to be live tomorrow! I know its not easy to figure out someone else's problems without actually seeing the problem but here goes...

    When I upload my site (in Test Mode), most pages are ok design-wise but on pages such as Contact Us, View Basket, Checkout pages, etc (and I assume these are layouts that use the cgi-bin, but I could be talking waffle here!), my background color has disappeared - back to white, my image buttons have the little red cross showing, the code for the shopping basket 'Items' and 'Value' doesn't work.

    Is this just because I'm in Test Mode, or is it likely I have messed up somewhere within the layouts or code? I haven't changed it (as far as I'm aware)

    Many thanks in advance

    Ally

    http://www.buycraftsonline.co.uk/aca...est/index.html
    Last edited by Allycat; 31-Aug-2008, 12:02 PM. Reason: url

    #2
    Alison,

    Could you post a URL for us to have a look at?

    Army Gore-tex
    Winter Climbing Mitts
    webD's Blog: Website design, SEO and other ramblings…
    Twitter LinkedIN

    If you think a post is good, rate it!

    Find the answers in the Knowledge Base | Have you read the User Guides

    Comment


      #3
      Certainly can...

      http://www.buycraftsonline.co.uk/aca...log/index.html

      Ignore the first page - I haven't finished all my products and images yet!!!

      Comment


        #4
        Certainly can...

        http://www.buycraftsonline.co.uk/aca...log/index.html

        Ignore the products and images - I haven't finished that yet!

        Comment


          #5
          http://www.buycraftsonline.co.uk/aca...est/index.html

          3rd time posting this reply but its not appearing on here!

          Comment


            #6
            Have you been playing with the SSL settings somewhere?
            That little S after HTTP can mess these things up.
            Unusual Silver Jewellery
            Giftmill - Unusual Gifts
            Crystal Healing Jewellery
            Steampunk Jewellery

            Comment


              #7
              Wouldn't know about SSL settings!!! Where do I look? Sorry to seem thick but said I'm new to this!

              Comment


                #8
                It all looks fine in FireFox, you do have a rouge ">" after your company logo.

                Try removing that and have a look again in IE...

                Army Gore-tex
                Winter Climbing Mitts
                webD's Blog: Website design, SEO and other ramblings…
                Twitter LinkedIN

                If you think a post is good, rate it!

                Find the answers in the Knowledge Base | Have you read the User Guides

                Comment


                  #9
                  It does work in Firefox - but not sure why the > is there.

                  Can highlight in Actinic but can't remove it or delete it!!!

                  Comment


                    #10
                    Originally posted by Allycat View Post
                    It does work in Firefox - but not sure why the > is there.

                    Can highlight in Actinic but can't remove it or delete it!!!
                    Look at you site in Design View, in the preview pane click on the logo and it should take you to the right section of the code. Have a look at the code, it should something like this:

                    Code:
                    <a href="<actinic:variable name="HomePageURL" />"><img
                    	src="<actinic:variable name="CompanyLogoFileName" />"
                    	width="<actinic:variable name="CompanyLogoWidth" />"
                    	height="<actinic:variable name="CompanyLogoHeight" />"
                    	alt="u-need-ink: North Wales Supplier of Compatible Printer Ink Cartridges"
                    	class="logoimage" vspace="15" border="0"/></a>
                    If the extra ">" isn't there click on the yellow and white up arrow on the bottom left and check again.

                    Army Gore-tex
                    Winter Climbing Mitts
                    webD's Blog: Website design, SEO and other ramblings…
                    Twitter LinkedIN

                    If you think a post is good, rate it!

                    Find the answers in the Knowledge Base | Have you read the User Guides

                    Comment


                      #11
                      Found it - and its gone!!! Thanks.

                      Just uploading again to see it that was the prob!

                      Do you have to click Publish to Web each time, or is there a quicker way???

                      Comment


                        #12
                        Still doesn't work in IE with the '>' removed and to top it off, I've lost the company logo on the home page in both IE and Firefox - eek!

                        Any more ideas folks?

                        Comment


                          #13
                          I think your problem lies in here:

                          Code:
                          <img height=" Warning: getimagesize(Buttons &amp; Logos\witzendcrafts_logo_RGB.jpg): failed to open stream: No such file or directory in C:\Program Files\Actinic v9\actinic_main.php on line 72 " width=" Warning: getimagesize(Buttons &amp; Logos\witzendcrafts_logo_RGB.jpg): failed to open stream: No such file or directory in C:\Program Files\Actinic v9\actinic_main.php on line 56 " class="logoimage" alt="Shop Home" src="acatalog/Buttons &amp; Logos\witzendcrafts_logo_RGB.jpg"/>
                          this in particular:

                          Code:
                          acatalog/Buttons & Logos\witzendcrafts_logo_RGB.jpg
                          note the slashes.

                          Does the image called witzendcrafts_logo_RGB.jpg exist in the Site1 folder?
                          Did you upload it manually to a folder on your server called Buttons & Logos?
                          All images that Actinic uploads will only be uploaded to the acatalog folder, so any references to images need only be to the filename - no path required (the baseref will sort that out). Change your outer design accordingly and it will work fine.

                          Note that you will end up having problems if you are referencing images outside of the Site1 folder structure.

                          Comment


                            #14
                            Got the logo sorted - thanks.

                            HOWEVER, I still have the initial problem (but only in IE) that the Contact pages, etc (that I think use the cgi-bin somewhere along the line) don't show the correct design background and image buttons.

                            Can anyone help me with this?

                            Comment


                              #15
                              Hi Alison

                              I've been giving Chris Jackson in support a hand with this, and it looks like the problems might be with your network settings. The 'Path from CGI-BIN to Catalog Directory' usually looks something like '../acatalog/' but yours looks like '//server-name/httpdocs/web/content/acatalog/'. This is the most likely cause of the problem, but Chris is just testing that with an upload at the moment.

                              Comment

                              Working...
                              X