Icy Phoenix 1.3.11.64


Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next

Subject: Re: Icy Phoenix 1.3.11.64
Mighty Gorgon wrote: [View Post]


The problem is that not all servers allow writing permissions... you can check how WordPress works, because its plugins system is really well coded.


thats why i thought of using an ftp script.

it´s probably the only way to work on all servers

Subject: Re: Icy Phoenix 1.3.11.64
Is it support utf-8?

Profile PM  
Subject: Re: Icy Phoenix 1.3.11.64
Yes :mricy:

Profile PM  
Subject: Re: Icy Phoenix 1.3.11.64
That's good :D
And my last question: Why do you use this version number? I mean after 1.2.0.27 the new version number is 1.3.0.53. After 1.3.0.53, 1.3.11.64 will come.
I don't want to insult you, but I don't understand this.

Profile PM  
Subject: Re: Icy Phoenix 1.3.11.64
zsolti10 wrote: [View Post]
That's good :D
And my last question: Why do you use this version number? I mean after 1.2.0.27 the new version number is 1.3.0.53. After 1.3.0.53, 1.3.11.64 will come.
I don't want to insult you, but I don't understand this.

Let me explain with my own words...
1.1, 1.2 and the last one 1.3 are the releases.
Next one would be 1.4 I guess :mricy:

So the Zero is for release 1.4.0

1.3.11.64 means, 11th "public" and 64th "private" release
I hope I am right and you could understand how the version is working.

Profile PM  
Subject: Re: Icy Phoenix 1.3.11.64
Now understand, thanks :D

Profile PM  
Subject: Re: Icy Phoenix 1.3.11.64
Icy Phoenix versioning is slightly different from what Steffen wrote.

X.Y.Z.W

  • X: major revision
  • Y: minor revision (changes each stable release)
  • Z: number of revisions between two stable releases
  • W: cumulative number of code revisions


In other words Z changes only between stable releases, W increases each time and Y changes only when a new stable version is released. X changes only when the core code is almost rewritten.

Subject: Re: Icy Phoenix 1.3.11.64
I understand now, thanks MG and TheSteffen. :D

Profile PM  
Subject: Re: Icy Phoenix 1.3.11.64
Possible BUG in xs_news

If you wanna use the News ticker, with an rss feed.

The ticker tells me, it´s not able to read the xml data from Icy.com for example or the feed is just empty.

rss_feed

funny thing is , loading forum.php at first it shows the feed, but after finnishing load of page, its gone

rss_feed_on_load

Aswell, i´ve noticed that the table XS_news_xml has only the feed name, url , and direction of feed stored.

xml height, wide, font and speed, are empty.

table_xs_newsx_xml

Aswell, i get an error message, trying to delet the news entry

error_message


Edit:

Another Bug, i think.

adm/erc.php

if you try to reset template-data:

Select new theme
Fatal error: Call to a member function obtain_styles() on a non-object in /homepages/39/d302884489/htdocs/xxxxxxx/includes/functions_selects.php on line 74

Subject: Re: Icy Phoenix 1.3.11.64
Another one.

CMS is´nt updating CMS config.

You can change default layout, but

left and right blocks wide does´nt change at all, after changing the settings and saving.

It tells you that they´ve been updated, but going again to CMS config, i see the same data as before, only default layout changes OK.

Funny thing, I created a new portal page, assigned blocks and verything was ok. When i switched back to 3-column changed a few block positions, and had an error message. Investigated a bit, and found that, in the table ip_cms_config , the first three entrys were gone.

1. default_portal
2. header_width
3. footer_width

were´nt anywhere to find

Look´s like something is deleting this tables.

Testet this on a clean install, and on my updatet live site

and AJAX is´nt working aswell. only works a bit in Add´s and publicity

Subject: Re: Icy Phoenix 1.3.11.64
Hi spydie,

thanks for reporting...

CMS (SVN Version) is not ready till now. So, you can test everything else :P

Profile PM  
Subject: Re: Icy Phoenix 1.3.11.64
But if you don´t report or test everything, then it takes longer to find the bugs :P

Subject: Re: Icy Phoenix 1.3.11.64
And another one .

New privat chat gives sql errors

Code: [Download] [Hide]
  1. SQL ERROR [ mysql4 ] 
  2.  
  3. 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 'AND s.shout_room = '2|35' 
  4. ORDER BY s.shout_id DESC 
  5. LIMIT 99, 1' at line 3 [1064] 
  6.  
  7. SQL 
  8.  
  9. SELECT s.shout_id 
  10. FROM mods_ajax_shoutbox s 
  11. AND s.shout_room = '2|35' 
  12. ORDER BY s.shout_id DESC 
  13. LIMIT 99, 1 
  14.  
  15. BACKTRACE 
  16.  
  17. FILE: includes/db/mysql.php 
  18. LINE: 289 
  19. CALL: sql_db->sql_error() 
  20.  
  21. FILE: includes/ajax_shoutbox_inc.php 
  22. LINE: 363 
  23. CALL: sql_db->sql_query() 
  24.  
  25. FILE: ajax_shoutbox.php 
  26. LINE: 39 
  27. CALL: include('includes/ajax_shoutbox_inc.php') 
  28.  

Subject: Re: Icy Phoenix 1.3.11.64
Error in install/database_update.php Rev 231

Code: [Download] [Hide] [Select]
Fatal error: Call to undefined function utf8_clean_string() in C:\xamp server\xampp\htdocs\nuevo-test\install\includes\functions_install.php on line 2409



Ok forget this.

I just found out, you´ve got to update through install script.


Juas.

Authentication went in the sh...er

It tells me wrong pass

I think the error comes from install script.

running database_update directly i got an error from here

functions_install line 2409 undefined string
Code: [Download] [Hide] [Select]
[$clean_name = utf8_clean_string($row['username']); ]


looking at the database afterwards. clean name is empty. and trying to login it tells you wrong password.
this happens to all users

Subject: Re: Icy Phoenix 1.3.11.64
Investigating a bit, it looks like it has something to do with login data beeing compared wrong in database.

You have specified an incorrect username. Please check your username and try again. If you continue to have problems please contact the Administrator.

still trying to find the error.

edit:

found the error.

it´s in includes/auth_db

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next

Page 3 of 9


  
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

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1813s (PHP: 13% SQL: 87%)
SQL queries: 12 - Debug Off - GZIP Enabled