Page 7 of 8 FirstFirst ... 5678 LastLast
Results 61 to 70 of 78
  1. #61
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Front end blank. Admin fine.

    By "replacing" (maintaining a backup of them) and changing the constant that lat9 suggested I think on or near post 10, to true, if the "other files" are an issue, then such an indication should be made available. That is if the test of forcing an error in a file (RodG's suggestion) still presents at least the phpinfo data...

    BTW, RodG go to bed! Or sleep if you're already there.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #62
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Front end blank. Admin fine.

    Quote Originally Posted by mc12345678 View Post
    May I suggest something a little along the same route, but different?

    Could you copy the contents of the htaccess file from your extras folder into an htaccess (needs to be created) in the new directory?

    Likely have to do even more to open operation up completely, but I have indication to suggest that it may help at least a little...
    Quote Originally Posted by Nepherael View Post
    Done



    Checked. Did not exist. Index.php does exist
    Thought there was a "summary" post of the current "status" but couldn't find one.

    Normal ZC operation does not require an htaccess file in the root of the store (new directory) if the one from the extras folder is still there, please remove it. I should have stated that before when I pointed out that ultimately it was unnecessary because it was already shown that a php file (one that showed the phpinfo()) had already proven to function without an htaccess in the new directory.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #63
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Front end blank. Admin fine.

    Quote Originally Posted by mc12345678 View Post
    By "replacing" (maintaining a backup of them) and changing the constant that lat9 suggested I think on or near post 10, to true, if the "other files" are an issue, then such an indication should be made available. That is if the test of forcing an error in a file (RodG's suggestion) still presents at least the phpinfo data...

    BTW, RodG go to bed! Or sleep if you're already there.
    The suggested change was actually in post 6
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #64
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Front end blank. Admin fine.

    Observation (forgot to mention)
    http://www.lightsforholidays.com/new/images/
    Or any other folder that exists, or should exist, is producing the godaddy not found response rather than the expected permission denied response.

    Godaddy is doing some weird sh1t

  5. #65
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Front end blank. Admin fine.

    Quote Originally Posted by RodG View Post
    Observation (forgot to mention)
    http://www.lightsforholidays.com/new/images/
    Or any other folder that exists, or should exist, is producing the godaddy not found response rather than the expected permission denied response.

    Godaddy is doing some weird sh1t
    Agree to an extent, one directory that has an index.html will load the missing file notification now if just the directory is accessed, but load the index.html if included in the path. (blank page, but view source shows code.)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #66
    Join Date
    Jul 2016
    Posts
    29
    Plugin Contributions
    0

    Default Re: Front end blank. Admin fine.

    Apologies for the delay. I had to put a family member in the emergency room and, subsequently being admitted, yesterday. I've had a moment to review.

    To start, I removed the htaccess put in the /new/ directory just now as directed.

    Current changes that remain from start:

    all redirects removed from the root htaccess.

    This may be why you are getting page not found error instead of Zen access denied. Should I reinsert those redirects to where the site functioned prior?
    Last edited by Nepherael; 8 Jul 2016 at 03:41 PM.

  7. #67
    Join Date
    Jul 2016
    Posts
    29
    Plugin Contributions
    0

    Default Re: Front end blank. Admin fine.

    Quote Originally Posted by mc12345678 View Post
    By "replacing" (maintaining a backup of them) and changing the constant that lat9 suggested I think on or near post 10, to true, if the "other files" are an issue, then such an indication should be made available. That is if the test of forcing an error in a file (RodG's suggestion) still presents at least the phpinfo data...

    BTW, RodG go to bed! Or sleep if you're already there.
    This was the suggestion.

    Quote Originally Posted by lat9 View Post
    For some additional data-gathering, you can edit the file /includes/application_top.php, finding this line:
    Code:
    define('DEBUG_AUTOLOAD', false);
    and changing that to read
    Code:
    define('DEBUG_AUTOLOAD', true);
    That will cause the auto-load status to be displayed for each item processed. There might be a missing class-file or some other obscure issue and that display will aid in that determination.

    Remember to turn that back to false (no quotes) when you're finished.
    If this is a direction to go I can go back and mark it true and push forward with more of the file testing

  8. #68
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Front end blank. Admin fine.

    Quote Originally Posted by Nepherael View Post
    Apologies for the delay. I had to put a family member in the emergency room and, subsequently being admitted, yesterday. I've had a moment to review.

    To start, I removed the htaccess put in the /new/ directory just now as directed.

    Current changes that remain from start:

    all redirects removed from the root htaccess.

    This may be why you are getting page not found error instead of Zen access denied. Should I reinsert those redirects to where the site functioned prior?
    I would say no, that they aren't needed (yet) and as far as redirecting the main uri to the subdirectory, if redirects will end up being used, there is a far easier/better way, but as the includes/configure.php file stands right now, it's not necessary for the "testing".
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #69
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Front end blank. Admin fine.

    Quote Originally Posted by Nepherael View Post
    This was the suggestion.



    If this is a direction to go I can go back and mark it true and push forward with more of the file testing
    There were two different things being addressed.
    RodG's suggestion if I remember the destination correctly, was to replace the current index.php with one that has the echo phpinfo(); command and then to also then require a file that doesn't exist. Attempt to access the directory and or directory with index.php and see if the the phpinfo even appears...

    The second thing with the code change is in order to see how far ZC processes files before execution stops.

    Now all that said, and based on the summary of the current status, I had incorrectly provided a command that gave a 500 error. After that I provided the correct command name to use in the htaccess. Could you add:
    Code:
    DirectoryIndex index.php
    Into your root htaccess that does not have the redirects in it.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #70
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Front end blank. Admin fine.

    The third suggestion after the test with the index.php was to replace index.php and includes/application_top.php with original versions of those files, then to modify the setting described by lat9...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 7 of 8 FirstFirst ... 5678 LastLast

Similar Threads

  1. Reinstall: Functioning Admin...No Front End
    By ZC Newbie in forum Installing on a Windows Server
    Replies: 1
    Last Post: 9 Jan 2012, 10:56 AM
  2. Front End Pages Blank after Admin folder Rename
    By corygatz in forum General Questions
    Replies: 22
    Last Post: 19 Dec 2010, 12:28 AM
  3. Categories not showing up in front end but it is added in back end
    By raaj.smvec in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 22 Apr 2010, 12:06 PM
  4. Admin works -- FRONT end doesn't show!
    By madmumbler in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 16 Oct 2007, 03:43 PM
  5. Front-end admin?
    By jernej in forum General Questions
    Replies: 6
    Last Post: 10 Jan 2007, 12:26 PM

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