Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Nov 2007
    Posts
    433
    Plugin Contributions
    1

    Default Site busted after trying to edit phpBB settings

    I did what the other threads say to do to get phpBB links working and now I my website is crashed!! And I can't get it back. Although I made a copy for my configer.php file before added that code, but even though it didn't help please HELPPPPPPPPPPPPP .[
    My website link is :
    http://www.arab-broker.com/orientalmeal/

    I set things as it say in that tutorials but I couldn't show the errors on my browser though! I still have a white black page, but when I went to my catche folder on the server I found 4 error reports which they come with same error :

    [10-Jan-2008 03:22:43] PHP Fatal error: Class 'notifier' not found in /home/.whispa/alhakeem2001/arab-broker/orientalmeal/includes/autoload_func.php on line 79



    Can you please help me to find out what is missing with me ?

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: phpbb link last hope

    Quote Originally Posted by alhakeem2001 View Post
    [10-Jan-2008 03:22:43] PHP Fatal error: Class 'notifier' not found in /home/.whispa/alhakeem2001/arab-broker/orientalmeal/includes/autoload_func.php on line 79
    Your server is unable to find the /includes/classes/class.notifier.php file.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Nov 2007
    Posts
    433
    Plugin Contributions
    1

    Default Re: phpbb link last hope

    So what should I do to enable my server to find the /includes/classes/class.notifier.php file, although I uploaded that file again to the server , the website doesn't show up!!
    Last edited by alhakeem2001; 10 Jan 2008 at 07:25 PM.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: phpbb link last hope

    You have made so many changes to so many things on your site I can't keep track of what you might have possible broken or where.

    Create a new folder: /includes/local/
    Add a new file in that folder: /includes/local/configure.php
    The contents of that file should be this:
    Code:
    <?php
    
    define('DEBUG_AUTOLOAD',true);
    define('STRICT_ERROR_REPORTING', true)
    
    ?>
    Now access your site.
    What shows up on the screen?
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Nov 2007
    Posts
    433
    Plugin Contributions
    1

    Default Re: phpbb link last hope

    Quote Originally Posted by DrByte View Post
    You have made so many changes to so many things on your site I can't keep track of what you might have possible broken or where.

    Create a new folder: /includes/local/
    Add a new file in that folder: /includes/local/configure.php
    The contents of that file should be this:
    Code:
    <?php
    
    define('DEBUG_AUTOLOAD',true);
    define('STRICT_ERROR_REPORTING', true)
    
    ?>
    Now access your site.
    What shows up on the screen?
    What it shows up on the screen is just what you will see when you click on the following link:
    http://www.arab-broker.com/orientalmeal/ just an image in left side of a blank page, ' NO errors " !!
    although I already did that before, but because you told me to do that again. I did it !
    I also restored my website and uploaded to the server and still doesn’t work!! It’s really weird what’s going on in here ! I didn’t do that much with script though, but the website is dead ! should we always set a new fresh ZC whenever the recent one crash s ? or there must be a way out of this problem ! I’m sorry but I really need support on that ! A 1000000 thanks in advance ..
    Last edited by alhakeem2001; 11 Jan 2008 at 08:15 AM.

  6. #6
    Join Date
    Nov 2007
    Posts
    433
    Plugin Contributions
    1

    Default Re: phpbb link last hope

    OK, I have a another ZC, I set it as a test website and it has the same problem and I uploaded the file /includes/local/configure.php to the server and it showes this line of error :
    Fatal error: Class 'notifier' not found in /home/.whispa/alhakeem2001/arab-broker/oriental2/includes/autoload_func.php on line 79


    Please check it your self :
    http://www.arab-broker.com/oriental2/

    Question :
    why I couldn't get this error message on my main ZC ?

    http://www.arab-broker.com/orientalmeal/
    Last edited by alhakeem2001; 11 Jan 2008 at 08:30 AM.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: phpbb link last hope

    There is nothing wrong with your autoload_func.php file.
    It is only reporting that an error exists because a file it was asked to process couldn't be found.
    Quote Originally Posted by alhakeem2001 View Post
    OK, I have a another ZC, I set it as a test website and it has the same problem and I uploaded the file /includes/local/configure.php to the server
    Does your /includes/local/configure.php file contain the new settings I suggested in my last post?
    specifically the DEBUG_AUTOLOAD set to true?
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Nov 2007
    Posts
    433
    Plugin Contributions
    1

    Default Re: phpbb link last hope

    Yes DrByte, in both ZCs, main and test ZC..

  9. #9
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: phpbb link last hope

    If those debug lines are present, then the screen should be filled with details of everything Zen Cart is doing to process files.

    Since that information is not showing, then either you are severely missing important files, or your FTP program is not successfully uploading your changes or your files, or you're pointing to the wrong folder, or you have some sort of addon installed that's blocking all the normal operation.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: phpbb link last hope

    What are the permission settings on all your PHP files?
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h Lost most of site after changing settings in Layout Boxes
    By Nipepusy in forum Customization from the Admin
    Replies: 5
    Last Post: 14 Jun 2013, 02:45 AM
  2. Replies: 3
    Last Post: 14 Jan 2008, 11:16 PM
  3. added Google Acceptance logo -- busted site validation
    By willalbro in forum Addon Payment Modules
    Replies: 4
    Last Post: 1 Oct 2006, 10:37 PM
  4. Replies: 2
    Last Post: 19 Aug 2006, 09:01 PM
  5. ok message after phpbb settings
    By jjem in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 29 May 2006, 03: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