|
Page 5 of 6
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Icy Phoenix Goes SVN
I'll answer in English.
Se fai un upgrade da un database già esistente, i fields relativi alla activity mod non vengono creati nella tabella _users
I have never tried to update... anyway Activity is not supported and provided as an extra addon.
I do not support it simply because is really bad coded... and even if I fixes some security issues in it, I'm sure there is some other hole hidden somewhere in that mod.
Use it carefully... at the moment I don't have the time to fix that mod and even if I will provide it as an extra, it will not be supported even after new release.
La tabella _config viene creata dallo script con il linguaggio italiano
I will check that... are you sure that your account is not using Italian? I believe that the installation script can use the same language which the admin is using.
La activity mod, se attivata, produce un errore relativo alla chiamata ad una funzione non esistente quando cerca di aggiornare le statistiche, la funzione e' in un file diverso da quello incluso in newscore.php
Where do you have this error? In ACP or while playing one game? In the second case it could be possible that the game you played has not been designed to work with activity mod.
La cash mod non funziona, le "currencies" vengono create nel database ma sono invisibili e non riconosciute nel pannello di amministrazione
That is strange, I have this mod running properly in a couple of sites... maybe because I performed a clean install and not an upgrade. Did you try to remove the currencies and add again?
Se cancelli l'ultimo utente, l'ultimo utente rimane "guest", probabilmente (ma non ho verificato) perche' il dato rimane nella cache (e' sparito da solo dopo circa un giorno).
Yes it is a cache issue... how did you delete the user? From which page? I need to know that so I can add the clear cache function even to that page.
Se si utilizza la URL_REWRITE alcuni thumbnails dell'album, almeno nei block della pagina principale, si incasinano mostrando la descrizione dell'immagine invece del thumbnail. Non ho capito perchè, dovrebbe capitare se la descrizione e' molto lunga. Ho risolto usando il titolo invece della descrizione come ALT (il titolo e' corto e la descrizione potrebbe essere invece molto lunga).
Are you talking about the default ALBUM block? I'll check it.
Il caching delle immagini dell'album ha smesso di funzionare, non so perche' , aspetto la versione definitiva...
That is strange... can you check if it is working fine on this site?
Did you move the users pictures in subfolders?
Se non sbaglio i vari viewtopic dovrebbero essere diversi se si installa la cash mod e la activity mod, non vengono mostrati ne i trophies ne le currencies
I didn't implement that part... because I didn't want to add extra SQL charge in viewtopic... I believe those SQL are commented somewhere in that file... can you try to have a look please?
Non so quanto valga la pena di includere la cash mod e la activity mod e non un pacchetto dedicato a parte, andare a cercare dove si bloccano e' parecchio complicato...
While Cash mod is included in the standard version, Activity mod it isn't. And both of them are not supported... I have just added them in a way that doesn't require extra SQL if not activated so users who needs them may use them, without having to integrate them, as it is quite hard to make them work properly in Icy Phoenix.
But again, they are not supported... I only give them as an extra and who wants to use them will do at their own risk.
Se ti e' possibile, sarebbe utile estendere il "Replace In Posts" anche ai titoli e all'album, nel passaggio da sql 4 a sql 5 mi sono portato dietro diversi caratteri "strani" che ho dovuto editare a mano...
That should be due to a different encoding... usually adding the correct collation or exporting and reimporting tables using the same charset should solve the problem.
Anyway thanks for the suggestion... I may consider this, but now I lack of free time... maybe after the final release. If you don't see this feature in a couple of months, send me a reminder via PM.
Thanks for your feedbacks.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#61 Mon 09 Mar, 2009 23:35 |
|
Sponsors
|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
tormentor
Joined: October 2006
Posts: 84
Location:
|
Re: Icy Phoenix Goes SVN
Hi
What I did was an upgrade from the last stable version to SVN, anyway I use to first install it from scratch to create the tables on a fresh database for a comparison, then I call back the /install directory for your good scripts and upgrade the old database.
If I install it from scratch it comes out an error because the script (I checked it) has ' italian ' as the default language and it writes it in the _config table while the italian language is not installed, the only way is edit the table manually or change the script and rerun it.
Quote: I will check that... are you sure that your account is not using Italian? I believe that the installation script can use the same language which the admin is using.
Well, sure the install (fresh install) runs in italian reading it from my browser, but there were not the italian package installed, still it installed italian as the default language, the result was that the site showed the related error.
Quote: I have never tried to update... anyway Activity is not supported and provided as an extra addon.
Yes, anyway the fresh installation creates the tables related to the mod and the extra fields in the _users table so that it is working, but if you run the upgrade script, the fields in the _user table are not created, I found it comparing the freshly installed database and the upgraded one (and because the mod was not working)
Quote: Use it carefully... at the moment I don't have the time to fix that mod and even if I will provide it as an extra, it will not be supported even after new release.
Yes, amod site is also in bad shape. I would have preferred to have a mod instead of an hardcoded version even because hackers (or so called..) try to squeeze in the site using files that should never been seen because there is no links to them, for example I don't use the Knowledge Base and there are not links to it, still I logged some tries on the KB files, even if I renamed them. If the code of the Activity Mod is not secure maybe it would be better to have renamed or separately installed the files related.
Quote: La activity mod, se attivata, produce un errore relativo alla chiamata ad una funzione non esistente quando cerca di aggiornare le statistiche, la funzione e' in un file diverso da quello incluso in newscore.php
Where do you have this error? In ACP or while playing one game? In the second case it could be possible that the game you played has not been designed to work with activity mod.
No, just play a whatever game, at the end the file newscore.php tries to update the stats calling a function that is in the file functions_amod_includes_functions.php but this file is not included in newscore.php, I solved it moving the function in
functions_amod_plus.php.
Quote: La cash mod non funziona, le "currencies" vengono create nel database ma sono invisibili e non riconosciute nel pannello di amministrazione
That is strange, I have this mod running properly in a couple of sites... maybe because I performed a clean install and not an upgrade. Did you try to remove the currencies and add again?
Yes, I tried everything, I should try to install it from scratch but the problem is that it's hardcoded and so it's difficult to find out where is the coded added, BTW I tried it in the updated site and in the freshly installed site, first, going to the configuration page of the cash, the page is not shown, then if I add currencies they are not shown in the ACP related page and are not even seen by the other management pages related to the mod in the ACP, while the currencie is created in the table and even in the _user table. By the way it act maybe is related to the cache, but I've also deleted all the cache files and still nothing appearead, so I gave up for now... Even cash.php doesn't see the currencies even if they are created in the database. P.S. I'll try to add the currency and see if it shows up later so I can say if it's related to cache.
Quote: Yes it is a cache issue... how did you delete the user? From which page? I need to know that so I can add the clear cache function even to that page.
It came out because I test the registration process creating a fake user, then I delete it by the ACP. I think I deleted it from the users management page, but usually I prune them by the prune users page (non activated, never logged in) so maybe you could throw an eye on that page too.
Quote: Se si utilizza la URL_REWRITE alcuni thumbnails dell'album, almeno nei block della pagina principale, si incasinano mostrando la descrizione dell'immagine invece del thumbnail. Non ho capito perchè, dovrebbe capitare se la descrizione e' molto lunga. Ho risolto usando il titolo invece della descrizione come ALT (il titolo e' corto e la descrizione potrebbe essere invece molto lunga).
Are you talking about the default ALBUM block? I'll check it.
Yes, BTW I simply suggest you to change the ALTernate text in the showing of the thumbnails from the description to the title of the picture, if the site doesn't load for whatever reason, the description, if it's long, messes up all the page. Again, some users write a long title , so the title, in the block, goes in two or more rows messing up the block: maybe that html thing that cut the line to a certain number of character can be useful, I'll use it on the album block of my site...
Quick thumbnails and generation of a mid-picuters don't wor in the blocks, only in the album, not a big deal BTW.
Quote: Il caching delle immagini dell'album ha smesso di funzionare, non so perche' , aspetto la versione definitiva...
That is strange... can you check if it is working fine on this site?
Did you move the users pictures in subfolders?
You don't have a large database of pictures here, BTW I don't know if it's a bug or something that I messed up, they were working and just stopped working properly: if I want them to work, I've to load the page twice. Yes I run the script to move the pictures in the subfolders (even if a lot are still in the main folder, working correctly). This is why I'll wait the release version to see what's going on: I'm lazy and I prefer to do the editing once and forever on a stable version.
Quote: Se non sbaglio i vari viewtopic dovrebbero essere diversi se si installa la cash mod e la activity mod, non vengono mostrati ne i trophies ne le currencies
I didn't implement that part... because I didn't want to add extra SQL charge in viewtopic... I believe those SQL are commented somewhere in that file... can you try to have a look please?
I've to find a copy of the mod somewhere 'cause amod site is out of line (maybe dead?)
Quote: Se ti e' possibile, sarebbe utile estendere il "Replace In Posts" anche ai titoli e all'album, nel passaggio da sql 4 a sql 5 mi sono portato dietro diversi caratteri "strani" che ho dovuto editare a mano...
That should be due to a different encoding... usually adding the correct collation or exporting and reimporting tables using the same charset should solve the problem.
Too late... I'm not an expert, BTW the charset used should be different from sql 4 and 5 and phpbb 2 and 3, I fixed it editing the database offline. BTW that mod should be extended to the album comments: if you want to swap something in the forum you would have it changed also in the album. I think the code in the (original) smartor's album is redundant, it would be cleaner if the album would be simply a special forum with the pictures added as attachments and comments added as replies with the album main page simply a show off of the first post's attachment and an upload page that simply write the title, the description and add the attachment, but this is another story.
Quote: Anyway thanks for the suggestion... I may consider this, but now I lack of free time... maybe after the final release. If you don't see this feature in a couple of months, send me a reminder via PM.
Thanks for your feedbacks.
No problem We're using your software since a lot of time ago, we're even carefully planning for a donation ...
|
Share |
#62 Tue 10 Mar, 2009 02:51 |
|
tormentor
Joined: October 2006
Posts: 84
Location:
|
Re: Icy Phoenix Goes SVN
URL_REWRITE on and SID attached to the link goes nowhere...
|
Share |
#63 Wed 11 Mar, 2009 22:01 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Icy Phoenix Goes SVN
Do you have a link and a test account to test a game on your site please?
Regarding album block I should have fixed it.
Regarding installation issue now I got you... the problem is that in the beta there was only the italian lang for the installation process...
URL_REWRITE on and SID attached to the link goes nowhere...
Do you have a link to check this as well?
Thanks for your debugging.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#64 Thu 12 Mar, 2009 23:13 |
|
tormentor
Joined: October 2006
Posts: 84
Location:
|
Re: Icy Phoenix Goes SVN
Do you have a link and a test account to test a game on your site please?
There is no mean because I already fixed it on my site by myself: I copied the only one function that is in functions_amod_includes_functions.php and pasted it in functions_amod_plus.php or you can call (include) functions_amod_includes_functions.php but this file is not included in newscore.php.
functions_amod_includes_plus.php in newscore.php.
About URL_REWRITE and SID, I turned off cookies on my browser and went for a tour, I think the bug is not only in the SVN version, BTW if you turn on URL_REWRITE and use sessions instead of cookies, clicking on a username (in order to go to their profile page) you go to the forum page instead of the username's profile page.
I use a double encryption for passwords and sessions, but the error is still there even if I go vanilla version.
About the SEO I don't know if google is googling the site correctly, after a week it seems to have scanned the forum, I'll let you know.
Quote: Old PM_TEXT table has been removed as well many other.
They are not needed anymore with new version.
In ' ACP/DB & Security/Database manteinance/Optimize Database' it tries to optimize that table too, that is no longer existing. Note that you've two 'Optimize Database' , the main one under DB & Security looks better
|
Share |
#65 Fri 13 Mar, 2009 03:02 |
|
tormentor
Joined: October 2006
Posts: 84
Location:
|
Re: Icy Phoenix Goes SVN
THIS IS BIG
If you turn on "Disable HTML links for guests" in ACP/Configuration/Icy Phoenix/Posting And Messages
the message " You must be registered to view this link"
is hardwritten in the field "post_text_compiled" in phpbb_posts (or ip_posts)
So all the links in the forum disappear and you see You must be registered to view this link , logged in or not.
I had to turn on "Disable precompiled posts" to had it working properly
It took a while to figure what was happening, in any case you can recreate the error in this way:
-Turn on "Disable HTML links for guests"
-Keep off "Disable precompiled posts"
-Write a message with a link in it (like http://icyphoenix.com)
and you can see that you'll be no able to to see the link, logged in or not. Clearing the precomplied text cache is no help.
Actually I found that this thing come from the XS BBCODE mode but I was unable to find a working link to it...
It was a real mess, I can't say if it is only in the SVN or not...
P.S.
"Guest" is shown in the list of users that watched a topic...
P.P.S
in ACP/Users/Prune Users if no users match the the given rule "Guest" is displayed ( I haven't clicked the button to see what happen...)
P.P.P.S
about the thumbnails' cache generation (album)
If you delete the thumbnails in the cache, they are generated again but they are not shown at first try.
I mean:
-I deleted all the thumbnails
-I went to the album page and no thumbnails were shown
-I had to reload the page in order to see the thumbnails
-In the following reloads of the page the thumbnails are shown correctly
My site is based on the show off of the pictures of the users, we have a lot of pictures, this "bug" causes a lot of holes.
I don't know if it's something that can be solved, in any case a script to regenerate the thumbnails could be useful, if I'm not wrong it was included in the older versions.
In order to correct this in a fast way I enlarged to thousands the number of rows and columns in the "most recent pics" block of the album and loaded the main album page so the thumbnails were generated all in one passage, now they are working correctly.
P.P.P.P.S.
The "upgrade script" of the album moves the pictures in the subfolders (like in "photopost" ....) but doesn't delete the old ones in the main folder, I had to do it manually (permissions were all 777)
P.P.P.P.P.S.
Crackertracker tables are cached, it means that if you add a value in the IP blocker, it is not shown until you delete the cached sql data, I don't even know if the value (for example an IP address) is effectively blocked if the data is not in the cache (it's written correctly in the database)
P.P.P.P.P.P.S
About the cash, it was also a cache problem, once deleted the sql cached entrie the currencies appeared...
Maybe you should add a cache delete for each entry in the ACP...
Hope it helps...
|
Share |
#66 Sun 15 Mar, 2009 23:19 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Icy Phoenix Goes SVN
Thanks for all your feedbacks and suggestions.
- Tables optimization script retrieves all tables from your db... so if you see that table is because it is already there.
- The feature "Disable links for registered users" isn't compatible with cached posts... you need to disable posts caching if you need that feature or your site is multilanguage. I should have fixed the feature in latest release... but if you need that option it is better that you disable precompilled posts.
- On my sites thumbnails generation works fine even when cache is empty, are you sure that the thumbnails script didn't hang the server with too much requests when the cache is empty? Anyway I'll try again to check.
- The upgrade script doesn't remove old pictures because if something goes wrong you will lose the source files... and I'm sure that someone will not have a backup... so better having them duplicated in case "disaster recovery" is needed. For most sites this should not be an issue.
- All other cache problems I should have fixed.
Thanks for reporting, it has been a great help for debugging.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#67 Thu 26 Mar, 2009 11:07 |
|
tormentor
Joined: October 2006
Posts: 84
Location:
|
Re: Icy Phoenix Goes SVN
Thank you
About the thumbnails generation, maybe is something with my server (godaddy), in any case, it's not a big issue if all the thumbs are already generated, the new one is generated after the first passage so it's not really a problem.
In any case, if you want to recreate it, just create a new picture and open a new tab or window on the browser directly on the category. If the thumb is shown the first time you load the page, the problem is on my server, if not is somewhere in the code.
Well, I'm not very comfortable to call "cached" the posts shown using the precompiled post mod, even if I can see the point of that mod on saving resources, it took a while to figure out what was going on . The nature of my site is not commercial, so disabling links for guests is a simple countermeasure against an eventual spammer that climbs the fence...
For the rest, thank you for your work, I hope that my little testing was useful , my site is going very well.
|
Share |
#68 Sat 28 Mar, 2009 01:32 |
|
tormentor
Joined: October 2006
Posts: 84
Location:
|
Re: Icy Phoenix Goes SVN
Ok, new one
When you make a "news" (in the portal page) with a post that has an attachment this error appears:
Fatal error: Call to undefined function: liw_get_dimensions() in ***/includes/attach_mod/displaying.php on line 952
I patched it including this line in displaying.php
include_once(IP_ROOT_PATH . 'includes/attach_mod/includes/functions_includes.' . PHP_EXT);
And still, in the portal page the page messes up in the news section if there is a news with an attahment, at least using Safari (browser)
|
Share |
#69 Wed 01 Apr, 2009 03:02 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Icy Phoenix Goes SVN
Thanks for reporting... I didn't use LIW because it is really slow under certain conditions and server configurations... that is why I have created the new thumbnails and cache functions.
Anyway I should have solved this as well.
Thanks.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#70 Wed 01 Apr, 2009 11:41 |
|
tormentor
Joined: October 2006
Posts: 84
Location:
|
Re: Icy Phoenix Goes SVN
In the calendar row, in the forum page, if there are more than 5 users having a birthday, an arrow should appear (arrow_down.gif) in the prosilver theme, but there is nothing (the arrow_up.gif appears...) I still have to find the tpl and see what's wrong, maybe a typo error because the file is present under "buttons"
And about the previous error, even if "fixed" the attachment is the second "<div>" section in the news tpl under the message body, for some reasons, in Safari it doesn't appear under the first <div> but it's moved to the right... No matter what I tried, I had to comment out the line...
I had no occasions to test it with Safari 3, I've Safari 4 Beta on my hackintosh ...
|
Share |
#71 Thu 02 Apr, 2009 02:50 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Icy Phoenix Goes SVN
Thanks for reporting the calendar issue... the problem is related to default.cfg.
I should have fixed it and I'll update SVN soon.
Thanks.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#72 Thu 02 Apr, 2009 12:55 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Icy Phoenix Goes SVN
Hi all,
I just wanted to inform you that I have updated SVN with latest development version which is the base for Icy Phoenix 2.0.
Please remember that SVN version is NOT supported, and should never be used on live sites, because no upgrade instructions or patches will be provided.
This new version is highly unstable and I need help in debugging it.
Anyone is willing to try it is more than welcome.
You can report all bugs and errors in General Supports forum, and please specify that you are using SVN. Again, no support will be given unless it is for bugs fixing.
Also I would like to point out that I have not fully tested the upgrade procedure so you may not be able to upgrade existing older Icy Phoenix version with this package.
Thank you for reading and thanks to everyone which is willing to provide some feedbacks.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#73 Mon 26 Oct, 2009 23:22 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Icy Phoenix Goes SVN
Hi all,
I have updated again files in SVN:
- Fixed many reported bugs
- Fixed LoFi
- Added some plugins (KB, Downloads, Activity are now plugins!)
- Updated English and Italian lang files
I am planning to update this website next week with the new version, so everyone could test it online.
There are many bugs left behind due to the new structure, but I will sort them out while testing it live.
Please note that this version is highly unstable and I discourage using it on any live site. As usual SVN is not supported unless it is for bugs... and in any case you may not be able to upgrade to future relese.
If you would like to help in development, just download SVN release and try it on your testing environment.
Thanks.
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
Share |
#74 Wed 04 Nov, 2009 10:23 |
|
pax
Joined: March 2009
Posts: 46
|
Re: Icy Phoenix Goes SVN
Plugins don't go.
In ACP menù this error:
Fatal error: Cannot redeclare deregister_globals() (previously declared in C:\xampp\htdocs\nuova_icy\common.php:65) in C:\xampp\htdocs\nuova_icy\common.php on line 126
|
Share |
#75 Thu 05 Nov, 2009 00:37 |
|
|
Page 5 of 6
|
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
|
|
|
|