Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
i have a problem, my drupal is installed on my home server where i do my development, and i want it mainly for bug tracking and project development aplications... but.. my firewall doesnot allow me to connect to my box via its external url home.linuxmod.co.uk from inside the firewall for security reasons, i have to use the ip address of the server 192.168.0.200, but the problem comes with the drupal config, i cant use it from outside without having home.linuxmod.co.uk in the config, but then it means i cannot use it from the inside.
I install Drupal in a debian box, everthing works right but themes are not show correctly,
I'm using Mozilla 1.4 if I go to drupal.org site I see the theme right,
if I go to my new installed drupal site(http://www.moredata.pt/~davide)
the theme is Not correctly loaded or showed , is this bad configuration problem???
Greetings - I have just installed Drupal using Postgres as a back end.
if I turn on the 'Moderation results' block I get the following error as an authenticated user and as the admin user:
warning: pg_exec() [function.pg-exec]: Query failed: ERROR: pg_atoi: zero-length string
. in /usr/share/pear/DB/pgsql.php on line 164.
user error: DB Error: unknown error
query: SELECT n.*, u.uid, u.name FROM node n LEFT JOIN users u ON u.uid = n.uid WHERE n.nid = '' in /var/www/drupal/includes/database.pear.inc on line 74.