6
I fixed the problem, it was on the xoops_version.php
around line 55 and 56
I change the path directory,
from this icons16' =>../../Frameworks
to this icons16' => '/FrameworksTHIS IS THE ORIGINAL XOOPS_VERSION.PHP IT NEED TO CHEANGE ON LINE 55 AND 56
//about
'author_website_url' => "https://xoops.org",
'author_website_name' => "XOOPS",
'module_website_url' => "https://xoops.org",
'module_website_name' => "XOOPS",
'release_date' => '2012/12/22',
'min_php' => '5.2.0',
'min_xoops' => '2.5.5',
'min_db' => array('mysql'=>'5.0.7', 'mysqli'=>'5.0.7'),
'min_admin' => '1.1',
'dirmoduleadmin' => '/Frameworks/moduleclasses/moduleadmin',
'icons16' => '../../Frameworks/moduleclasses/icons/16',
'icons32' => '../../Frameworks/moduleclasses/icons/32'
);