I moved the site from one server to another server. I simply downloaded the files, uploaded the files from the old server to the new server and connected the database. Every page works except my chronoforms.
http://108.59.251.48/~bookieco/index.php?option=com_chronocontact&chronoformname=form
Error
There has to be a quick fix and its not in the php.ini or adjusting the memory limit because when you do that, it still errors out.
I have to verify everything works before I change the name servers to point to the new server.
Everything works on existing - http://bit.ly/x4dYf8
http://108.59.251.48/~bookieco/index.php?option=com_chronocontact&chronoformname=form
Error
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 523800 bytes) in /home/bookieco/public_html/templates/yoo_explorer/warp/systems/joomla.1.5/helpers/system.php on line 172There has to be a quick fix and its not in the php.ini or adjusting the memory limit because when you do that, it still errors out.
I have to verify everything works before I change the name servers to point to the new server.
Everything works on existing - http://bit.ly/x4dYf8
Hi SwopeOffice,
The form looks OK on the new site without the template so it looks as though the problem is with some interaction between the form and the template.
What is the code around the line where the error occurs?
Bob
The form looks OK on the new site without the template so it looks as though the problem is with some interaction between the form and the template.
What is the code around the line where the error occurs?
Bob
What is the code around the line where the error occurs?
Here it is.
Function: mb_strpos
mb_strpos function for servers not using the multibyte string extension
*/
if (!function_exists('mb_strpos')) {
function mb_strpos($haystack, $needle, $offset = false) {
return JString::strpos($haystack, $needle, $offset);
}
}
This topic is locked and no more replies can be posted.
