close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Error on install on testing server

Thread began 8/29/2011 7:18 pm by Nature Photographer | Last modified 9/01/2011 7:27 am by Nature Photographer | 3443 views | 16 replies

Jason ByrnesWebAssist

the error you are getting on the testing server means that cURL is not enabled in your php.ini file.

as this_is_me suggests, create the new php page with the following code:

php:
<?php phpinfo(); ?>



and run this php info page on your testing server.

look for the "Loaded Configuration File" to find the location for your php.ini file.

in the php.ini file, find the following line:
;extension=php_curl.dll

and change it to:
extension=php_curl.dll


save the php.ini file and restart your web server.


The error you are getting on the remote server is a very generic one, when it occurs, make note of the page that it is occurring on in the address bar, then add this code at line 1 of that page:

php:
<?php

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



this may give us a more descriptive error message to work with.

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...