Hello,
I folowed the instructions for XRMS however, when I
went to ck-erp admin, I received the message
"Platform, , not supported".
My enviornment is
SME Server 7.01 (Centos Distro) Linux
MySql
Php 4.3
xrms
Thank you for any help you can give.
Hi, Amy1234,
Thank you for your interest in CK-ERP.
I am afraid CK-ERP had not been tested within Centos Distro, and I am
not familiar with the SME Server environment. So, more information may
aid diagnosing your case. Could you give a bit more details on what
you see on screen when you carried out the following steps as listed in
the Installation Manual.
0. Target middleware (anyone of these) - egroupware 1.2 / Moodle 1.7.1 /
ATutor 1.5.3.3 / vTiger 5.0.2 / XRMS 1.99.2 / WordPress 2.1 /
b2evolution 1.9.2 / e107 0.7.8 / xoops 2.0.15 / joomla 1.0.11 / mambo
4.6.1 / drupal 4.7.4 / zencart 1.3.6 / creloaded 6.2 / oscommerce 2.2ms2
/ xaraya 1.1.2 / horde-groupware 1.0 / tikiwiki 1.9.6 / phpbb 2.0.21 .
1. Setup a working Linux environment with Apache and PostgreSQL/MySQL
fully installed and started.
2. Download ck-erp-0.22.1.tar.gz from sourceforge.net/projects/ck-erp
<http://sourceforge.net/projects/ck-erp>.
3. Untar the CK-ERP software tarball into egw's / moodle's (admin) /
atutor's (mods) / vtiger's (modules) / xrms' / wordpress' (wp-admin) /
b2evoultion's (blogs) / e107's (e107_plugins) / xoops' (htdocs/modules)
/ joomla's (modules) / mambo's (modules) / drupal's (modules) /
zencart's (admin) / creloaded's (admin) / oscommerce's (catalog/admin) /
xaraya's (html/modules) / horde-groupware's / tikiwiki's / phpbb's
target base directory (# tar -xzvf <full path name of
ck-erp-0.22.1.tar.gz>) .
4. Setup/Install the target middleware.
5. Test to ensure you have a working target middleware environment.
6. Login the target middleware as admin level user. ***DO NOT LOGIN AS
NON-ADMIN USER***.
Step 6D (for XRMS users only)
- Edit (xrms root)/include/utils-interface.php to insert [CK-ERP] into
XRMS' header display,
At around line 413 and before the clause - foreach ($nav_items as
$nav_key=>$item) {
add the following phrase -
$nav_items['ck-erp']=array('href'=>'/ck-ledger/index.php',
'title'=>_("CK-ERP"));
- AT THIS POINT, DO NOT CLICK ON THE [CK-ERP] MENU CHOICE. Instead use
your browser to visit directly http://(domainname or localhost)/(xrms
root)/ck-admin/index.php
- Complete the Test Environment installation as described in Step 10 to
step 16
Cheers,
CK
Amy1234 wrote:
> Hello,
> I folowed the instructions for XRMS however, when I
> went to ck-erp admin, I received the message
> "Platform, , not supported".
> My enviornment is
> SME Server 7.01 (Centos Distro) Linux
> MySql
> Php 4.3
> xrms
> Thank you for any help you can give.