pokemon_jojo, are you still working on this mod or have you dropped it?

77

(67 replies, posted in News)

Speechless wrote:

Just joking, but really, when are we going to have a fairly stable version?
[fairly stable means: last about 10months-2years]

I don't think there is such a thing as a version that is stable for 2 years. New exploits in areas which were looked upon as safe will always surface. I think it's excellent that Rickard is keeping a continuous line of updates. Besides, that way we have proof that he is working on improving punBB and that he is not one of those "yeah, yeah... when it's ready"-people. wink

Edit: Patched to 1.2.8, everything ok, got the email.

78

(67 replies, posted in News)

Mart wrote:

AHHHHHHHHHH!! Upgrade Pun or evacuate Houston!!!!

OK, so the upgrade took 10 minutes and won't affect our evacuation one bit. Nice work Rickard.

ps...yes, I really am in Houston and yes, we really are about to leave. Have a read for regular updates on how we're doing. smile

Just read your blog on evacuation (and cats, of course) and it all seems too familiar. I was in the states when Katrina hit, and I wish you luck and good patience out on those highways...

Back in Sweden, the weather is fine and so are the women. wink

Enjoy!

Oh, and thanks for the quick update Rickard!

79

(33 replies, posted in News)

Rickard wrote:

Have a look at admin_options.php.rej to see which replacement didn't work.

***************
*** 117,123 ****
      while (list($key, $input) = @each($form))
      {
          // Only update values that have changed
-         if (isset($pun_config['o_'.$key]) && $pun_config['o_'.$key] != $input)
          {
              if ($input != '' || is_int($input))
                  $value = '\''.$db->escape($input).'\'';
--- 117,123 ----
      while (list($key, $input) = @each($form))
      {
          // Only update values that have changed
+         if (array_key_exists('o_'.$key, $pun_config) && $pun_config['o_'.$key] != $input)
          {
              if ($input != '' || is_int($input))
                  $value = '\''.$db->escape($input).'\'';

So that replacement should have failed, right? But in fact, it didn't. The code in admin_options.php is correct...
Strange, thanks anyway to you who helped.

80

(33 replies, posted in News)

Thanks. Now, any ideas why Patch said "hunk failed"?

81

(33 replies, posted in News)

Hi Rickard!

I updated using Patch for Windows, and it kind of worked... smile

The command line gives the following error:

C:\Program Files\GnuWin32\bin>patch -ul -d y:\ -p2 < y:\punbb-1.2.6_to_1.2.7.pat
ch --binary
patching file admin_groups.php
patching file admin_index.php
patching file admin_options.php
Hunk #1 FAILED at 117.
1 out of 1 hunk FAILED -- saving rejects to file admin_options.php.rej
patching file admin_permissions.php
patching file admin_users.php
patching file edit.php
patching file extern.php
patching file include/functions.php
patching file include/parser.php
patching file install.php
patching file post.php
patching file register.php
patching file search.php

When I examine admin_options.php using your hdiff, it looks like the line was replaced all right, and the site (www.limber.se) seems to work.

In the admin panel, the version is still 1.2.6 though...

Do you have any idea why it acted up and why the version number is unchanged?

Mvh,
Andreas Limber

Pokemon_jojo, how's it going? Are you any closer to releasing the next version? Which features have been implemented?

Hope everything is going good, wish you luck.

If you have phpMyAdmin installed you can easily check out if anything is wrong with your tables.

The simple answer was that I had not enabled gd2 support in php.ini.

There was no mention of this in the installation instructions, and I had no idea what you meant when you said "GD function" earlier. Sorry about that.

Still having the same problem with not being able to post images. Anyone else? Is there a solution?

Getting the error message:
Fatal error: Call to undefined function imagecreatefromjpeg() in C:\www\gallery_post.php on line 220

My host is my server here under my desk, so I have full control smile

GD function? I'm running PHP5, MySQL 4.

No i do not use FTP Upload. Yes the directory is writeable, it's a windows server  2003 btw.
No php errors, the page renders blank.

I've allowed guest posting.

Thanks for you help!

Of course it isn't. smile That's when calling it directly.
I was a bit unclear... what I mean is that, when I try to post an image, it renders blank. Register as a user, and try to post an image on my site. You'll see what happens.

Yes, now that is the problem. Gallery_post renders blank, will try to look into that now.

Nevermind, I figured it out.

If you have a language different from English and French, you have to copy gallery.php to that language directory.

You should add this in the installation instructions, pokemon_jojo.

Thanks for a great mod though, I really hope it will be ready before august 17th, would be very useful on my trip to the US.  smile

EDIT: I made a Swedish language file for you...
www.limber.se/lang/Swedish/gallery.php.txt

Hope you like it wink
Some translations were a bit dodgy though, since the english wasn't exactly clear... I did my best though. I'll review it tomorrow, when I'm not so tired.

Salut!

*bump*

If you didn't notice because i edited...

PS Click on the "website" link to the left to see my website (and the problem). The Gallery is called "Fotoalbum" in swedish.

big_smile

EDIT: I thought that would solve it, but now when i click the link to gallery.php, the page is blank. That is an error in the php code I guess, why am I getting this?

I really want to be able to install this on my 1.2.6 forum, hope you will be able to make those changes asap! smile