moduleinterface.php error after moving to a new server

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
websupportguy
Forum Members
Forum Members
Posts: 12
Joined: Wed Jul 11, 2007 5:56 am

moduleinterface.php error after moving to a new server

Post by websupportguy »

Hi, I have just moved a solid working site (Ver 1.2.4 "Greenland") to a new server. Everything seems to work OK except that I can't get the news module to work in the admin area.

When I try to add or edit news, I get a javascript error in the footer that says "Line 56, Char 3, Error: Object required, Code: 0, URL: http://www.[mysite].com/admin/moduleinterface.php?module=News". I am running news module version 2.7 and it was working OK before I moved the site.

The effect of this error is that only the tabs show and nothing happens when I click on them.

I am running "neat URLs" using the internal functions (not mod_rewrite as originally posted).

Also, I am getting a "//" after the domain name, which I cannot track down. I know it must be a configuration setting somewhere, but I cannot find it.

Any help appreciated. Tony
Last edited by websupportguy on Mon Jul 28, 2008 9:35 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: moduleinterface.php error after moving to a new server

Post by Dr.CSS »

// in url is set in config at the top is base url like this...

#-------------
#Path Settings
#-------------

#Document root as seen from the webserver.  No slash at the end
#If page is requested with https use https as root url
#e.g. http://blah.com
$config['root_url'] = 'http://multiintech.com';      is coming from here...
websupportguy
Forum Members
Forum Members
Posts: 12
Joined: Wed Jul 11, 2007 5:56 am

Re: moduleinterface.php error after moving to a new server

Post by websupportguy »

mark wrote: // in url is set in config at the top is base url like this...
Thanks, I knew that one would be something blindingly stupid and obvious, but I just couldn't see it.

Any thoughts about the module interface error? Also happens when accessing some other modules from the admin interface, so I am suspecting a permissions issue or a missing link to a system file or similar.

Tony
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: moduleinterface.php error after moving to a new server

Post by Dr.CSS »

You may want to recheck the permissions on the module folder...
Locked

Return to “[locked] Installation, Setup and Upgrade”