Announcement

Collapse
No announcement yet.

Multiple PHP and Javascript errors

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

    Multiple PHP and Javascript errors

    Custom site I inherited using massive images. Added simple image to resize appropriately, thi is something I have done many times without problem.

    All was fine then suddenly there were no images and a mass of php errors such that js was not being referenced, it was though Sellerdeck had stopped using php.

    I checked agan and there were over 2000 coding errors, all php and js failure.

    Click image for larger version

Name:	multiple-errors.jpg
Views:	137
Size:	296.5 KB
ID:	551743

    Here is the code with the simple image stuff ...

    https://www.webeg.net/productcodewithsimpleimage.txt

    Helpfully the forum won't let you post any code that has php in it apparently

    It won't let me paste the content of the Simple Image file:
    So here it is as a txt file - remove the .txt to try

    https://www.webeg.net/simpleImage.php.txt

    I would be really gratefull for any pointers in the right direction.

    Thank you
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk

    #2
    I've never used simpleimage so all I can help with is some debugging advice.

    The first thing I'd want to establish is whether it's simpleimage that's causing the problem or some other problem within the layout / Sellerdeck.

    So maybe see what happens if you comment out the include as a first step?
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      Thanks Mike will do..

      I am importing a design from a working version and am getting this:

      Code:
      FATAL ERRORS
      (File ExportFiles.cpp,  Line 170) - Archive error 13 - Extract selected files call failed
      Library error - ChilkatLog:
        GetEntryByName:
          DllDate: Oct  2 2014
          ChilkatVersion: 9.5.0.44
          UnlockPrefix: SELLERZIP
          Username: ZOOPHYTE:Jonathan Chappell
          Architecture: Little Endian; 32-bit
          Language: Visual C++ 8.0 (32-bit)
          VerboseLogging: 0
          entryToFind: ./CATALOG_SITE/site-logo v5.png
          caseSensitive: 0
          Found entry and returning ZipEntry object...
        --GetEntryByName
      --ChilkatLog
       has been caught.
      Any clues???
      Jonathan Chappell
      Website Designer
      SellerDeck Website Designer
      Actinic to SellerDeck upgrades
      Graphicz Limited - www.graphicz.co.uk

      Comment


        #4
        See https://community.sellerdeck.com/for...lty-conditions where I point out that massive image files can poison the PHP that SD needs for all Conditions. Hence the massive set of errors.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Thank you so much Norman. Resampling solved my issues.
          Jonathan Chappell
          Website Designer
          SellerDeck Website Designer
          Actinic to SellerDeck upgrades
          Graphicz Limited - www.graphicz.co.uk

          Comment

          Working...
          X