support

some error when agent login

centoasa
Posts: 53
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: 53
Member Since:
2008-03-03
Any suggestions?

Any suggestions?



KodaK
Posts: 1873
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.

--

If you desire one on one help, my Paypal address is: sakodak@gmail.com

WARNING: I no longer actively participate in these forums. If you need help, PMing me here is not the fastest way of getting my attention, sorry for any inconvenience.



centoasa
Posts: 53
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: 1873
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.

--

If you desire one on one help, my Paypal address is: sakodak@gmail.com

WARNING: I no longer actively participate in these forums. If you need help, PMing me here is not the fastest way of getting my attention, sorry for any inconvenience.



Comment viewing options

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