Jump to content

Zaptagious

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Zaptagious's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. well phpMyAdmin that is... Still having problems connecting through my login script. I set up passwords for XAMPP, MySQL admin user root and PhpMyAdmin, but I'm still getting: I restarted MySQL and cleared cache on my internet browers...
  2. I figured it out! I put the file in /xampp/htdocs and ran it through there and now it seems to work fine with error messages Thanks for putting up with me
  3. How do i do that the easiest way? Is there function for that in for example notepad++ to parse it through localhost? or can i put it in a specific folder? the adress now looks like this:http://localhost/C:/Users/Mattias/Desktop/Stuff/Projects/Webdesign/mattiaslundin.com/phpscripts/errortest.php I'm assuming I did something wrong because it says: Sorry for being an idiot
  4. Yea that makes sense, screw the hosted site then But it's still not working locally, I tried with a simple testing script, I first made sure it was faulty; got a blank page on both my website as well as locally. Then I made sure it would work; it did work on my website but not locally (by dragging the .php file into the browser). I made sure to add the stuff in php.ini and apache is running. I'm sorry for being a pain in the ass :I the script is <?php print "testing"; ?>
  5. It didn't work at first but after a computer reboot it's working
  6. I have to admit I don't actually t know the answer to the first question, all I know is I bought the domain from one.com and installed XAMPP. I restarted Apache by going into the XAMPP Control Panel, clicked the Stop button, and then the Start button
  7. Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 localhost 2011-01-22 20:09:30 Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1
  8. I added the stuff to php.ini and restarted apache but it still doesn't appear any error messages
  9. Appearantly not, I just pretty much installed it and started with the tutorial... Well, I have a password for the actual website that I got from my webhotel one.com but not sure if that's the same thing... you're asking me? well I know one.com is the webhotel I'm using, but as for the srv200 part, no clue.
  10. Now it says: Access denied for user 'root'@'srv200.one.com' (using password: NO) and I'm none the wiser.... I really appreciate the help by the way
  11. What, so I just copy /paste that somewhere into the php.ini file? I'm totally worthless at this
  12. Ah so it created a new thread, ok now I know that Sorry, I'm as much of a beginner as possible. What I mean by not being able to connect I refer to this piece of string in the second script I posted: $connect = mysql_connect("localhost","root","") or die("Couldn't connect");
×
×
  • 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.