Help Center Live Community
June 20, 2013, 03:59:09 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
Help Center Live Community
>
General
>
General Discussion
(Moderator:
HCL Admin
) >
Troubles after moving server
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: Troubles after moving server (Read 3360 times)
eder
Not too much to say...
Offline
Posts: 1
Troubles after moving server
«
on:
November 06, 2007, 12:01:22 PM »
Hello all,
I am new on this forum.
My webhosting has moved the server where HCL was installed. After that, I can't start a live chat anymore.
Everythings looks good untill an operator click on ACCEPT chat. A blank page appears with : loading.. loading.. loading..
they use IIS and I got it from their server.
I tried a new install, no success.
31-Oct-2007 08:24:24] PHP Notice: Undefined index: block in D:\Sites\www\livechat\hcl\class\chat.php on line 84
a piece of my chat.php file with line 84
function blocked()
{
$blocked = false;
84- $ip = split(',', $GLOBALS['conf']['block']);
foreach ($ip as $key => $val) {
if (trim($val) == $_SERVER['REMOTE_ADDR']) {
$blocked = true;
}
}
Best Regards
Eder Miranda
Sao Paulo - Brazil
return $blocked;
Logged
HCL Admin
Administrator
HCL Superstar
Offline
Posts: 882
Re: Troubles after moving server
«
Reply #1 on:
November 08, 2007, 07:28:12 PM »
Sounds like they pooched your config settings when they moved you. Also verify that all permissions are right. Version 2.x is NOT tolerant of any problem with permissions.
Logged
how may I
help
you today?
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> General Discussion
=> Web Site Discussion
-----------------------------
Support
-----------------------------
=> Installation Help & Software Support
=> Paid installation board
=> Daily Operations
=> Tips and Tricks
=> Official HclApp Support
=> Unofficial WinApp Support
-----------------------------
Development
-----------------------------
=> Core System Development
===> Bug Discussions
===> New Feature Discussion
===> Feature Requests
=> Module Development
===> Module Requests
===> eTicket
=> Themes
Loading...