Jump to content

dguilloryjr

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

Everything posted by dguilloryjr

  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
  16. i am working on moving my php site from one server to another so right now i am trying to move my DEV site. you can see on www.live8081.com the php info pages shows up, but www.live8081.com/indexOLD.php shows a error... anyone have any idea what that is, and how i can fix it... yahoo messenger: venom2733 msn messenger dguilloryjr@msn.com Thanks
  17. ok what messenger you using? also appache mysql and phpmyadmin are all installed and working... i can read the config.inc.php file its posted in one of my previous post...
  18. ok so where do i start to eliminate it being a server issue, if anyone would like to help me with this i am on msn messenger: you can reach me by using dguilloryjr@msn.com thanks for all you guys help...
  19. i am starting to think this is a server issue
  20. also here is a pic, i put the code you gave me in the index.php file and the error still shows up... [attachment deleted by admin]
  21. the only code my index.php page has in it is Coming Soon... so i dunno where this error is coming from at all... That is why i am confused...
  22. Editing /home/live8081/public_html/index.php... Coming Soon...
×
×
  • 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.