https://bugs.contribs.org/show_bug.cgi?id=10329

            Bug ID: 10329
           Summary: problem with process table formating
    Classification: Contribs
           Product: SME Contribs
           Version: 9.2
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-phpsysinfo
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

because of runs the process table display wierdly.
this is because the process has a long string  with lot of point,

A way to workaround this could be a simple patch

--- /opt/phpsysinfo/plugins/ps/class.ps.inc.php   
+++ /opt/phpsysinfo/plugins/ps/class.ps.inc.php              
 $xmlnode->addAttribute('PPID', $value[1]);
                 $xmlnode->addAttribute('MemoryUsage', $value[2]);
-                $xmlnode->addAttribute('Name', $value[3]);
+                $xmlnode->addAttribute('Name',
str_replace("...","",$value[3]));
                 if (PSI_OS !== 'WINNT') {

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to