Jump to content

Arez

Members
  • Posts

    17
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Arez's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. If I wanted to reformat my computer, could I go to C:\Program Files\MySQL\Mysql Server 4.1\, back-up that folder, and then put it on my new computer and have everything work correctly? Or is there another way to back-up all the databases at once?
  2. I've been trying to rename a DB, but haven't found out how. The best I know of is to go into the directory the databases are stored, and rename the folder itself. They say that you should restart MySQL after that process though. So, is there another way to rename the DB, and how do I restart MySQL??
  3. I go to Notepad > Save As > ".htaccess" and then put in "Deny from all" without the quotes, and put it in my htdocs folder. When I go to localhost, it doesn't restrict my viewing. Is this only for IPs? Am I doing something wrong?
  4. I would like to have my Apache parse PHP in my CGI files as well as Perl. Is this used by many? Is it possible to have both PHP and Perl make up a page?
  5. ; Directory in which the loadable extensions (modules) reside. extension_dir = "C:/Program Files/Apache Group/Apache2/php/extensions/" I am still getting the php_curl.dll error, saying it isn't there when it is. I'm really confused since I think I am doing everything correctly. Something wrong with Apache HTTP Server 2.0.59?
  6. Anyone know where I would move ibeay32.dll and ssleay32.dll?
  7. I changed my path to the extensions folder, and everything is working but php_curl.dll. I found ibeay32.dll and ssleay32.dll, moved them to the extensions folder as well, but it spits out the same error. Do I have to change something else in php.ini?
  8. "Unknown(): Unable to load dynamic library 'C:/Program Files/Apache Group/Apache2/php/sapi/php_curl.dll' - The specified module could not be found." I am 100% sure it is there. I took the DLL from the extension folder which was included with the PHP I installed, and know other DLLs are loading up in the same location. Am I missing something? This is what it says in the error log: PHP Warning: Unknown(): Unable to load dynamic library 'C:/Program Files/Apache Group/Apache2/php/sapi/php_curl.dll' - The specified module could not be found.\r\n in Unknown on line 0
  9. Didn't know you could input a # directly, nice!
  10. When I display my PHP Info, this is what it gives for error_reporting: error_reporting 2039 2039 I need it to be 2037 2037 though! Here is what it says in php.ini: ; Examples: ; ; - Show all errors, except for notices ; ;error_reporting = E_ALL & ~E_NOTICE ; ; - Show only errors ; ;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR ; ; - Show all errors except for notices ; error_reporting = E_ALL & ~E_NOTICE How do I get this to change to 2037?!
  11. When how would I reach my router after that? blahhhhhhhh
  12. I recently switched to DSL internet which comes with some type of built-in router. When I type my IP Address in the URL bar, instead of taking me to Apache, it takes me to the router page. Can anyone tell me how to handle this?
×
×
  • 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.