Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Ajax Chat Loads - But Nothing Happens 
 
Hi my ajax Chat loads but nothing hapens. On my Chat Archiv are posts when I Delete them they go away but reload (F5) the page they are still there. Whats the matter i've done nothing.  

THX 4 The Help

I Use the IcyPhoenix 1.2.0.27

www.privat-lan.com/forum
 



 
Last edited by Guest on Sun 20 Jul, 2008 03:15; edited 1 time in total 
DrCaOsSend private messageVisit 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: Ajax Chat Load But Nothing Hapens 
 
When i open up the ajax_shoutbox.php just a White Site nothing more.
Pleas help , i dont know what to do, I love the Ajax Chat.
 



 
DrCaOsSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Ajax Chat Load But Nothing Hapens 
 
DrCaOs wrote: [View Post]
When i open up the ajax_shoutbox.php just a White Site nothing more.
Pleas help , i dont know what to do, I love the Ajax Chat.


Did you add any Java/Javascript in header or footer?
 




____________
~~~ 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: Ajax Chat Load But Nothing Hapens 
 
No. I Have disabled all Blocks just the Chat is online. Nothing I) cant write anything.  
 



 
DrCaOsSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Ajax Chat Load But Nothing Hapens 
 
Test Shoutbox BETA!!!

What is the above in your home page? Because Icy Phoenix shares common script for both the shoutbox and the chat. ??
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Ajax Chat Load But Nothing Hapens 
 
No thats the old one (original Shoutbox from ICY) .
When i disable all blocks the Ajax Chat is the only Block, Nothing. I removet all shouts in the Table ip_ajax_shoutbox and all sessions in ip_ajax_shoutbox_sessions. Nothing!

What is the Problem there is nothing to load.

 
 



 
DrCaOsSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Ajax Chat Load But Nothing Hapens 
 
Please do a dump for these two tables and post the results here. You don't need to post any more than 5 or 6 lines for each of them, if you have that many to start with anyway.

Dumping data for table `ip_ajax_shoutbox`

Dumping data for table `ip_ajax_shoutbox_sessions`
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Ajax Chat Load But Nothing Hapens 
 
Code: [Download] [Hide] [Select]
- Status:2:0:MP_0:Privatlan:php:1.22::5.0.41:1111011:::utf8:EXTINFO
--
-- TABLE-INFO
-- TABLE|ip_ajax_shoutbox|0|1024|2008-07-12 22:13:14
-- TABLE|ip_ajax_shoutbox_sessions|0|1024|2008-07-12 22:13:14
-- EOF TABLE-INFO
--


-- Dump by MySQLDumper 1.22 (http://www.mysqldumper.de/board/)
/*40101 SET NAMES `utf8` */;

-- Dump created at 2008-07-19 03:40



--
-- Create Table `ip_ajax_shoutbox`
--

DROP TABLE IF EXISTS `ip_ajax_shoutbox`;
CREATE TABLE `ip_ajax_shoutbox` (
  `shout_id` mediumint(9) unsigned NOT NULL auto_increment,
  `user_id` mediumint(8) NOT NULL,
  `shouter_name` varchar(30) NOT NULL default 'guest',
  `shout_text` text NOT NULL,
  `shouter_ip` varchar(8) NOT NULL default '',
  `shout_uid` varchar(10) NOT NULL default '',
  `shout_time` int(11) NOT NULL,
  PRIMARY KEY  (`shout_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Data for Table `ip_ajax_shoutbox`
--



--
-- Create Table `ip_ajax_shoutbox_sessions`
--

DROP TABLE IF EXISTS `ip_ajax_shoutbox_sessions`;
CREATE TABLE `ip_ajax_shoutbox_sessions` (
  `session_id` int(10) NOT NULL auto_increment,
  `session_user_id` mediumint(8) NOT NULL default '0',
  `session_username` varchar(25) NOT NULL default '',
  `session_ip` varchar(8) NOT NULL default '0',
  `session_start` int(11) NOT NULL default '0',
  `session_time` int(11) NOT NULL default '0',
  PRIMARY KEY  (`session_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Data for Table `ip_ajax_shoutbox_sessions`
--


-- EOB - End of backupnnn

 



 
DrCaOsSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Ajax Chat Load But Nothing Hapens 
 
Mmm, Nothing wrong there.

The files in the .zip have been re-formatted with cr's etc.

Upload:

/ajax*.php x 3

includes/
functions_ajax_chat.php

templates/common/js/
bbcb_mg_ajax_chat.js
color_bar_ajax_chat.js

After that - I have no Idea what could be wrong.

bbcb_mg_ajax_chat.zip
Description:  
Download
Filename: bbcb_mg_ajax_chat.zip
Filesize: 11.59 KB
Downloaded: 182 Time(s)

 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Ajax Chat Load But Nothing Hapens 
 
THX a lot ! IT WORKS! Great. Wooho!

It must have be an error in my ajax*.php data. Thank U  
 



 
DrCaOsSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Ajax Chat Load But Nothing Hapens 
 
I suspected that one of the files had broken its formatting, and there would be comments in the wrong place causing the script to fail.

There was nothing else left.  

Anyway, I'm glad it's back working for you.  
 
 
 
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


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