ten31studios Posted January 25, 2008 Share Posted January 25, 2008 I am building a site using Joomla! 1.0.14 and I seem to be having some issues. I installed it originally on a server with PHP 4 but now we have changed servers. I am running this on Php 5.2.4 and Mysql (not 100% sure what version) the problem I am having is with, I am guessing, the phpmail function. I have been using the DF Contact component and it was working flawlessly before we changed servers. Now all I get is Error: Mail has not been sent. Please try again later. I have since tried 3 other components, including Joomlas built in one. I can't get this to work! I should state that I am not very good with PHP (which is why I use Joomla and am asking for help here ) Any help you could provide would be appreciated. If you need any more info please ask. If this helps any this is the sql queries I see when I use debug mode... 1 SET sql_mode = 'MYSQL40'2 SELECT folder, element, published, params FROM jos_mambots WHERE published >= 1 AND access <= 0 AND folder = 'system' ORDER BY ordering3 SELECT template FROM jos_templates_menu WHERE client_id = 0 AND ( menuid = 0 OR menuid = 100 ) ORDER BY menuid DESC LIMIT 14 DELETE FROM jos_session WHERE ( ( time < '1201276395' ) AND guest = 0 AND gid > 0 ) OR ( ( time < '1201276395' ) AND guest = 1 AND userid = 0 )5 SELECT * FROM jos_session WHERE session_id = '02d5c0a6652ab4c38c9e49461c6e6745'6 UPDATE jos_session SET `time`='1201277295',`userid`='0',`usertype`='',`username`='',`gid`='0',`guest`='1' WHERE session_id='02d5c0a6652ab4c38c9e49461c6e6745'7 SELECT * FROM jos_menu WHERE id = 1008 SELECT a.* FROM jos_components AS a WHERE ( a.admin_menu_link = 'option=com_syndicate' OR a.admin_menu_link = 'option=com_syndicate&hidemainmenu=1' ) AND a.option = 'com_syndicate'9 SELECT id, title, module, position, content, showtitle, params FROM jos_modules AS m INNER JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id != 1 AND ( mm.menuid = 0 OR mm.menuid = 100 ) ORDER BY ordering10 SELECT m.* FROM jos_menu AS m WHERE menutype = 'topmenu' AND published = 1 AND access <= 0 AND parent = 0 ORDER BY ordering11 SELECT m.*, sum(case when p.published=1 then 1 else 0 end) as cnt FROM jos_menu AS m LEFT JOIN jos_menu AS p ON p.parent = m.id WHERE m.menutype='mainmenu' AND m.published='1' AND m.access <= '0' GROUP BY m.id ORDER BY m.parent, m.ordering12 SELECT m.* FROM jos_menu AS m WHERE menutype='mainmenu' AND m.published='1'13 SELECT id, name, link, parent, type, menutype, access FROM jos_menu WHERE published = 1 AND access <= 0 ORDER BY menutype, parent, ordering14 SELECT m.* FROM jos_menu AS m WHERE menutype = 'bottomMenu' AND published = 1 AND access <= 0 AND parent = 0 ORDER BY ordering15 SELECT COUNT( id ) FROM jos_menu WHERE type = 'content_typed' AND published = 116 SELECT id FROM jos_menu WHERE type = 'content_typed' AND published = 1 AND link = 'index.php?option=com_content&task=view&id=29' Quote Link to comment Share on other sites More sharing options...
toplay Posted January 25, 2008 Share Posted January 25, 2008 If you didn't write the code, you need to post in third party scripts. Quote Link to comment Share on other sites More sharing options...
ten31studios Posted January 25, 2008 Author Share Posted January 25, 2008 ok sorry, thanks Quote Link to comment Share on other sites More sharing options...
revraz Posted January 25, 2008 Share Posted January 25, 2008 First thing to check is mail() working correctly. Create a simple .php file and just send a mail out. If that works, then you can troubleshoot the script, if it doesn't, the problem probably sits in your php.ini file. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.