Fred: It's the pictures in my mind that are getting me. It's like being stuck in a really bad movie with those Clockwork Orange clampy things on my eyeballs. Wesley: Why imagine? Reality's disturbing enough.

'Shells'


Buffistas Building a Better Board ++

Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.


amych - Sep 05, 2005 7:21:36 am PDT #494 of 4671
Now let us crush something soft and watch it fountain blood. That is a girlish thing to want to do, yes?

Array


§ ita § - Sep 05, 2005 7:22:09 am PDT #495 of 4671
Well not canonically, no, but this is transformative fiction.

Support is bringing the site up bit by bit, I guess.


Topic!Cindy - Sep 05, 2005 7:22:14 am PDT #496 of 4671
What is even happening?

Array

eta: I posted the word "test". The board converted it to "Array". I'm seeing if this part holds, when I edit it in.

eta 2

ita, should we just stay out for longer?


§ ita § - Sep 05, 2005 7:58:20 am PDT #497 of 4671
Well not canonically, no, but this is transformative fiction.

Well, I kicked y'all out, so that should have answered that.


Tom Scola - Sep 05, 2005 8:08:43 am PDT #498 of 4671
Mr. Scola’s wardrobe by Botany 500

Are we OK now?


§ ita § - Sep 05, 2005 8:14:01 am PDT #499 of 4671
Well not canonically, no, but this is transformative fiction.

The Plesk upgrade went south (which was why the site was down entirely), and then when it came back up, there was strangeness.

For the techheads:

      foreach($chunks as $chunk) {
      $this->id = 0;
      $this->content = $chunk;
      $this->_save();
      }

Broke, because $chunk was suddenly an array. No code changes, just a PHP upgrade to 4.3.10.

So I tweaked it to this:

      foreach($chunks as $chunk) {
       $this->id = 0;
      $this->content = $chunk[0];
      $this->_save();
      }

But I don't like it because I don't understand it.


Eddie - Sep 05, 2005 8:51:03 am PDT #500 of 4671
Your tag here.

Yeah, it appears something changed in 4.3.10 re: foreach

[link] [link]

Further reading indicates they backported some code from PHP 5.0. Your workaround is a solution to this problem.


§ ita § - Sep 05, 2005 8:55:06 am PDT #501 of 4671
Well not canonically, no, but this is transformative fiction.

How freaking irritating. I'll go back and change it to use the key/val logic, just so it doesn't seem so arbitrary.

Tossers.


Eddie - Sep 05, 2005 9:04:46 am PDT #502 of 4671
Your tag here.

Do you know if the server is running Zend Optimizer? It sounds like upgrading to ZO 2.5.7 fixes this issue as well.


Lee - Sep 05, 2005 2:57:05 pm PDT #503 of 4671
The feeling you get when your brain finally lets your heart get in its pants.

I just got this: To view a bookmark, just click on it. To delete a bookmark, click on delete. To change the description text, type in the textbox and click on OK.

There has been an error. It's of the type we call fatal. Please don't be scared. You're not the one that's going to die.

Okay, where the $$&#&(@#& are the developers?

when I tried to look at my bookmarks.