Frage zu First Topic [img] on Forum Index

Archived support topics

Re: Frage zu First Topic [img] on Forum Index

Postby dkdkdkdk » Sun 3. Jan 2010, 00:17 | Userzeit: +1.00 / So 3. Jan 2010, 00:17

I quickly tried MySQL 4.1.22-community-nt instead of "i" version and it works. Seems to me that the MySQL(i) dont like FirstTopicMOD. Do you have any help with this?
Besides, what version are you using?
dkdkdkdk
 
Posts: 18
 
No Topics
 
Joined:
Tue 22. Dec 2009, 13:57
 
Letzter Login:
Fri 14. May 2010, 19:27
 
Posted:
Sun 3. Jan 2010, 00:17 +1.00
Userzeit: So 3. Jan 2010, 00:17

Re: Frage zu First Topic [img] on Forum Index

Postby 4seven » Sun 3. Jan 2010, 00:24 | Userzeit: +1.00 / So 3. Jan 2010, 00:24

no clue this time. must see why are simple sql-statements are different interpreted by sql and (i) and if its really the reason 4 and whats the syntax-difference between sql and (i) language. takes time, can promise nothing and maybe (normal) sql without (i) is an given requirement. will see...
User avatar
4seven
Administrator
 
Posts: 427
 
Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...
 
Joined:
Sun 13. Jan 2008, 23:44
 
Letzter Login:
Mon 1. Aug 2022, 16:40
 
Posted:
Sun 3. Jan 2010, 00:24 +1.00
Userzeit: So 3. Jan 2010, 00:24

Re: Frage zu First Topic [img] on Forum Index

Postby 4seven » Sun 3. Jan 2010, 00:36 | Userzeit: +1.00 / So 3. Jan 2010, 00:24

Besides, what version are you using?


MySQL 5.0.32 (2x)
MySQL 5.1.30
MySQL(i) 5.1.38
User avatar
4seven
Administrator
 
Posts: 427
 
Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...
 
Joined:
Sun 13. Jan 2008, 23:44
 
Letzter Login:
Mon 1. Aug 2022, 16:40
 
Posted:
Sun 3. Jan 2010, 00:36 +1.00
Userzeit: So 3. Jan 2010, 00:24

Re: Frage zu First Topic [img] on Forum Index

Postby 4seven » Sun 3. Jan 2010, 00:38 | Userzeit: +1.00 / So 3. Jan 2010, 00:24

note: in all these versions it works ;-)
User avatar
4seven
Administrator
 
Posts: 427
 
Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...
 
Joined:
Sun 13. Jan 2008, 23:44
 
Letzter Login:
Mon 1. Aug 2022, 16:40
 
Posted:
Sun 3. Jan 2010, 00:38 +1.00
Userzeit: So 3. Jan 2010, 00:24

Re: Frage zu First Topic [img] on Forum Index

Postby 4seven » Sun 3. Jan 2010, 01:16 | Userzeit: +1.00 / So 3. Jan 2010, 00:24

by the way: added 3 little fixes to this mod
http://www.phpbb.com/community/viewtopi ... #p11637155
User avatar
4seven
Administrator
 
Posts: 427
 
Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...
 
Joined:
Sun 13. Jan 2008, 23:44
 
Letzter Login:
Mon 1. Aug 2022, 16:40
 
Posted:
Sun 3. Jan 2010, 01:16 +1.00
Userzeit: So 3. Jan 2010, 00:24

Re: Frage zu First Topic [img] on Forum Index

Postby 4seven » Sun 3. Jan 2010, 05:43 | Userzeit: +1.00 / So 3. Jan 2010, 00:24


dkdkdkdk wrote:
I quickly tried MySQL 4.1.22-community-nt instead of "i" version and it works. Seems to me that the MySQL(i) dont like FirstTopicMOD. Do you have any help with this?
Besides, what version are you using?


have fixed it for your mysql(i)-version and make it also more compatible

take the new install
viewtopic.php?p=930#p930

and make your include_once - trick

change
Code: Select all
    if (!function_exists('simpleresize')) {
    include($phpbb_root_path . 'thumb_resize.' . $phpEx);}


to
Code: Select all
    include_once($phpbb_root_path . 'thumb_resize.' . $phpEx);


clear all caches
User avatar
4seven
Administrator
 
Posts: 427
 
Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...
 
Joined:
Sun 13. Jan 2008, 23:44
 
Letzter Login:
Mon 1. Aug 2022, 16:40
 
Posted:
Sun 3. Jan 2010, 05:43 +1.00
Userzeit: So 3. Jan 2010, 00:24

Re: Frage zu First Topic [img] on Forum Index

Postby dkdkdkdk » Sun 3. Jan 2010, 11:23 | Userzeit: +1.00 / So 3. Jan 2010, 00:17

WOW, many, many THANKS to you ;-) It´s working on live board now too, even without the "include_once" trick :D .

I changed
Code: Select all
WHERE p.post_text LIKE "%[img....
and the others to our "hsimg" prefix and it works too,
only the
Code: Select all
Fatal error: Cannot redeclare class simpleresize in /srv/www/photomecan.eu/forum/www/thumb_resize.php on line 10
shows up. I hit couple of times F5 to reload the page again, then it works. Something about making the thumbs in viewforum_thumbs folder, cause they are not there for the first F5 reload. ...but Iam glad it works anyway :D :D
dkdkdkdk
 
Posts: 18
 
No Topics
 
Joined:
Tue 22. Dec 2009, 13:57
 
Letzter Login:
Fri 14. May 2010, 19:27
 
Posted:
Sun 3. Jan 2010, 11:23 +1.00
Userzeit: So 3. Jan 2010, 00:17

Previous

Return to Support



Who is online

Users browsing this forum: No registered users and 10 guests

cron