|
Page 7 of 9
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
Just stumbled other something here on this very site.
If you go to memberlist, and you select any letter, pagination goes up to 116, but theres only the first 3-4 pages used. All the rest is empty.
It looks to me, like it´s using pagination from ALL Users, for sorting by letter aswell.
This is just a sreenshot selecting S letter, but it happens to all of them.
somebody confirm this please
____________ Out of Order
|
Share |
#91 Mon 25 Oct, 2010 11:34 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
buldo 
Joined: August 2006
Posts: 474
Location:  Borgo San Michele
|
 Re: Icy Phoenix 1.3.11.64
...somebody confirm this please
Yes, I can confim that.
____________ ~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
|
Share |
#92 Mon 25 Oct, 2010 18:30 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
One question:
What happend to includes/page_header.php or is this version pulling the data now from constants directly??
____________ Out of Order
|
Share |
#93 Sun 31 Oct, 2010 10:35 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Icy Phoenix 1.3.11.64
includes/page_header.php have been removed because it's not the more efficient way to build page headers, especially for modding.
If you look at functions.php now you have new functions to output headers and footers... and also a new function to generate the whole page at the end of each file (allowing all defined vars to be used in header as well!).
Since now header is in a function, you would need to declare as global vars you want to be ported there.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#94 Mon 01 Nov, 2010 11:32 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
Thanks MG
I drove myself crazy, trying to find that part
____________ Out of Order
|
Share |
#95 Mon 01 Nov, 2010 11:34 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Icy Phoenix 1.3.11.64
Trust me... when you understand how it works, you will agree that it is much more easy and flexible than before.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#96 Mon 01 Nov, 2010 11:37 |
|
TheSteffen 
Joined: August 2006
Posts: 1625
Location:  Magdeburg
|
 Re: Icy Phoenix 1.3.11.64
In ACP, if you want to give a user admin permission
adm/index.php?admin=1
you get this
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY (u.user_id) ORDER BY u.user_id ASC' at line 4 [1064]
SQL
SELECT u.user_id, u.user_level FROM ip_users u, ip_forums_watch fw WHERE u.user_id = fw.user_id AND fw.forum_id IN ('3', '4', '5') AND u.user_id NOT IN () GROUP BY (u.user_id) ORDER BY u.user_id ASC
BACKTRACE
FILE: includes/db/mysql.php
LINE: 289
CALL: sql_db->sql_error()
FILE: includes/class_notifications.php
LINE: 307
CALL: sql_db->sql_query()
FILE: adm/admin_ug_auth.php
LINE: 144
CALL: class_notifications->delete_not_auth_notifications()
Like I can see the user is anyway changed to Admin.
____________ TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
|
Share |
#97 Mon 08 Nov, 2010 10:18 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Icy Phoenix 1.3.11.64
Hi Steffen,
thanks for reporting, anyway I was not able to replicate this error. Can you please try to replicate it on a clean installation?
Thanks,
Luca
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#98 Sun 14 Nov, 2010 08:55 |
|
TheSteffen 
Joined: August 2006
Posts: 1625
Location:  Magdeburg
|
 Re: Icy Phoenix 1.3.11.64
It was a fresh installation on a real server.
No problem MG, I will keep it in my mind. It is not a big problem.
____________ TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
|
Share |
#99 Tue 16 Nov, 2010 19:02 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
Rev 251
I keep getting this Sql error, if i delet an block from frontpage.
Explain:
I go to CMS - 3 columns - installed blocks
i select for example Top Users Block and delet it.
Result is an SQL error on Frontpage
SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 [1064]
SQL
SELECT * FROM ip_cms_block_position WHERE layout =
BACKTRACE
FILE: includes/db/mysql.php
LINE: 289
CALL: sql_db->sql_error()
FILE: includes/class_cms.php
LINE: 153
CALL: sql_db->sql_query()
FILE: includes/new_page_common.php
LINE: 188
CALL: ip_cms->cms_parse_blocks()
FILE: index.php
LINE: 17
CALL: include('includes/new_page_common.php')
Can someone confirm this , please
____________ Out of Order
|
Share |
#100 Sat 27 Nov, 2010 16:41 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
Problem with the CMS User permits in ACP-Users-CMS Permissions
Happens that only apears VIP in the dropdown.
FIX:
OPEN adm_cms_auth.php
FIND
$auth_array = array(
'0' => $lang['CMS_Guest'],
'1' => $lang['CMS_Reg'],
'2' => $lang['CMS_VIP'],
'3' => $lang['CMS_Publisher'],
'4' => $lang['CMS_Reviewer'],
'5' => $lang['CMS_Content_Manager']
);
REPLACE WITH
$auth_array = array(
'0' => $lang['CMS_GUEST'],
'1' => $lang['CMS_REG'],
'2' => $lang['CMS_VIP'],
'3' => $lang['CMS_PUBLISHER'],
'4' => $lang['CMS_REVIEWER'],
'5' => $lang['CMS_CONTENT_MANAGER']
);
____________ Out of Order
|
Share |
#101 Fri 10 Dec, 2010 22:26 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
some other thing.
Don´t know, if this happens to someone else aswell.
If you try to change the default template, It want switch.
neither does it in the profile or in the menu option, there only apears Frozen as default, and no more options.
can someone confirm this ??
I tried this on local and on a live test site , with just the 3 standart templates installed.
Installed Lightning aswell, but nothing. Looks like it does´nt post installed templates to the array.
This is in Rev 251.
Well. this disapears, after cleaning the cache manualy. So i´d call this solved
____________ Out of Order
|
Share |
#102 Mon 03 Jan, 2011 11:09 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
googling around , i stumbled over an solution , that might be interesting including it in all Icy Templates.
google chrome frame. it enables webkit functions in IE even if they are not directly suported by IE
Info: Here
IMHO. this might allow us to focus more on design, not needing to think of, if it will show well on IE aswell, so compatibility passes to background
____________ Out of Order
|
Share |
#103 Tue 11 Jan, 2011 14:52 |
|
TheSteffen 
Joined: August 2006
Posts: 1625
Location:  Magdeburg
|
 Re: Icy Phoenix 1.3.11.64
this disapears, after leaning the cache manualy. So i´d call this solved
I don't think it is solved.
I had the same problem... after clearing cache the other standard styles can be choosen.
But in portal -> block styles ... the style switching is working for me
But not in profile (also not after cache clearing)
Can someone confirm this?
On IP.com it is working fine
EDIT:
On one of my two SVN 251 IP Sites it is working fine.. the other one not.
I will keep it in my mind
____________ TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
|
Share |
#104 Wed 12 Jan, 2011 20:21 |
|
TheSteffen 
Joined: August 2006
Posts: 1625
Location:  Magdeburg
|
 Re: Icy Phoenix 1.3.11.64
Problem with event registration.
The reg is working fine.
But if some user have registered there and you want to close/delete the event erg
topic_reg is set to 0 in ip_topics (thats correct)
But the reg users are still in ip_registration and the topic in ip_registration_desc
They should be delete there
Question with topic_title_clean ...
For german, if you have "ü ö ß", it will be "u o sz"
but it should be "ue oe ss"
Not important
If you logout you will be redirected to forum.php
Is it right or should it be index.php?
If you have tag block enabled and you click on a tag to search
You get this if google saerch is enabled for guests
____________ TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
|
Share |
#105 Wed 12 Jan, 2011 20:28 |
|
|
Page 7 of 9
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|