![]() |
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 ![]() 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 ![]() 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 do ![]() 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! ![]() I found this Code: ISPCP_SUPPORT_SYSTEM_PATH = support_system.php ![]() 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 Code: ISPCP_SUPPORT_SYSTEM_PATH = ticket_system.php 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! ![]() 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 ![]() 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!! ![]() 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 itI will also take a look there if i have some time here ![]() 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"); Code: return array(tr('Delete order'), "alias_order_delete.php?del_id=$als_id"); 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 ![]() |