Author Topic: Programs that make you go...grrr  (Read 25989 times)

0 Members and 1 Guest are viewing this topic.

Offline Diabolico

  • Neandertal
  • ***
  • Posts: 448
Programs that make you go...grrr
« on: October 07, 2009, 09:52:37 AM »
Been trying for some hours to run two versions of PHP (PHP4.34 and PHP5.30), tried to manually update the httpd.conf file, used the PHP5.30 installer, didn't work. This way would of used a subdomain for one of the versions of PHP, thou it wouldn't start with no errors.

Installed Wamp, switched the services; I think the installation is borked. PHP isn't parsing the code.

What program or service makes you go...grrr?
Quote from: Brian Moore
Despite the tons of examples and docs, mod_rewrite is voodoo. Damned cool voodoo, but still voodoo.

Offline smokester

  • Administrator
  • Q
  • *
  • Posts: 15835
  • Gender: Male
  • Da mihi castitatem et continentiam, sed noli modo!
Re: Programs that make you go...grrr
« Reply #1 on: October 07, 2009, 04:17:01 PM »
What program or service makes you go...grrr?

All of them at some time or another.
Don't put off until tomorrow, what you can put off until the day after.

There is an exception to every rule, apart from this one.

Offline Diabolico

  • Neandertal
  • ***
  • Posts: 448
Re: Programs that make you go...grrr
« Reply #2 on: October 08, 2009, 03:25:41 AM »
Is it me, or is MySql a fricking pain? Removed Apache, PHP, MySql, Wamp, then did a fresh install of Wamp with some add-ons (PHP 4.3.9, Apache 2.0.63, MySql 4.1.22). Then got a multitude of MySql Errors as usual (access denied, old_password etc).

All of them at some time or another.

;D
Quote from: Brian Moore
Despite the tons of examples and docs, mod_rewrite is voodoo. Damned cool voodoo, but still voodoo.

Offline smokester

  • Administrator
  • Q
  • *
  • Posts: 15835
  • Gender: Male
  • Da mihi castitatem et continentiam, sed noli modo!
Re: Programs that make you go...grrr
« Reply #3 on: October 08, 2009, 03:30:34 AM »
I run Wamp on another machine (purely local stuff) and have 8 localhost subdomains running SMF for testing purposes.  I am not sure what versions are running and I'll check later, but I didn't have to tweak anything for it to work?
Don't put off until tomorrow, what you can put off until the day after.

There is an exception to every rule, apart from this one.

Offline Diabolico

  • Neandertal
  • ***
  • Posts: 448
Re: Programs that make you go...grrr
« Reply #4 on: October 08, 2009, 05:30:49 AM »
MySql must just hate me. Have gotten the same error every other time I have installed MySql, its to do with the password hashing I believe. The password just needed updating using CMD.

Code: [Select]
UPDATE mysql.user SET PASSWORD password = old_password('<insert new password>') WHERE user = '<insert username>' AND HOST = '<insert host>';
FLUSH PRIVILEGES;

Localhost ftw  >_>
Quote from: Brian Moore
Despite the tons of examples and docs, mod_rewrite is voodoo. Damned cool voodoo, but still voodoo.

Offline Geemonster

  • Banned for all eternity
  • Human
  • *****
  • Posts: 2053
  • Gender: Male
  • Diasfora's Misfit
Re: Programs that make you go...grrr
« Reply #5 on: October 08, 2009, 05:34:03 AM »
I've got Process Lasso,EVERYtime my machine boots up,im asked if i want to buy the pro version.
  As Smokes says "All of them at some time"
  

Offline subvinorosa

  • Human
  • *****
  • Posts: 1725
  • Gender: Male
Re: Programs that make you go...grrr
« Reply #6 on: October 08, 2009, 06:41:09 AM »
Since am not very into PCs and related stuff...all of them.

Offline chekovsulu

  • Human
  • *****
  • Posts: 1671
  • Gender: Male
  • With powers of hawk, wolf, puma and bear.
    • TITLE!
Re: Programs that make you go...grrr
« Reply #7 on: October 08, 2009, 03:21:07 PM »
Internet Explorer annoys me a lot.  Opening a new tab takes ages.  I can't use the internet without having at least 6986 tabs open.
Spoiler (hover to show)

Now Zoidberg is the popular one!

Offline dweez

  • Global Moderator
  • Q
  • *
  • Posts: 11610
  • Gender: Male
  • Rebel Mod
Re: Programs that make you go...grrr
« Reply #8 on: October 08, 2009, 03:21:56 PM »
I'm a tab-dame as well, and the latest version of Firefox is a memory dame.  Annoys the F*ck outta me.
--dweez

Offline smokester

  • Administrator
  • Q
  • *
  • Posts: 15835
  • Gender: Male
  • Da mihi castitatem et continentiam, sed noli modo!
Re: Programs that make you go...grrr
« Reply #9 on: October 08, 2009, 03:46:40 PM »
I'm a tab-dame as well, and the latest version of Firefox is a memory dame.  Annoys the F*ck outta me.

3.5.3 has been crashing on me like there is no tomorrow.  I checked the support forum and it is happening to many people but Mozilla can offer no help!
Don't put off until tomorrow, what you can put off until the day after.

There is an exception to every rule, apart from this one.

Offline frankcapri

  • Human
  • *****
  • Posts: 1567
Re: Programs that make you go...grrr
« Reply #10 on: October 08, 2009, 03:49:22 PM »
I really despise the new interface for Reason 4.

I also hate Riva's FLV encoder.  As many times as I've tried to install and re-install it, all I get is this poo
 
Size, it doesn't matter to me so long as I get it...Gotta go now.

Offline Diabolico

  • Neandertal
  • ***
  • Posts: 448
Re: Programs that make you go...grrr
« Reply #11 on: October 09, 2009, 07:50:36 AM »
Internet Explorer 8 seems unstable. More problems with MySql, somehow the password was removed, then got the dreaded:

Code: [Select]
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
Quote from: Brian Moore
Despite the tons of examples and docs, mod_rewrite is voodoo. Damned cool voodoo, but still voodoo.

Offline Geemonster

  • Banned for all eternity
  • Human
  • *****
  • Posts: 2053
  • Gender: Male
  • Diasfora's Misfit
Re: Programs that make you go...grrr
« Reply #12 on: October 09, 2009, 12:34:12 PM »
Internet Explorer's so slow,sluggish. ::)

Offline laama

  • Homo Superior
  • ******
  • Posts: 2564
Re: Programs that make you go...grrr
« Reply #13 on: October 10, 2009, 05:03:37 PM »
Latest FireFox version,it frozen randomly without error messages.





i'm waiting for someone to start an antisocial networking site.


Offline Robin-Graves

  • Rev AJ's Grand Inquisitor
  • Homo Superior
  • *
  • Posts: 4278
  • Gender: Male
  • Power doesnt give you the right
Re: Programs that make you go...grrr
« Reply #14 on: November 05, 2009, 09:02:58 AM »
Its all a scam.
They CAN make a stableprogram, they just wonso you have to use thier helplines at 8.99 an hour with a three hour minimum.
I ran into that before with a Windows problem no one knew how to take care of exep for a helpline person.
Bastiches!!!
I keep my standards low.
That way im never disapointed.