ispCP - Board - Support
RC4 -> RC6 Panel options lost - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: RC4 -> RC6 Panel options lost (/thread-4326.html)



RC4 -> RC6 Panel options lost - Quemeros - 09-22-2008 03:28 PM

Well, i do the update Succesfully Smile... but, 1st i lose the standar URL acces to panel acces.domain.TDL that i have (2 is SSL) ...i fixed that in Bind.

But i can't found anything and don't know what i can do with the following small problem:
Inside panel, if i click in Support System(Fixed by BeNe), or inside Statistics if i try to watch from Admin the Resellers Statistics to domains of resellers (http://acces.domain.tdl/admin/reseller_statistics.php?rid=01&name=Reseller&month=09&year=2008), i go back to index of panel Sad

No debugg count, no another apache problem found, im using Mod_security and php5. I look apache logs and only say OK (200)

Thanks a lot for someone that read this, and better if you think what i can doSmile


RE: RC4 -> RC6 Panel options lost - BeNe - 09-22-2008 03:56 PM

Only problems on these two buttons ?

There is a varibale that was changed in the /etc/ispcp/ispcp.conf from support- to ticketsystem. Please check that.

Greez BeNe


RE: RC4 -> RC6 Panel options lost - Quemeros - 09-23-2008 02:23 AM

For now i only found problems with these 2 buttons, and i think it the uniques... but fixed Protected Areas works! Smile

I found this
Code:
ISPCP_SUPPORT_SYSTEM_PATH = support_system.php

ISPCP_SUPPORT_SYSTEM_TARGET =
Im trying to fixit... but i saw that variable (in code) is the same that are present in ispcp.conf RC6 Package... and when i change a new error block the panel: "Config variable 'ISPCP_SUPPORT_SYSTEM_PATH' is missing!" Tongue

You say that variable? because it's unique that i found :/


RE: RC4 -> RC6 Panel options lost - BeNe - 09-23-2008 04:35 AM

Please set
Code:
ISPCP_SUPPORT_SYSTEM_PATH = support_system.php
to:
Code:
ISPCP_SUPPORT_SYSTEM_PATH = ticket_system.php
And try it again!

Greez BeNe


RE: RC4 -> RC6 Panel options lost - Quemeros - 09-23-2008 04:48 AM

Haaaa... jajaja... what a stupid blind i am XD... Thanks a lot Greez BeNe! Big Grin (+1)

The other bug its too similar, but don't very important because it still accesible switching to reseller acounts 1 by 1, but if someone have an idea, say it Smile


RE: RC4 -> RC6 Panel options lost - BeNe - 09-23-2008 05:06 AM

Quote:Haaaa... jajaja... what a stupid blind i am XD... Thanks a lot Greez BeNe! Big Grin (+1)
No Problem! Thanks a lot!! Smile

Quote:The other bug its too similar, but don't very important because it still accesible switching to reseller acounts 1 by 1, but if someone have an idea, say it
I will also take a look there if i have some time here Rolleyes

Greez BeNe


RC4 -> RC6 update problem - rauschr - 09-23-2008 07:23 AM

after update I can't send mail width any user


RE: RC4 -> RC6 Panel options lost - BeNe - 09-23-2008 03:50 PM

@rauschr
Can you please open a new Thread with your Problem ?
And post more infos - mail.log/mail.err

Greez BeNe


RE: RC4 -> RC6 Panel options lost - Quemeros - 09-26-2008 01:58 AM

Minor bug found, and fixed...
/gui/client/domains_manage.php (line 99) says:
Code:
return array(tr('Delete order'), "alias_order_order.php?del_id=$als_id");
but the file in the package the file name is alias_order_delete.php, then line should be:
Code:
return array(tr('Delete order'), "alias_order_delete.php?del_id=$als_id");
This appears when you try to delete a Domain Alias.
I need to report this, right?


RE: RC4 -> RC6 Panel options lost - sci2tech - 09-26-2008 02:13 AM

Quemeros Wrote:I need to report this, right?
It`s already fixed Smile