This forum is no longer active. Please post your questions to our new community site

Recent Posts by anu

Subscribe to Recent Posts by anu 5 post(s) found

11 Sep, 2009 12:42 PM
Avatar anu 5 post(s)

Topic: Drupal / mysql error 28

Hi,

I am getting the following error.

  • user warning: Got error 28 from storage engine query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE r.vid = 35 ORDER BY v.weight, t.weight, t.name in /home/anu/drupal-6.10-1/apps/drupal/htdocs/modules/taxonomy/taxonomy.module on line 618.
  • user warning: Got error 28 from storage engine query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = ‘bluemarine’ AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /home/anu/drupal-6.10-1/apps/drupal/htdocs/modules/block/block.module on line 407.

It occured , when my disk was full (having no free space). But after emptying it and restarting the bitnami server , the error is not going from the website.

When I installed mysql dump in another machine, with drupal stack, there is no error.

As searched in the drupal forums , I have tried to increase the php memory size (http://thanhsiang.org/faqing/node/95), but still unsuccessful in resolving the issue.

Please help .

 
01 Sep, 2009 11:11 AM
Avatar anu 5 post(s)

Topic: Drupal / how can i change the port of an existing running bitnami drupal stack

Hi,

I have installed the bitnami drupal stack. It’s running in 8080 port. Now i want to change the port from 8080 to 3128 . How can i do it in a cleaned way , without affecting the data and without reinstalling the bitnami stack.

Thanks,
anu

 
06 Jul, 2009 03:16 PM
Avatar anu 5 post(s)

Topic: Drupal / how can i access phpmyadmin from a remote machine

I want to access the mysql database of bitanmai mysql stack from a remote machine trhough phpmyadmin. but it shows

For security reasons, this URL is only accesible using localhost (127.0.0.1) as the hostname

Is it possible by modifying anyfile , so that i can be able to access it through phpmyadmin.

thanks,

 
03 Jul, 2009 07:37 AM
Avatar anu 5 post(s)

Topic: Drupal / how to rename the drupal site

Hi , all

got it solved from the previous post http://bitnami.org/forums/forums/drupal/topics/…

sorry for repeating the question.

 
03 Jul, 2009 07:01 AM
Avatar anu 5 post(s)

Topic: Drupal / how to rename the drupal site

Hi,

I installed the bitanami_drupal6 stack. Now I can acess the created site at http://127.0.0.1:8080/drupal . but I want to give other name instead of drupal i.e. http://127.0.0.1:8080/xyz and everything should work.

For this I changed the drupal-6.10-1/apps/drupal/conf/drupal.conf file

changed

Alias /drupal/ “/home/xyz/drupal-6.10-1/apps/drupal/htdocs/”
Alias /drupal “/home/xyz/drupal-6.10-1/apps/drupal/htdocs”

to

Alias /xyz/ “/home/xyz/drupal-6.10-1/apps/drupal/htdocs/”
Alias /xyz “/home/xyz/drupal-6.10-1/apps/drupal/htdocs”

it opened the front page successfully , but rest of the links not working.

showing error

Not Found

The requested URL /drupal/index.php was not found on this server.

Can anybody help me regarding this asap.

Thanks,