Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
fatzer
Newbie
Newbie



Joined: Jun 15, 2008
Posts: 1

PostPosted: Mon Jun 16, 2008 8:41 am Reply with quote

Sombody know where to find a good guide to install live chat?'
And to get af MySql database connected to the chat? :s
When i try to activate the chat it say :


Warning: include_once(Includes/blocks/block_Live_Chat.php): failed to open stream: No such file or directory in /hsphere/local/home/******/modules/Admin/block.php on line 325 Warning: include_once(): Failed opening 'Includes/blocks/block_Live_Chat.php' for inclusion (include_path='.:/hsphere/shared/apache/libexec/php5ext/php/') in /hsphere/local/home/*******/modules/Admin/block.php on line 325 Fatal error: Call to undefined function edit_block_Live_Chat() in /hsphere/local/home/******/modules/Admin/block.php on line 328
View user's profile Send private message
Guardian
Mr. Awesome



Joined: Dec 09, 2006
Posts: 234

PostPosted: Mon Jun 16, 2008 9:39 am Reply with quote

The documentation that comes with Live Chat is more than adequate for installing this very simple module.
If you read the error message you should be able to see the problem failed to include includes/blocks/block_Live_Chat.php The error tells you that either you did not upload that file, it was accidentally uploaded in ascii mode instead of binary mode and might be corrupted.

You should never give you full server path details as this can be useful for those who might want to attack your site. Unfortunately I'm not a moderator or anything here so I cannot edit your post.

_________________
Code Authors Nuke Reviews
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 722

PostPosted: Mon Jun 16, 2008 10:02 am Reply with quote

Looks to me like you uploaded the files to the wrong spot...

includes/blocks/block_Live_Chat.php doesn't exist because it really doesn't exist.... it should be blocks/block-Live_Chat.php
View user's profile Send private message Visit poster's website
trbhardcore
Newbie
Newbie



Joined: Jun 17, 2008
Posts: 10

PostPosted: Wed Jun 18, 2008 5:13 am Reply with quote

What version of phpNuke is this compatible with? I currently have 8.0 installed, correctly uploaded all files (at least I think...) and I activate the module, see it in the module list on the main page...

When I click on it....I get nothing. I also do not have a block available when I go to block administration....

A bit of help would be awesome, as I am a bit of a phpNuke noob. Very Happy
View user's profile Send private message
Guardian
Mr. Awesome



Joined: Dec 09, 2006
Posts: 234

PostPosted: Wed Jun 18, 2008 5:35 am Reply with quote

I assume you have checked that you have PHP version 5 or later installed?

There is a block file in the package, I just downloaded it again and it is there inside the html/blocks/ directory within the unzipped package.

You will not see the block available when visiting the blocks admin are the first time, you have to select it from the list of installed blocks within the drop down menu in the blocks admin area.

_________________
Code Authors Nuke Reviews
View user's profile Send private message
trbhardcore
Newbie
Newbie



Joined: Jun 17, 2008
Posts: 10

PostPosted: Wed Jun 18, 2008 5:38 am Reply with quote

Thanks.

I did that, and it is now available in the list as you said....

It is activated, as well as the module...however, I still see nothing on my home page. I should be seeing a side block where I can type a shout, correct?


Live Chat block should be underneath the other shoutbox...
http://www.therebelsbrigade.com/phpNuke/index.php


again, thanks for the help. Very Happy
View user's profile Send private message
Guardian
Mr. Awesome



Joined: Dec 09, 2006
Posts: 234

PostPosted: Wed Jun 18, 2008 5:55 am Reply with quote

Your module and block needs to be set so 'anonymous' can access it - even though they cannot use it unless logged it.

_________________
Code Authors Nuke Reviews
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 722

PostPosted: Wed Jun 18, 2008 6:05 am Reply with quote

trbhardcore, you aren't using php5. It won't work for you unless you enable or upgrade to php5 Wink
View user's profile Send private message Visit poster's website
trbhardcore
Newbie
Newbie



Joined: Jun 17, 2008
Posts: 10

PostPosted: Wed Jun 18, 2008 6:10 am Reply with quote

Well, when I created the initial database...I checked php5....Shocked Sad

How do you know I am not using php5? I'm just curious how you could tell... Shocked Smile

*UPDATE

BAH...you were right...I just checked my godaddy account page...

PHP version: 4.x Embarassed Embarassed
View user's profile Send private message
trbhardcore
Newbie
Newbie



Joined: Jun 17, 2008
Posts: 10

PostPosted: Wed Jun 18, 2008 8:08 am Reply with quote

OK, so I had updated the server to php5, and the live chat is now showing up, however...it is showing user info over the top of the chat window....

Is there a way to disable/hide this user window?


Site:
http://www.therebelsbrigade.com/phpNuke/index.php
View user's profile Send private message
Guardian
Mr. Awesome



Joined: Dec 09, 2006
Posts: 234

PostPosted: Wed Jun 18, 2008 9:48 am Reply with quote

You probably have some java script conflict going on although I couldn't check as the block was not visible at the time I looked. Try disabling the shoutbox after all, I don't really see why you would need two chat area's.

_________________
Code Authors Nuke Reviews
View user's profile Send private message
trbhardcore
Newbie
Newbie



Joined: Jun 17, 2008
Posts: 10

PostPosted: Wed Jun 18, 2008 11:47 pm Reply with quote

Yeah, I had installed both installed and running, and I disabled the Shoutbox mod....

I didn't think about JS issues. I will try deleting everything associated with the Shoutbox (there is a .js file associated with it) and see if that helps.

Thanks for the help again Cool
View user's profile Send private message
trbhardcore
Newbie
Newbie



Joined: Jun 17, 2008
Posts: 10

PostPosted: Thu Jun 19, 2008 1:10 am Reply with quote

OK, so that helped...I can party see the text that was typed, but the user name bar is still too wide. I have tried different themes, and all produce the same result.

Is there somewhere in the code that I can change the width of the username bar??


http://therebelsbrigade.com/phpNuke/index.php
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 722

PostPosted: Thu Jun 19, 2008 6:06 am Reply with quote

Find

Code:
<div id="online" style="margin-left: 2px;


After add

Code:
 display: none;
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT + 10 Hours
Forums ©