Jump to content

kapstan

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by kapstan

  1. Fantastic! Thanks for the reply!
  2. A few hours ago... I hope it's not actually misconfigured and Cpanel is reporting it as properly setup.
  3. Hi, I finally successfully created a subdomain (services.designforum.com) pointing to http://www.designforum.com/df_services_dev. Cpanel is reporting that it is redirecting correctly, however it still is not working... i am getting a server not found error. Do these subdomains take a while to propagate through DNS just like a regular DNS registry would or should it be instantaneous and I'm in fact, not in the clear, with the problems I was having prior to this with mod_security and some code i'm running, etc... any help is appreciated. Thanks! -Ian
  4. no worries. thanks for the help you've provided!
  5. furthermore... since the lines in the .htaccess are required because of the way the ActionScript class FileReference handles placing the files.. .is there a workaround for this in Flash/Actionscript vs. completely disabling mod_security? I tried just turning off POST Scanning.. but it still dispatches that httpStatus 406... this is frustrating... i completely agree with TCH not wanting me to have mod_security disabled.. but i don't know what else to do to get this app to work... anyone with ActionScript experience willing to take a look?
  6. Mike, Thanks for the reply. Can you disable mod_security on a per-directory basis?
  7. Hi, I am attempting to create a subdomain "services.designforum.com" which will redirect to "http://www.designforum.com/df_services_dev." So far I've been unable to get this to work. CPanel will state that there is an error in my .htaccess file for the following lines: SecFilterEngine Off SecFilterScanPOST Off However, these lines are absolutely necessary to be in the /df_services_dev directory's .htaccess so a flash file uploader component will function properly. Otherwise it cannot save files and the server returns an HTTP 406 code. Any help? I can't get this thing to work.. I've been dealing with support on this and so far have had no luck. Just wanted to see if anyone else had some ideas about anything else I could try... i know the lines in that .htaccess are disabling a component of mod_security... is that the only thing that may be causing this error? Thanks in advance! -Ian
  8. Thank you so much guys! that seems to have solved my problem! In the future, for additional PEAR packages installed through cpanel.. should i normally have to manually alter the paths to required .php files? i had to for this one before it would stop throwing errors about "file/stream not found" for some of the requires that the package was referencing. also, sorry about including the username in the cpanel path.. i hadn't realized i'd done that.
  9. Hi, I need help configuring a PEAR package calledaSpreadsheet_Excel_Writer. I am receiving the following error when trying to instantiate a new Spreadsheet_Excel_Writer: Warning: tempnam() [function.tempnam'>function.tempnam]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/***:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/***/php/OLE/PPS/File.php on line 87 the line of code which is raising this error: $workbook = new Spreadsheet_Excel_Writer('test.xls'); i need to know how to configure my include_paths so i can get around this open_basedir_restriction. any help is appreciated. thanks!
×
×
  • Create New...