Page 1 of 1

Missing messages

Posted: Wed Feb 08, 2006 1:31 pm
by idontknow
Hi!
I'm, trying to create a module for CMSMS but I'm having two problems:
- although the module seems to install OK creating the necessary SQL tables, all the messages give this error: "--Add Me - module:Portfolio string:help--". File permissions and owner settings are the same as in other modules, and the lang entry is OK also (
$lang['help'] = 'Plese help!';). Any idea of what could be the problem?

- in a unrelated problem (or NOT), after installation I want to be able to put a Content item ("New Portfolio"). I "borrowed" some installation code from the News module and nothing happened.

I would be very grateful for any help you can give to this newbie :D Thanks!

Re: Missing messages

Posted: Tue Mar 07, 2006 5:41 pm
by megwoo
I was receiving similar messages and it turned out that the paths were wrong in the config file--not sure if that will solve your problem, but you might want to double check those paths...

Re: Missing messages

Posted: Mon Mar 27, 2006 9:47 am
by leMich
Hi,
i've got the same problem after changing this line in the config.php :
(because i wanted to change all the urls in the config to www.mysite.com)

$config['root_path'] = 'http://www.mysite.com';

I replaced then the old path, and all worked fine :

$config['root_path'] = '/home/myacount/www/mysite';

Perhaps that can help ;)