Strange URL:s in DBlog

Recently I've started to see strange URLs in my database log under "Page not found". See image here. Do any of you have an idea why they appear? I certainly don't have any nodes named like full urls on my site. There are a few simulaneous errors each few hours from a new ip-address each time.

I'd be very grateful for any insights,

morbug

HOW TO: use Drupal to administer an 100% Ajax website

Hi everyone,

I'm developing a website that is 100% Ajax.
I would like to use Drupal to administer the content and menus of this website but it would be too complicated to use Drupal actually display the website.
Here is the website: link.
Is this a good idea?
Should I be looking at other CMSs' like Symphony?

Any feedback would be quite appreciated.

I've been using Drupal for about 6 months now.

Fatal error: Call to undefined function xmlrpc_date()

I am trying to write a module with a service that calls the blogapi, like this:

$var = module_invoke('blogapi', 'blogger_get_post', '01234567890ABCDEF', '1', $username, $password);

however I receive this error:

"Fatal error: Call to undefined function xmlrpc_date() in /opt/lampp/htdocs/drupal-6/modules/blogapi/blogapi.module on line 678"

if I remove the line 678 in the blogapi.module (bellow) everything works fine.

can't login even through /?=user on off-line site

Hello,

Hosting is 1&1. I have a domain, and a drupal installation. This site is offline because I upgrade d from Drupal 4.7.6 to Drupal 6.0 by stages only to find out Mysql for that DB was outdated, and 1&1 doesn't upgrade old dbs.

So I made a new DB that's Mysql 5, a new subdomain, and directed it to a new dir. I I also migrated my main sql db backup (xxx.sql) to the new DB: I can see it in Phpmyadmin.

I edited the settings.php file so it refers to the new DB.

The new subdomain is ola.libre-zele.info

.htaccess redirect adding on extra characters

Hello,

On my previous static site my articles were located in a folder called knowledge_center but I now have them in knowledge-center on drupal. (with a dash instead of an underscore)

I am using this code in my .htaccess to redirect my visitors to knowledge_center to knowledge-center.

redirect /knowledge_center http://www.sleddoggin.com/knowledge-center

Problem with subdomain and path

While building my Drupal 6.x site, I installed Drupal into a sub folder and the custom paths worked as expected.

After setting up a subdomain pointing to that folder, paths like http://subdomain.example.com/bla.htm still work, but paths like http://subdomain.example.com/blub/bla.htm won't work anymore.

When using Firefox, I get the error message "The page isn't redirecting properly".
What am I doing wrong?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x