Hi,
I'm brand new, I 've been studing How to develop Drupal, but there some errors I can't solve ...
--------(1)--------
After installing Drupal version 4.5 successful, I've added the module gsitemap-4.7.0.tar.
(I use soft:: appserv-win32-2.4.5. It supports php 4.4.1)
I receive the error like that ::
"Fatal error: Call to undefined function: node_get_types() in c:\appserv\www\drupal\modules\gsitemap\gsitemap.module on line 221"
I find, there is no function node_get_types() in this module. But i can't fix it.
Please tell me, How to do ......
--------(2)--------
I install Drupal version 4.7.2 in localhost with appserv-win32-2.5.2 (It supports php 5). But fail.....
I get the error with username and password in MySQL database, php.ini....
Please help me ...!!!
Thank you very much much ........................
Comments
Hope this helps
Its good to start with a solid base and work from there.
http://drupal.org/node/68415
----------------------------------------------------------------------------------
"You can always find the storm by listening for the Thunder."
Versions & errors
1) You cannot mix versions of modules and core. Drupal 4.5 with a 4.7 module is most often not going to work.
2) What error? Please provide the entire error message. What's with php.ini?
--
The Manual | Troubleshooting FAQ | Tips for posting | Make Backups! | Consider creating a Test site.
I can't use appserv-win32-2.5.2 with drupal-4.7.2.tar
I receive the error ::
"PHP MySQL support not enabled
We were unable to use the MySQL database because the MySQL extension for PHP is not installed. Check your PHP.ini to see how you can enable it.
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
"
--ngohaiweb--