Search found 3 matches

by nkosztad73
Mon 10. Jul 2006, 21:34
Forum: phpwcms Bug Reports
Topic: Email sending error
Replies: 3
Views: 4227

// smtp values $phpwcms['SMTP_FROM_EMAIL'] = 'norbert.kosztadinovszki@gmail.com'; $phpwcms['SMTP_FROM_NAME'] = 'Norbert Kosztadinovszki'; $phpwcms['SMTP_HOST'] = 'smtp.gmail.com'; $phpwcms['SMTP_PORT'] = 587; $phpwcms['SMTP_MAILER'] = 'mail'; $phpwcms['SMTP_AUTH'] = 1; $phpwcms['SMTP_USER'] = 'norb...
by nkosztad73
Mon 10. Jul 2006, 14:16
Forum: hacks & enhancements Support
Topic: Mygallery MOD
Replies: 0
Views: 2147

Mygallery MOD

Could somebody gives me the step by step setup manual for that MOD in a subject? I downloaded a zip file and unzipped it and upload to my site root map. I modified the necessary CHMOD values and insert some lines to a phpwcms.php file like a blog MOD, and I can see the Mygallery mod in the MODULES l...
by nkosztad73
Mon 10. Jul 2006, 14:07
Forum: phpwcms Bug Reports
Topic: Email sending error
Replies: 3
Views: 4227

Email sending error

So I made a new Email/contact from and when I want to try it gives me that error message: Language string failed to load: connect_host

What does it mean?