Elxis CMS Forum

Extensions => Components => Topic started by: stepsdesigns on May 27, 2011, 18:01:19

Title: A Real Proplem in Com_newsletter
Post by: stepsdesigns on May 27, 2011, 18:01:19
i developed some sites using Elxis and i face the same problem in all of them
when i instal Com_newsletter

i do every thing right and all the folders are 755 and the files are 644

and i but my php.ini with this data
Code: [Select]
allow_url_fopen = Off

short_open_tag = Off

register_globals = Off

display_errors = Off

magic_quotes_gpc = Off

date.timezone = "Egypt/Cairo"

session.save_path = "/home/tuhutco1/public_html/tmpr/"
disable_functions = "system, exec, passthru, shell_exec, suexec, dbmopen, popen, proc_open, disk_free_space, diskfreespace, set_time_limit, leak"

but when i go to com_newsletter from my administrator area

i try to send newsletters but i cant send or preview my newsletters

when i do send or preview a pop up window come out and my fronted home page appear nothing else

can some one till me why ???
Title: Re: A Real Proplem in Com_newsletter
Post by: ks-net on May 27, 2011, 21:58:43
this  issue  is well known... we have discussed many times in this forum..

most probably your server is running on suphp...

first make sure that you have suphp and then...
you have to chmod  recursively 755/644  all files of com_newsletters in both locations
 1 - elxisroot ...  administrator/components/com_newsletters
 2- elxisroot ...  components/com_newsletters

Note: this above applies only when server runs on suphp.... all other server-setups must keep the original permissions for com_newsletters, those ones  that the installer applies!