Author Topic: 4images 1.7.2 - Feedback  (Read 100656 times)

0 Members and 2 Guests are viewing this topic.

Offline kai

  • Administrator
  • Addicted member
  • *****
  • Posts: 1.418
    • View Profile
    • 4images - Image Gallery Management System
Re: 4images 1.7.2 - Feedback
« Reply #30 on: March 04, 2006, 02:50:50 PM »
So the best solution to fix this problem in 1.7.1 is upgrading to 1.7.2 ?

Is there realy no way out to fix it in 1.7.1 ?

All important fixes for can be found in the "Bug Fixes" section:
http://www.4homepages.de/forum/index.php?board=17.0


An update to 1.7.2 additionally includes minor important bugfixes and new features. Please have a look at the change log:
http://www.4homepages.de/forum/index.php?topic=11877.msg63240#msg63240
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline Nicole2212

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #31 on: March 04, 2006, 03:48:00 PM »
Huhu

Seiddem ich die neu version drauf habe kann ich keine bilder mehr hochladen.
Er sagt immer Die Datei hat ein ungültiges Format (jpg, image/jpg).
Bloss ich habe nichts an der einstellung geändert.

Was mach ich nun?

Lieben Gruß
Nicole


Offline Fastian

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #32 on: March 04, 2006, 04:43:43 PM »
Waoo... Great news.  :D

I just want to ask one thing.
How important this update is?

Is their any other security issue or some serious bug fix involve in it?  I mean other than the listed ones for 1.7.1?

I would love to update to 1.7.2 but I am over head busy at the moment so I just want to make sure that I can update after few weeks?

I have installed so many mods. Will all of them still be effective?
I m not a  Programmer.
          But
I m a Good Learner.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: 4images 1.7.2 - Feedback
« Reply #33 on: March 04, 2006, 04:51:43 PM »
There is no known bugs fixes for 1.7.1 that were not included in v1.7.2.
v1.7.2 is more or less a bug fixes for v1.7.1 with a couple new features.

The down side of any PHP scripts is that when upgrading any installed mods will be gone (atleast the changes in the updated files will be gone).
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: 4images 1.7.2 - Feedback
« Reply #34 on: March 04, 2006, 07:48:04 PM »
For the Upload Problem with jpg Files,
you should edit your upload_definitions.php in includes folder:

Replace this:
Code: [Select]
$mime_type_match['jpg'] = array("image/jpeg", "image/pjpeg");
$mime_type_match['jpeg'] = array("image/jpeg", "image/pjpeg");
with this:
Code: [Select]
$mime_type_match['jpg'] = array("image/jpg", "image/jpeg", "image/pjpeg");
$mime_type_match['jpeg'] = array("image/jpg", "image/jpeg", "image/pjpeg");

P.S.:@admin, is there any reason why this were changed?
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: 4images 1.7.2 - Feedback
« Reply #35 on: March 04, 2006, 08:07:33 PM »
P.S.:@admin, is there any reason why this were changed?
Its never been changed, it simply never was there ;)
Normaly jpeg extension is being used and jpg is on systems where extension can be only 3 letters....(MSDOS)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline IcEcReaM

  • Hero Member
  • *****
  • Posts: 714
    • View Profile
    • My little Testboard
Re: 4images 1.7.2 - Feedback
« Reply #36 on: March 04, 2006, 08:13:55 PM »
It was there in 1.71 but in 1.72 it isn't there anymore.

If actually chcked an "fresh" version of 1.71
Coding is a everlasting competition between programmers who tries to write larger, better and idiot-safe programs and the universe producing larger and stupider idiots...
...so far the universe won
bump

Offline egozent

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #37 on: March 04, 2006, 09:04:04 PM »
Kann mir jemand sagen, was bei folgenden Dateien geändert wurde?
- postcard_create.html
- postcard_preview.html
- bbcode.html
Da ich das 7dana-Template verwende, zerreißt es beim Ersetzen der Dateien das Design.

Kann mir keiner helfen?  :(
Echt keiner?  :(

Offline djith

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #38 on: March 04, 2006, 10:35:00 PM »
Digged up every session id related topic, integrated all changings recommanded to get rid of session id's. i'm using version 1.7.1
But still, a first time visitor get a session id..... also google and other search engines......

i see that version 1.7 doesn't have this problem.... where is the difference between 1.7 and 1.7.1 according session id's ?

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: 4images 1.7.2 - Feedback
« Reply #39 on: March 05, 2006, 08:06:34 AM »
All versions add sessionid on first visit, its not a problem its a feature, without that, visitors with blocked cookies will not be able fully use 4images based sites.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Fastian

  • Full Member
  • ***
  • Posts: 199
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #40 on: March 05, 2006, 05:20:55 PM »
Is their any database change involve between 1.7.1 & 1.7.2?

If I install V 1.7.2 to my PC (local server), Apply all the required modification (By comparing each file) that are necessary for the working of dozens of Mods that I have with 1.7.1 And then, just copy the local files to my web server.
Will this work???

I am just afraid of loosing any Mod functionally that I have right now.
I m not a  Programmer.
          But
I m a Good Learner.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: 4images 1.7.2 - Feedback
« Reply #41 on: March 05, 2006, 06:08:12 PM »
Since any mods involved in php code changes, you WILL loose all your mods once you upgraded...:(
The database was not changed, so you will need "only" redo the steps that involved code changes.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #42 on: March 05, 2006, 09:48:16 PM »
Klasse, habe heute 1.7.2 installiert. Läuft hervorragend. Ich musste lediglich 2 Scripte Anpassen.
Und da ich einen eigenen Template-Ordner verwende musste ich hier nichts tun, alles läuft prima!  :D

Macht weiter so!!!   :mrgreen:

Gruß
Nobby

Offline vanish

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
    • White Album
Re: 4images 1.7.2 - Feedback
« Reply #43 on: March 05, 2006, 11:09:11 PM »
Why function format_url was changed? Now in user profile you can see "http://" when user haven't homepage.

Offline egozent

  • Jr. Member
  • **
  • Posts: 90
    • View Profile
Re: 4images 1.7.2 - Feedback
« Reply #44 on: March 06, 2006, 10:17:32 AM »
Kann mir jemand sagen, was bei folgenden Dateien geändert wurde?
- postcard_create.html
- postcard_preview.html
- bbcode.html
Da ich das 7dana-Template verwende, zerreißt es beim Ersetzen der Dateien das Design.

Kann mir keiner helfen?  :(
Echt keiner?  :(
Schade.. :cry: