Jump to content

dguilloryjr

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Contact Methods

  • MSN
    dguilloryjr@msn.com
  • Website URL
    http://www.mysimbook.com
  • Yahoo
    venom2733

Profile Information

  • Gender
    Male
  • Location
    Lafayette, La

dguilloryjr's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. anyone know a good spam filter for my linux email box...
  2. ok, i am new to the PHP language and the linux OS, i need to make changes to the PHP.INI file specificly the error_reporting() [attachment deleted by admin]
  3. so i guess back to my original question how can i fix it?
  4. can i access the PHP.ini file from within the control panel? i am no good at the ssh terminal!
  5. well there was a company that developed this or them, i am just creating a dev site on another server. so i just copied the files from server a to server b now i get this error, yeah it looks like they defined a global root as edirectory_root.
  6. there were only 2 pages that had this code in it, and this is the code in both the pages! /* we stop all error reporting as we check for all sort of errors */ error_reporting ( 0 ); set_time_limit ( 0 );
  7. ok well would it be ok to lower the error reporting on this server then? if so how would i do that?
  8. ok well why would it work on the live site www.mysimbook.com that is on server a and live8081.com is the exact same site copied to server b
  9. seems as if its not picking up what the edirectoy_root is? I know it took me a long time just to figure that out but hey i am still new to the PHP code! so any idea how to fix?
  10. so any idea how i can fix?
  11. This is the indexOLD.php page Well some of it... # ---------------------------------------------------------------------------------------------------- # HEADER # ---------------------------------------------------------------------------------------------------- include(EDIRECTORY_ROOT."/layout/header.php"); $array = Array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'); $letterDropDown = html_selectBox("letter", $array, $array, $letter, "onchange=document.search.submit();", "class='input-dd-form-searchlisting'", "All Letters"); ?> Here is the config.inc.php well some of it... # ---------------------------------------------------------------------------------------------------- # * FILE: /conf/config.inc.php # ---------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------- # define EDIRECTORY_ROOT to set things in motion. # ---------------------------------------------------------------------------------------------------- define(EDIRECTORY_ROOT, $_SERVER["DOCUMENT_ROOT"]);
  12. # ---------------------------------------------------------------------------------------------------- # define EDIRECTORY_ROOT to set things in motion. # ---------------------------------------------------------------------------------------------------- define(EDIRECTORY_ROOT, $_SERVER["DOCUMENT_ROOT"]);
  13. ok well it looks like that took car of 2 errors now i have a parse error? any ideas? www.live8081.com/indexOLD.php
  14. here is the code related to the 1st error... # ---------------------------------------------------------------------------------------------------- # HEADER # ---------------------------------------------------------------------------------------------------- include(EDIRECTORY_ROOT."/layout/header.php"); $array = Array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'); $letterDropDown = html_selectBox("letter", $array, $array, $letter, "onchange=document.search.submit();", "class='input-dd-form-searchlisting'", "All Letters");
  15. ok can anyone tell me what the 1st one is about. all the files should ne the same because i went into cpanel on the old server and did a HOME directory backup, do any of these error mean that i need to move over the files in the UPPER directory? above the www folder
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.