Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Contribute2 and PHP

    Hello...

    I have a very big Problem Contribute 2.
    One of our Customer is using Contribute 2 and has the following problems:
    A part of the website is protected with a PHP Passwort and PHP files.
    (The website is established in Dreamweaver MX / MX2004 /8)
    When they make changes on the php files the php header is gone when they safe
    and load it up. So everybody can get to the proteced sites. The same problem we
    have with a formular. There is a formular used which contains php and when they
    work on it (may be only to change a little text somewhere else), every php
    phrase is gone completely.

    I really need your help
    Thanks a lot!

    tradem Guest

  2. Similar Questions and Discussions

    1. Clients Contribute2 not accepting Cont3 key
      This is the latest in a long line of exasperating issues I have had with Contribute and this particular client. To hopefully solve some of the...
  3. #2

    Default Re: Contribute2 and PHP

    We've found that on pages that have JavaScript or Lasso code in their
    templates, Contribute just breaks it. Is your PHP code simply gone? Or is it
    still there, just non-functional?

    We're planning on doing some more of our own investigation soon... the
    standing theory is that it's a string parsing/doctype encoding issue with
    Contribute.

    woodardj Guest

  4. #3

    Default Re: Contribute2 and PHP

    I just found out, that there is PHP and JavaScript as well which runs this
    Page...

    Everything is simply gone!
    There are numbers that get field in with functions. These functions are gone
    but filled in with the last numbers wich where on the page.
    The numbers are also given to a PHP Script...


    tradem Guest

  5. #4

    Default Re: Contribute2 and PHP

    Actually, thinking about it, this makes perfect sense. When Contribute
    displays the site in it's browser view, the page has already been "rendered" by
    the PHP script. So, because PHP is executed on the server before anything at
    all gets served, this will continue to happen. Perhaps fire up the site in
    Dreamweaver and put the PHP code in a Template which is applied to the pages,
    (and your contribute users cannot edit the template...) that probably won't
    work either, though... might be SOL.

    woodardj Guest

  6. #5

    Default Re: Contribute2 and PHP

    beware of php code getting rewritten by Contribute and causing errors, specifically when using the include() tag.
    HdotNET Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139