IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New That's backwards :-(
The reason it was written this way is that the devel database is not actually a complete snapshot of live. Lots of tables and some whole databases aren't there, so pages break horribly in the devel environment. This should of course be solved by replicating the rest of the db...

It sounds like changes have been made directly on live and never propagated back. Which means that you're walking on a highwire twice.

Of course the way that you should do it is write scripts to update dev, and then when you're happy, run them against prod. That way dev either matches prod or is ahead of it. (Data, of course, gets copied from time to time from prod to dev.)

But you know that. Convincing the rest of the company is your problem...

Cheers,
Ben
To deny the indirect purchaser, who in this case is the ultimate purchaser, the right to seek relief from unlawful conduct, would essentially remove the word consumer from the Consumer Protection Act
- [link|http://www.techworld.com/opsys/news/index.cfm?NewsID=1246&Page=1&pagePos=20|Nebraska Supreme Court]
New Gosh, really?
Remember, we didn't have a devel DB until recently. Building a new one from scratch takes one of our report servers out of the rotation for most of a day, so we've been copying stuff "as needed".

Our other problem is that the one person who has access to make changes on the live DBs doesn't use the devel DBs at all.
===

Implicitly condoning stupidity since 2001.
New Gah. I wish that was unusual. :-(
To deny the indirect purchaser, who in this case is the ultimate purchaser, the right to seek relief from unlawful conduct, would essentially remove the word consumer from the Consumer Protection Act
- [link|http://www.techworld.com/opsys/news/index.cfm?NewsID=1246&Page=1&pagePos=20|Nebraska Supreme Court]
     [ siiiiiiiiiiiiiiiiiiiiiiigggggghhhhhhhhhhhhhh ] - (drewk) - (17)
         Does PHP have the equivalent of 'use strict;'? - (ben_tilly) - (8)
             or Option Explicit for the VB world :-) - (ChrisR)
             Trying to figure out how I can use this - (drewk) - (6)
                 His solution is more general than that - (ben_tilly) - (5)
                     Finally had time to reply to this - (drewk) - (4)
                         Re: Finally had time to reply to this - (deSitter)
                         That's backwards :-( - (ben_tilly) - (2)
                             Gosh, really? - (drewk) - (1)
                                 Gah. I wish that was unusual. :-( -NT - (ben_tilly)
         Using PHP since 2001, I see... :( -NT - (FuManChu)
         Yup, many compilers just leave . . - (Andrew Grygus)
         This is why I dislike PHP's set-ness model. - (static) - (4)
             Re: This is why I dislike PHP's set-ness model. - (deSitter) - (3)
                 PHP and "set" variables. - (static) - (1)
                     gawd - (deSitter)
                 (Dupe.) -NT - (static)
         Just off a 42-minute call, 3 a.m. local time, must sleep - (drewk)

If the people speak and the king doesn't listen, there is something wrong with the king. If the king acts precipitously and the people say nothing, something is wrong with the people.
37 ms