Error on orders.php

Shadow

No avatar

2006-07-18 18:37

Hi...

After filling the spaces for the name, adress, city, fone etc.. there is an error:


Fatal errorCall to undefined function: checkemail() in /home/festasco/public_html/loja/core/orders.php on line 193



i don't remember changin anything on that file........ in fact i've replaced the file with a new one and it doesn't work too.

I've installed two plugins + plugin manager: basket summary / random product

thanks :)*

Claps

Avatar: Claps

2006-07-18 19:00

checkemail is defined in checkForm.js. Verify checkform.js and replace it with checkform.js from plugins/pluginmanager folder.

Shadow

No avatar

2006-07-18 19:24

humm

i've replaced the /js/checkform.js with checkform.js from plugins/pluginmanager and the error it's there.

I also added the plugin sendOrderToClient_v0.2

thanks,
artur

Claps

Avatar: Claps

2006-07-18 19:44

did you verified checkform.js for

function checkEmail( oObj ) {

var sEmail = oObj.value;

var bCheck = true;
if ( sEmail.search( reEmail ) == -1 )
bCheck = false;

return fieldOperations( oObj, bCheck, cfLangMail );
} // end function checkEmail

?

And also if transfer type on ftp server is set to binary?

Shadow

No avatar

2006-07-18 20:26

Hello,

Yes i've checked the checkform.js and it is fine. As i told you i didn't edit orders.php neither checkform.js

I also installed a new store on other directory and the script for the orders works fine, so it's not a problem of transfer.................

Any ideia whats going on? if you want i give you the adress / admin access to the store.

thanks :)
artur

Claps

Avatar: Claps

2006-07-19 07:02

Yes, send it to qcloaded@gmail.com.

Back to top
about us | contact