Current time: 09-27-2024, 11:54 PM Hello There, Guest! (LoginRegister)


Post Reply 
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/tr
Author Message
mr.x Offline
Development Team
*****
Dev Team

Posts: 232
Joined: Nov 2006
Reputation: 3
Post: #1
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/tr
Hello all,

I did a migration from vhcs 2.4.7.1 to ispCP 1.0.2 last weekend. I had a few issues after the migration but i solved most of them.

Unfortunatelly i could find any solution for this issue:
Code:
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/traffic/ispcp-vrl-traff line 259.
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/traffic/ispcp-vrl-traff line 259.

I am getting this message every 30 minutes.

Here the lines from my ispcp-vrl-traff script:
Code:
258            while (($key,$value) = each(%main::sub_id_name)) {
259                    ($rs, $timestamp)=collect_http_traffic_from_log("$value.$main::domain_id_name{$main::sub_id_parentid{$key}}",$main::sub_id_parentid{$key});
260                    return ($rs, '') if ($rs != 0);
261            }
262

I checked the trunk as well. Its the same inside.
Anybody an idea how to fix it? Or where to search for it?


Br
Jan
09-01-2009 04:43 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/tr - mr.x - 09-01-2009 04:43 AM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)