Please if anybody can help me out to setup Drupal and all of it supporting system s/w(like Mysql, PHP,apache) on windows and on local m/c,I'll be highly obeliged.
Please if anybody can help me out to setup Drupal and all of it supporting system s/w(like Mysql, PHP,apache) on windows and on local m/c,I'll be highly obeliged.
I'm using postgresql 8.0.3, and when an authenticated user (without administer nodes permission) tries to post an article or add something to his blog, I get the following error:
warning: pg_query(): Query failed: ERROR: invalid input syntax for integer: "" in /includes/database.pgsql.inc on line 45.
I am running a apache server in my computer under window xp. The document root is D:\Program Files\Apache Group\Apache2\htdocs and I install drupal in a subdirectory "dsite" within this directory. I set the base_url to http://localhost/dsite. When I typed this link in the browser, a tree content shows up, then I clicked the index.php. The main page of drupal shows but every link leads to the previous tree content. Then I changed the base_url to http://localhost/dsite/index.php.
I am running a apache server in my computer under window xp. The document root is D:\Program Files\Apache Group\Apache2\htdocs and I install drupal in a subdirectory "dsite" within this directory. I set the base_url to http://localhost/dsite. When I typed this link in the browser, a tree content shows up, then I clicked the index.php. The main page of drupal shows but every link leads to the previous tree content. Then I changed the base_url to http://localhost/dsite/index.php.
Converting my PN site to drupal, so have installed as a sub-domain on my host. Everything sussed BUT watchdog shows some access denied messages. I have put some debug watchdog messages in the session.inc file and I can see that the admin user changes to anonymous, then comes back to admin. I display the session ids and there is a new session id when anonymous appears. I have yet to make it repeatable but it usually happens when I change content. Have checked forum postings for cookie settings and phpinfo() shows all the right session params.