close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

PHP Fatal Error: undefined function curl_init()

Thread began 5/01/2012 4:01 pm by ickyart431490 | Last modified 5/07/2012 9:41 am by ickyart431490 | 11045 views | 14 replies

Jason ByrnesWebAssist

The billing and shipping info should be stored in session variables when posted to the confirm page, it could be another error regarding sessions causing the problem. to troubleshoot, I will need you to add some code to the confirm page:

at line 1:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>




and just before the closing body tag:

php:
<?php

@session_start();
echo(
"POST:<pre>");
var_dump($_POST);
echo(
"</pre>");
echo(
"SESSION:<pre>");
var_dump($_SESSION);
echo(
"</pre>");
?>



this will write the session contents and form content to the page to help us troubleshoot what is going wrong.


the error:
PHP Fatal error: Call to undefined function curl_init()


is a server issue, if uncommenting the curl extension in the php.ini file did not correct the problem, then the curl extension must not be installed on the server. ultimately, the host will nee to fix this problem, though

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...