Icy Phoenix
Old Support Topics - Some Problems After Installing Icyphnix 2,086
keiko [ Thu 19 Feb, 2015 16:53 ]
Post subject: Some Problems After Installing Icyphnix 2,086
and fauiler is when i as a admin delet a topic then i get this
SQL ERROR [ mysql4 ]
BIGINT UNSIGNED value is out of range in '(`dbname`.`ip_1231users`.`user_posts` - 1)' [1690]
SQL
UPDATE ip_1231users SET user_posts = user_posts - 1 WHERE user_id = 2
BACKTRACE
FILE: includes/db/mysql.php
LINE: 295
CALL: sql_db->sql_error()
FILE: includes/class_mcp.php
LINE: 62
CALL: sql_db->sql_query()
FILE: modcp.php
LINE: 279
CALL: class_mcp_topic->topic_delete()
can some one pls help me whit this ?
Informpro [ Sat 21 Feb, 2015 13:07 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
Seems like you messed up your messages counter. Can you try to go into the ACP, set your message counter to 100 (for example), and retry?
@MG: I reported this issue a few years ago. We need an "if" before decrementing the post count, because if you delete a post from a user with post_count=0, this happens.
keiko [ Sat 21 Feb, 2015 14:27 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
no i am sry i start all over again and now i cant get eany thing to work when i install it its ok but when i should go to page and login its only a blank page pls help ai have a one.con server
mort [ Sun 22 Feb, 2015 04:51 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
Are you uploading Icy Phoenix in "Binary" or ASCII format?
boooooooooh [ Mon 23 Feb, 2015 21:37 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
Hello All, I have been helping Keiko with this issue and we now have his forum upgraded and more or less working.
The less is in the main "home" link, anything under the forum and the ACP seems to be working but if you hit the "Home" link we the following error:
Fatal error: Call to undefined method stdClass::parse() in /customers/6/b/2/newinternational.org.uk/httpd.www/international/includes/class_cms.php on line 402
During the update we did not get any errors and and the DB conversion, image DB update and post/signature updating all worked too.
Any suggestions?
During the upgrade, it says to delete all old Icy files, are they not overwritten when uploading the new version? Or how big a mistake would it cause?
mort [ Tue 24 Feb, 2015 00:09 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
During the upgrade, it says to delete all old Icy files, are they not overwritten when uploading the new version? Or how big a mistake would it cause?
It will overwrite files with same name, but that way leaves old deprecated files and probably some deprecated dir's still mixed in with the new?
boooooooooh [ Tue 24 Feb, 2015 00:59 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
Mixed in, and while messy, I would not expect failure unless files/folders are "detected" but we will try go over that again.
We had a small bit of progress, however links all seem to now refer to static HTML pages.
When you would expect /viewtopic.php and the forum/topic number it shows a static page instead (but it fails to load).
Informpro [ Tue 24 Feb, 2015 10:02 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
Mixed in, and while messy, I would not expect failure unless files/folders are "detected" but we will try go over that again.
We had a small bit of progress, however links all seem to now refer to static HTML pages.
When you would expect /viewtopic.php and the forum/topic number it shows a static page instead (but it fails to load).
That's URL rewriting, it's just to beautify URLs. If it doesn't work on your server, you can disable it in the ACP (settings => SEO).
Jogge [ Tue 24 Feb, 2015 10:11 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
Hi keiko
I don“t now if you get my PM
Here are the file if it was the theme you whant
boooooooooh [ Tue 24 Feb, 2015 11:14 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
That's URL rewriting, it's just to beautify URLs. If it doesn't work on your server, you can disable it in the ACP (settings => SEO).
That sounds promising! And would make sense, I am not sure if it was in use before and dont recall it being set after the upgrade, but we will check this and report back, thanks!

keiko [ Tue 24 Feb, 2015 13:27 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
The SEO setting seems to have done the trick! Thanks! How it got enabled, not sure but perhaps while poking to fix other things.
Now, we cant just stop here I am afraid

It seems there is an issue when using the black pearl theme (or any 'pearl' theme for that matter). Before I dig into the issue, I wanted to see if this is a known problem.
boooooooooh [ Tue 24 Feb, 2015 13:29 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
The block titles seem to not fill out in fluid width, I have attached an image taken with the board disabled, but the issue seen is on all block titles.
mort [ Tue 24 Feb, 2015 14:10 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
As I understand it - You are running on the version of Icy Phoenix from GitHub?
Where did you download the Black Pearl from and what version is it....... ?
Because it's unlikely to work if you are mixing old versions with new as some of those themes have not been updated for a long time.

boooooooooh [ Tue 24 Feb, 2015 14:20 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
At present its the git version and the blackpearl version is Black Pearl (for Icy Phoenix 2.0.0.86) downloaded from this site.
mort [ Tue 24 Feb, 2015 22:27 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
I couldn't find black pearl on your site (After I had to dig out the url)
So what's the theme number of Black Pearl?
Also - When you add or alter themes like your current default and something is not working - Then you need to check it for errors that you create like this.
Your <div is missing a </div - And that sort of thing "echoes" through the theme and generally screws other things up.
<!-- <div id="logo-img"><a href="http://www.newinternational.org.uk/international/./index.php" title="Home"><img src="http://www.newinternational.org.uk/international/templates/squared/images/aphrodite_black/sitelogo_small.png" alt="Home" title="Home" /></a></div> -->
<div style="text-align: center;">
<object type="application/x-shockwave-flash" data="templates/squared/images/banner.swf" width="1100" height="160" background-color=#000000 ></object>
boooooooooh [ Tue 24 Feb, 2015 23:14 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
Thanks Mort, the missing div, this was a quickfix for the temporary theme while we tried to work out the black pearl issue. I will fix it now
For testing, I setup a test site with no previous db, just a clean install of icy from github and the black pearl theme. I have attached an image below, as you can see all is default
Black Pearl
mort [ Wed 25 Feb, 2015 00:00 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
In the black Pearl css replace what's there with this little bit.
.roundedhc {
background: url('images/p_black/tbl_h_c.gif') bottom left repeat-x;
width: 100%;
}
.roundedhr {
background: url('images/p_black/tbl_h_r.gif') no-repeat;
}
.roundedfl {
background: url('images/p_black/tbl_f_l.gif') no-repeat;
}
.roundedfc {
background: url('images/p_black/tbl_f_c.gif') top left repeat-x;
width: 100%;
}
boooooooooh [ Wed 25 Feb, 2015 00:48 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
Thanks mort, that did the trick!
And thanks for all the other input, we now have this solved and with a perfect end result!

mort [ Wed 25 Feb, 2015 02:06 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
Nothing is perfect
And those templates are written in
"yesterday's" css - So these type of things are going to pop up from time to time.
A couple of things.
Snapshots from localhost are useless because it means that those who want to or are capable of helping are forced to drop everything and install what you are are using and having problems with, and it doesn't go down too well if it keeps happening.
1. We can usually resolve these problems on-line by accessing the html, css and js for that matter and it's usually the ONLY way to do it because it resolves problems that others create by modifying the themes themselves. So a "Live" test site would be handy and the theme ID as well in case it's not set as default.
2. Do you know how ridiculous that theme
(or any theme for that matter) looks like on large screens 21.5 and upwards when set to full-fluid width?
So if you are inclined do something else and want it centred, no left bloody margin that is persistent when the screen is resized, and not to exceed a certain size. Just yell out if you get stuck.
boooooooooh [ Wed 25 Feb, 2015 02:24 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
Totally understand regarding the localhost. The first aim was to ensure that the site was working as before the upgrade and without any loss of data. I setup my tests as first time I have seen or worked with Icy was 3 days ago and I did not want to destroy anything.
We will be re-doing the themes now that it is working as it was before the upgrade, so its very likely you will see more from me, I will make sure its public accessable then though. And no, I am on a 21", just half an inch short

mort [ Wed 25 Feb, 2015 05:04 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
I noticed another problem with that piece of css. The forum type headers are two different heights.
This should fix it.
.roundedhc {
background: url('images/p_black/tbl_h_c.gif') bottom left repeat-x;
width: 100%;
height: 29px;
}
.roundedhr {
background: url('images/p_black/tbl_h_r.gif') no-repeat;
}
.roundedfl {
background: url('images/p_black/tbl_f_l.gif') no-repeat;
}
.roundedfc {
background: url('images/p_black/tbl_f_c.gif') top left repeat-x;
width: 100%;
height: 29px;
}
Mighty Gorgon [ Mon 09 Mar, 2015 22:56 ]
Post subject: Re: Some Problems After Installing Icyphnix 2,086
@MG: I reported this issue a few years ago. We need an "if" before decrementing the post count, because if you delete a post from a user with post_count=0, this happens.
Are you sure about that?
I'll check this.