Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 5 of 9
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
andrea75 wrote: [View Post]
On the CMS, the permissions of Dynamic Menù Links, are not selectable

Convert these lang vars to uppercase... you need to do it twice!

Code: [Download] [Hide] [Select]
                '0' => $lang['B_ALL'],
                '1' => $lang['B_GUESTS'],
                '2' => $lang['B_REG'],
                '3' => $lang['B_MOD'],
                '4' => $lang['B_ADMIN']


andrea75 wrote: [View Post]
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.

spydie wrote: [View Post]
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
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
no problems with new install.

the problem apears from rev 230 to 245
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
yep
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
Mighty Gorgon wrote: [View Post]
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 ?
 



 
YrosSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
buldo wrote: [View Post]
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_gitincludes unctions.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
Code: [Download] [Hide] [Select]
            if (!empty($user_data['username']))
            {
                $username = $user_data['username']
            }

REPLACE WITH
Code: [Download] [Hide] [Select]
            if (!empty($user_data['username']))
            {
                $username = $user_data['username'];
            }


 
 




____________
My Icy forum: www.lineameteo.it
Staff Member @ IcyPhoenix.com & IcyPhoenix.it
 
andrea75Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
spydie wrote: [View Post]
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
 
andrea75Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Icy Phoenix 1.3.11.64 
 
spydie wrote: [View Post]
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!!"
 
buldoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.

buldo wrote: [View Post]


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
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 5 of 9
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron