Missing messages

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
idontknow

Missing messages

Post 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!
megwoo
Forum Members
Forum Members
Posts: 11
Joined: Thu Nov 10, 2005 1:08 am

Re: Missing messages

Post 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...
leMich
Forum Members
Forum Members
Posts: 68
Joined: Fri Jan 06, 2006 9:39 am

Re: Missing messages

Post 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 ;)
Locked

Return to “Modules/Add-Ons”