Multiple CMS

2 posts by 2 authors in: Forums > CMS Builder
Last Post: March 18, 2009   (RSS)

By Kenny - March 18, 2009

Ok - here's one beyond my comprehension right now.

Let's say you have two CMS installations (on the same server) but different domain names and databases.

I want to put content from CMS 1 on Site 2 along with content from CMS 2.

It's easy to put content from CMS 1 on Site 2 as long as Site 2 doesn't call for it's own CMS.

How do you combine:

require_once "/home/autumn/public_html/admin/lib/viewer_functions.php";

and

require_once "/home/dynamos/public_html/admin/lib/viewer_functions.php";

on the same site?

The error message is:

Fatal error: Cannot redeclare getrecords() in /home/dynamos/public_html/admin/lib/viewer_functions.php on line 41


Kenny