1
hello everybody,
can someone can help me here??
I get problems with the newbb module after modifying newbb/language/modinfo.pph , the problem is near this:
define('_MI_IMG_SET','Image Set');
define('_MI_IMG_SET_DESC','Select the Image Set to use');
define('_MI_DIR_ATTACHMENT','Attachments physical path.');
define('_MI_DIR_ATTACHMENT_DESC','Physical path only needs to be set from your XOOPS root and not before, for example you may have attachments uploaded to
http://www.yoururl.com/uploads/newbb the path entered would then be '/uploads/newbb' never include a trailing slash '/' the thumbnails path becomes '/uploads/newbb/thumbs'');
define('_MI_PATH_MAGICK','Path for ImageMagick');
define('_MI_PATH_MAGICK_DESC','Usually it is '/usr/bin/X11'. Leave it BLANK if you do not have ImageMagicK installed or for autodetecting.');
.
.
[more defines]
it produces this output:
physical path.'); define('_MI_DIR_ATTACHMENT_DESC','Physical path only needs to be set from your XOOPS root and not before, for example you may have attachments uploaded to
http://www.yoururl.com/uploads/newbb the path entered would then be '/uploads/newbb' never include a trailing slash '/' the thumbnails path becomes '/uploads/newbb/thumbs''); define...[plus the rest of defines in modinfo.php]
inside the page area of any page using newbb. Is this a php problem??? what could this be??