|
Why there is no file attachment of my news letter ?
|
|
To enable attachment to an email, you must choose 'Use SMTP' in the admin > Info & Settings > Email Sending option, then fill up all the SMTP fields. The 'PHP mail()' function is not able to... |
|
2008-09-24
|
|
Can not receive bounced emails.
|
|
If you were not able to get the bounced emails, you may need to check the POP info in the Preference Settings, and the configuration of your mail server in handling the bounced message. Her... |
|
2008-02-01
|
|
Patch4104_Newsletter - Cannot delete attachment from Newsletter
|
|
Attached below is the patch4104_newsletter.zip file for our Newsletter v4.1 module. The patch file is for the removal of Newsletter attachment in the Edit Newsletter page. Kindly download the pa... |
|
2007-01-17
|
|
Unknown(common_footer.inc) error on Yahoo web server.
|
|
Problem: The One Admin installation seems to be working fine, but I have the following code at the bottom of the page: Warning: Unknown(common_footer.inc): failed to open... |
|
Modified on 2006-03-21
|
|
No Installation Wizard after I had uploaded the oneadmin folder to my online server.
|
|
When you access to the One Admin system, if found that oneadmin/config.php file is empty, only then it will prompts you the Installation Wizard, and create the required tables into your MyS... |
|
Modified on 2005-12-15
|
|
Warning: session_start(): open(\\cpsharedstore\phpsessions\sess_0fe49084, O_RDWR) failed: No space left on device (28) in /home/sitename/web/oneadmin/index.php(33)
|
|
Problem: The session folder on your server is not set to full read / write permission, this prohibits the admin system to write a session_id during login, into the folder. Solution: Please ma... |
|
Modified on 2005-12-15
|
|
Parse error: parse error, unexpected '"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/sitename/httpd/oneadmin/config.php on line 10
|
|
Problem: This is common error reported on Windows Server, due to invalid format of Document Path in the oneadmin/config.php. Solution: Replace single backslashes ' ' with double backslashes ... |
|
Added on 2004-10-08
|
|
The HTML editor does not work on my Mac computer, also it is not visible in FireFox nor Netscape.
|
|
The HTML editor requires Internet Explorer 5.5 or higher on Windows to run. This is because it makes use of some advanced features of IE 5.5 that are not available in other browsers yet. Other ... |
|
Modified on 2005-12-15
|
|
Fatal error: Call to undefined function: getlist() in /home/sitename/web/oneadmin/newsletter/home.subscribe.php on line 30
|
|
Problem: The PHP include code to call the 'config.php' file is missing, or it might has been misplaced in your web page (ie: not located above the other includes), this cause&nbs... |
|
Modified on 2005-12-15
|
|
Notice: Undefined variable: pageaction in /home/sitename/public_html/oneadmin/index.php(33)
|
|
Problem: Setting of error_reporting value in your PHP.INI. Solution: Please make a request to your server administrator to edit your PHP.INI. Find the error_reporting attribute and ... |
|
Modified on 2004-10-04
|