On accessing Drupal site I use to get following error: Parse error: syntax error, unexpected ‘(‘, expecting ‘)’ Above error is mainly because of Drupal modules compatibility issue with php4. In this case if you are on php4 server then you will need to run your application on php5 server. If you are on php5 …
Category Archive: Drupal
Mar
28
Drupal temporary URL
Most of the time a common question is asked, whether Drupal can be accessed with a temporary url ? And the answer to it is yes, for this you will need to make few changes into your configuration file of Drupal and it will work perfectly as it on main domain url. 1) Eg: Drupal …
Mar
28
Drupal Clean URL error
On enabling Clean URL in Drupal I get error “Your system configuration does not currently support this feature” FIX: I have created a .htaccess file under the installation directory of drupal and added following code and it fixed my issue. root@Server [~]# nano .htaccess RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteRule …

Recent Comments