We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Dave • 6 years ago

Got this error:

The mysqli error was: Unable to use the MySQLi database because the MySQLi extension for PHP is not installed. Check your php.ini to see how you can enable it..

Eelke Blok • 6 years ago

Just ran into this blog post last week and an now going through the spidering steps. I found there are a few problems with the step to get a logged in user. First, you're passing the IDs of the input fields, but you should be passing the names. Also, I don't think you need the next parameter, but more importantly, you *do* need to pass the form_id.

There is very little indication something goes wrong, except that the subsequent spidering will not include the admin section. The complete "login' wget should look something like this:

wget --post-data='name=USERNAME&pass=PASSWORD&form_id=user_login' --save-cookies=cookies.txt --keep-session-cookies http://EXAMPLE.COM/user

makeonlineshop • 8 years ago

Hello, thank you, do you know if Ubercart 2 Drupal 6 shops will have problems with php 5.4, php 5.5 or php 5.6 ?

Thanks again.