Jump to content

yoda2031

Members
  • Posts

    2
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by yoda2031

  1. Swap out that non-descript error message for something with a little more information, such as: echo "Query could not complete: " . mysql_error(mysql_errno($sql)); That should tell you -why- the query didn't complete. [EDIT] my bad, didn't read the code properly. Indentation would've helped... anyway, you have got a database selected, so just do the above and see what happens.
  2. I thought apt-get was an alias of aptitude; either way, they use the same software sources and I've never had any problems using apt-get. Also, aptitude is definitely installed out-of-the-box in 9.04 and I'm pretty sure it's been there since I first used Ubuntu (6.06). Also worth noting: There is no need to download winrar to unrar UDB. Ubuntu comes with an "unrar" command. Again, I'm pretty sure this has been the case since 6.06. Also, as has been mentioned, you should really use && rather than semi-colon, if putting things on the same line at all. I tend only to put things like "mkdir o && cd o" and "make && make install" on the same line.
×
×
  • 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. Privacy Policy Terms of Use