upgrade failed - how do I extract all blog posts?

I tried to upgrade from 6.15 to 7, backed it all up, it failed and I restored it. The front page displays fine but ALL links throw a:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.

Google Wallet on Drupal 6.22 Where I have to start it?

Hi!

I am new user on Drupal. This my first post on the Drupal Community. I would like to implement google wallet for selling a simple product in a website that actually is running. Having checked it
Google wallet
my knowlege is null about how to start to work on it. Any suggestion?

Many thanks.

Is it possible to upload pictures the way Facebook does ?

I have an advertising website which displays a table view on the front page. I like to add on top of that view a place where people can upload a number of thumb pictures the same fashion the Facebook does. Is there a module, php code, or javascripts that can take care of this. Thanks for any help.

Getting the real ip behind PageSpeed Service

Hi there,

anyone knows how could Drupal get the real ip, via HTTP_FORWARDED_FOR header, behind Google PageSpeed as a Service? (https://developers.google.com/speed/pagespeed/service)

I guess it's related with the real_ip function in bootstrap.inc, but for what I understand, it only checkS for that header if we declare in settings.php one (or more) proxy addresses.


/**
* If Drupal is behind a reverse proxy, we use the X-Forwarded-For header
* instead of $_SERVER['REMOTE_ADDR'], which would be the IP address
* of the proxy server, and not the client's.
*
* @return
* IP address of client machine, adjusted for reverse proxy.
*/
function ip_address() {
static $ip_address = NULL;

if (!isset($ip_address)) {
$ip_address = $_SERVER['REMOTE_ADDR'];
if (variable_get('reverse_proxy', 0) && array_key_exists('HTTP_X_FORWARDED_FOR', $_SERVER)) {
// If an array of known reverse proxy IPs is provided, then trust
// the XFF header if request really comes from one of them.
$reverse_proxy_addresses = variable_get('reverse_proxy_addresses', array());
if (!empty($reverse_proxy_addresses) && in_array($ip_address, $reverse_proxy_addresses, TRUE)) {
// If there are several arguments, we need to check the most
// recently added one, i.e. the last one.

Document with Version Tracking

Hi,

I've searched in the modules to see if there's one or two existing on Document Tracking that does track names of users who recently edited a document (which could be a word or spreadsheet document), open and edit a document, save a new version of a document, and with capability to add other or additional fields in the module.

Thank you so much for your help. I hope I can get answers to this query.

Regards.

MySQL Errors: "A link to the server could not be established" & "Access denied for user 'nobody'@'localhost'"

My site when haywire for some reason the past couple of days.

Did receive a high volume of traffic, but not anything out of the normal.

What first happened is the site started to time out for some reason.

And then the database connection went kablooey.

Sounds like a MySQL issue, right?

Well, then I was getting intermittent MySQL breaks; sometimes it would work and sometime it wouldn't for every database (drupal, vbulletin, etc) on the site (MySQL has gone away).

I then rebooted the machine, which seems to have fixed just about everything.

However, under status report it reads "Your MySQL Server is too old. Drupal requires at least MySQL 4.1.1," - but I'm using 5.1, and it never stated that before.

Also two errors are listed:

Warning: mysql_get_server_info() [<a href='function.mysql-get-server-info'>function.mysql-get-server-info</a>]: Access denied for user 'nobody'@'localhost' (using password: NO) in db_version() (line 43 of /home/public_html/includes/database.mysql.inc).

and

Warning: mysql_get_server_info() [<a href='function.mysql-get-server-info'>function.mysql-get-server-info</a>]: A link to the server could not be established in db_version() (line 43 of /home/public_html/includes/database.mysql.inc).

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x