|
Page 5 of 9
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Icy Phoenix 1.3.11.64
On the CMS, the permissions of Dynamic Menù Links, are not selectable
Convert these lang vars to uppercase... you need to do it twice!
'0' => $lang['B_ALL'],
'1' => $lang['B_GUESTS'],
'2' => $lang['B_REG'],
'3' => $lang['B_MOD'],
'4' => $lang['B_ADMIN']
All Ajax functions (for registration forms, user search...) seems don't work, even if are active on ACP
There was a bug there... I need to finish to fix it.
funny thing .
I keep having the same problems with login.
It only works , after having requested a new pass, but without activating this pass.
something strange in password conversion i would say, or better said , something in update.
It seems not to convert the pass.
this is updating from rev 230 to 245
Strange thing, looks like i´ve got to have a look at the update script, to see if i can sort this out.
MG. maybe you can give me a hint, where the conversion is done
Unfortunately I cannot tell what the problem is, because I don't keep track all the changes in development reviews. I can say that new installation is now working fine, and also update from 1.3.0.53 should work as I tested it some days ago (I hope to not have broken anything with latest fixes).
Try a new install and let me know.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#61 Wed 15 Sep, 2010 23:09 |
|
Sponsors

|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
no problems with new install.
the problem apears from rev 230 to 245
____________ Out of Order
|
Share |
#62 Thu 16 Sep, 2010 00:00 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Icy Phoenix 1.3.11.64
I can't remember what I changed in rev 230, do you need necessarily to update from that one?
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#63 Thu 16 Sep, 2010 00:09 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
yep
____________ Out of Order
|
Share |
#64 Thu 16 Sep, 2010 00:12 |
|
Mighty Gorgon 
Luca Libralato
Joined: August 2006
Posts: 7192
Location:  Borgo San Michele
|
 Re: Icy Phoenix 1.3.11.64
Try to change your IP version in config table to an earlier version: 1.3.12.65
Then make sure you have updated your includes/db files and run again database_update.php
Let me know if this fixes your issues.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#65 Thu 16 Sep, 2010 00:21 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
Nope, did´nt work.
same result.
even trying the 1.3.0.53 option, got the same result.
My only problem is, that you need to request a new pass, to be able to connect. everything else runs fine, apart from needing to configure the portal page again, since all blocks after update are calling there data from the first installed block in the list
____________ Out of Order
|
Share |
#66 Thu 16 Sep, 2010 09:31 |
|
Yros 
Joined: April 2009
Posts: 283
Location:
|
 Re: Icy Phoenix 1.3.11.64
I can't remember what I changed in rev 230, do you need necessarily to update from that one?
Login_ip.php screen <- May it help you ?
Rev 231 compared to 236 in function.php ?
|
Share |
#67 Thu 16 Sep, 2010 11:45 |
|
buldo 
Joined: August 2006
Posts: 474
Location:  Borgo San Michele
|
 Re: Icy Phoenix 1.3.11.64
I've just installed the GIT's IP version 1.3.14.67, when I want to register or create a new user (from ACP) I get this error: "Fatal error: Call to a member function sql_escape() on a non-object in D:\home\andrea\xampp\htdocs\ip_git\includes\functions.php on line 794"
Can anyone confirm this?
____________ ~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
|
Share |
#68 Thu 16 Sep, 2010 18:20 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
yep
just tested this on local with same result.
Fatal error: Call to a member function sql_escape() on a non-object in C:\xamp server\xampp\htdocs\rev_246\includes\functions.php on line 794
____________ Out of Order
|
Share |
#69 Thu 16 Sep, 2010 19:20 |
|
andrea75 
Joined: August 2006
Posts: 379
Location:  Perugia
|
 Re: Icy Phoenix 1.3.11.64
I've just installed the GIT's IP version 1.3.14.67, when I want to register or create a new user (from ACP) I get this error: "Fatal error: Call to a member function sql_escape() on a non-object in D:homeandreaxampphtdocsip_gitincludesunctions.php on line 794"
Can anyone confirm this?
I Confirm... same error.
I'm trying this version in local in the meantime, and I found another little bug. With URL rewrite active, if I click in the viewprofile on " Add as a friend", the link bring on forum.php without add the friend at list.
On the includes/rss_function.php there is an error at line 317
FIND
if (!empty($user_data['username']))
{
$username = $user_data['username']
}
REPLACE WITH
if (!empty($user_data['username']))
{
$username = $user_data['username'];
}
____________ My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
|
Share |
#70 Thu 16 Sep, 2010 19:24 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
another one i think.
Revision 248
CMS-Installed blocks.
If you want to set block permissions to something else when all, it just stays ALL. it does not update to guests or logged in users.
Can someone confirm this ??
____________ Out of Order
|
Share |
#71 Sun 19 Sep, 2010 00:44 |
|
andrea75 
Joined: August 2006
Posts: 379
Location:  Perugia
|
 Re: Icy Phoenix 1.3.11.64
another one i think.
Revision 248
CMS-Installed blocks.
If you want to set block permissions to something else when all, it just stays ALL. it does not update to guests or logged in users.
Can someone confirm this ??
Yes, I confirm.
And the problem with URL rewrite in user profile still remain, but now also the extra statistic link doesn't work correctly. I'm trying to solve...
____________ My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
|
Share |
#72 Sun 19 Sep, 2010 18:16 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
another one.
Groups
if you wanne colorize an selected user, it changes the color of all users, not only the selected one.
Can someone confirm this please??
____________ Out of Order
|
Share |
#73 Fri 24 Sep, 2010 14:39 |
|
buldo 
Joined: August 2006
Posts: 474
Location:  Borgo San Michele
|
 Re: Icy Phoenix 1.3.11.64
Can someone confirm this please??
No: I've create 2 users and added them to the group, first user wasn't colorized so I checked the box and then colorized it; second one was colorized by default when he was added then I change (from ACP) the color of the two users and set the "Default Group" to "No default group"; finally I went to groupcp and colorized one user without problems.
Can you describe your steps?
As others SVN I've tested, I cannot set default templates: in ACP and UCP it is regulary set on default template I've choosen, but it isn't the correct style.
Example:
Default style for site: ACP->Main settings->Site Defaults->Default style->Prosilver (with override users settings) same on ACP->Styles->Default style
UCP: correctly set to Prosilver (default style)
Style effectively in use: Frozen
The only way to get the Prosilver style is calling it directly from URL (..../index.php?s=2).
Can someone confirm this?
____________ ~~~ Andrea ~~~
User #379756 on Linux Counter
"If you can't apt-get something, it isn't useful or doesn't exist!!"
|
Share |
#74 Fri 24 Sep, 2010 23:51 |
|
spydie 
Joined: December 2008
Posts: 1796
Location:  In the Boxes
|
 Re: Icy Phoenix 1.3.11.64
I confirm that buldo.
I´ve changed the style, renaming style id in _themes table giving my style the id 1.
No: I've create 2 users and added them to the group, first user wasn't colorized so I checked the box and then colorized it; second one was colorized by default when he was added then I change (from ACP) the color of the two users and set the "Default Group" to "No default group"; finally I went to groupcp and colorized one user without problems.
hm.
i´ve tried again, and now it work´s. maybe just hit the wrong button before, and been to quick to post that here.
should have run another check before posting. My Bad
____________ Out of Order
|
Share |
#75 Sat 25 Sep, 2010 00:15 |
|
|
Page 5 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
|
|
|
|