PDA

View Full Version : A few (3) problems and one is about translations


mandu
07-01-05, 11:03 AM
The clock is ticking and the deadline is approacing... so I must admit I've turned to dotproject to see if it would solve my immediate problem.
I'm relatively new to PHP so I need some bearing...

Win2K, MySQL 4.1.7, PHP 4.3.10, Apache 1.3.31
Installation of dotproject went smoothly (setting aside the new password hashing algorithm of MySQL).
The interface needs some accomodation but I'll get by.

Questions:
Why the gantt chart is not displayed correctly from the tasks (like some picture is missing) :?:
I get an "The page cannot be displayed" error when I try to access the Default User Preferences page. Why :?:

Last, but not least... (cuse that's the reason for posting here :wink: )
I'm trying to make a translation (for romanian). Although I changed the configuration of Apache and made .htaccess files in /locale and /locale/ro I still get "Could not open locales file to save." Any pointers? Maybe an example of .htaccess and the lines that must be changed in httpd.conf (Ain't that much to much? ;) )

TIA

hustonchung
07-01-05, 01:43 PM
about the gantt chart:

edit your php.ini

change [;extension=php_gd2.dll] to [extension=php_gd2.dll]

-----------------
hustonchung

mandu
07-01-05, 06:57 PM
Many thanks for your fast response. It works!
What about "The page cannot be displayed" error when I try to access the Default User Preferences page :?:
and
"Could not open locales file to save." :?:

cyberhorse
07-01-05, 08:26 PM
the locales problem is due to file permissions most probably. You have to have apache write permissions on the files in locales/ro.

mandu
08-01-05, 01:13 AM
As I said although I changed the configuration of Apache and made .htaccess files in /locale and /locale/ro I still get "Could not open locales file to save."

---------
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride All
---------------
.htaccess
---------------
Options -All
allow from localhost
---------------

Can anyone tell me what am I doing wrong?

mandu
11-01-05, 10:23 AM
Politely... Bang!!!