Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Re-naming Admin creates php errors

    The warning tells us that there is a problem at the end of your configure.php file (as you have confirmed). As the file is normally only half this length, the problem is probably due to a problem with the way in which the app which you are using to upload the file is configured. It's probably causing the file to be double-spaced by mishandling the invisible line end characters.

    If your configure file has a closing php tag at the end ("?>") then the problem would be that this doubling up has resulting in there being a non-printing character output after that tag. In which case, counter-intuitive though it may sound, simply deleting the tag would also have resolved the problem for you. In general, it's a good idea nowadays to leave the final php closing tag off the end of files specifically to avoid the problem that you had.

    https://www.zen-cart.com/tutorials/i...hp?article=313
    https://www.zen-cart.com/tutorials/index.php?article=87
    Last edited by kuroi; 1 Feb 2010 at 04:38 PM. Reason: Original written before seeing teragram's explanation
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 

Similar Threads

  1. naming admin folder
    By shanesoine in forum General Questions
    Replies: 4
    Last Post: 29 Jan 2011, 04:07 AM
  2. admin creates order
    By balihr in forum Managing Customers and Orders
    Replies: 9
    Last Post: 7 Jul 2009, 04:16 PM
  3. Admin errors on fresh installation - module errors and language definition errors
    By etrader in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 5 Oct 2007, 09:05 AM

Posting Permissions

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