some error when agent login

centoasa
Posts: 55
Member Since:
2008-03-03

On my trixbox 2.6.0.7 server, when agent login, appears some error, as: "use of uninitializaed value in .... /var/www/html/panel/op_server.pl line..." various line
But even though there are these messages all works fine.
Thaks for suggestions



centoasa
Posts: 55
Member Since:
2008-03-03
Any suggestions?

Any suggestions?



KodaK
Posts: 1885
Member Since:
2006-06-14
You've decided to leave out

You've decided to leave out the parts of the error message that would be helpful. Copy and paste the whole error message and I'll take a look at the code. I'm making no promises that I'll find anything, but I'll look at least.

--

WARNING: I no longer actively participate in these forums. My thoughts on trixbox in a nutshell: http://www.youtube.com/watch?v=q4xBMkWu1pE Use AsteriskNOW instead.



centoasa
Posts: 55
Member Since:
2008-03-03
when agent login, here is

when agent login, here is the result page:
Use of uninitialized value in concatenation (.) or string at /var/www/html/panel/op_server.pl line 1893
Use of ununitialized value in pattern match (m//) at /var/www/html/panel/op_server.pl line 1894
Use of ununitialized value in pattern match (m//) at /var/www/html/panel/op_server.pl line 1895
Use of ununitialized value in pattern match (m//) at /var/www/html/panel/op_server.pl line 1895
Use of ununitialized value in pattern match (m//) at /var/www/html/panel/op_server.pl line 1895

That's all



KodaK
Posts: 1885
Member Since:
2006-06-14
I don't have time to trace

I don't have time to trace the code backwards, but $elemento isn't being set, which means that the shift isn't getting what it wants. I suspect that the call to that sub isn't being done correctly.

Again, I'd have to dig more than I can right now, but I'm betting that's the issue.

--

WARNING: I no longer actively participate in these forums. My thoughts on trixbox in a nutshell: http://www.youtube.com/watch?v=q4xBMkWu1pE Use AsteriskNOW instead.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.