By milen-1 on
I can not edit primary links.
Fatal error: Only variables can be passed by reference in E:\wwwapache\drupal\modules\system.module on line 649
I can not edit primary links.
Fatal error: Only variables can be passed by reference in E:\wwwapache\drupal\modules\system.module on line 649
Comments
what are you using we do
what are you using we do need more info if u want help
Did you manage to install a basic drupal site ...
what changes did you make after that
I have installed the basic
I have installed the basic Drupal with Apache and MySql.
Everything work normal exept "Edit primary links", "Edit secondary links", and Themes -> Configure
What version are you running
What version are you running have you made any changes to the default installation, have you tried deleting the database and starting again
have you tried installing all the original modules that came with the package
theme is blue marine i guess
This is a known bug
...that has been fixed for the 4.6.4 release (whenever that may be). It only occurs with PHP5 and as most people are still using PHP4 it does not come up as often as you might think.
To fix it, you need to edit /drupal/modules/system.module at line 649. Replace
with
--------------------- WEBg8 ---------------------
Yes now the problem with
Yes now the problem with "edit primary links" and "edit secondary links" is fixed.
But the same problem is when cklick on themes -> configure.
Also the "Theme editor" module is not working.
Bu the error is different,
Bu the error is different, on another line:
Fatal error: Only variables can be passed by reference in E:\wwwapache\drupal\modules\system.module on line 25
The problems seem to run deep
I think you either need to use PHP4 or the CVS version of Drupal 4.6 as 4.6.3 was not written to work with PHP5.
--------------------- WEBg8 ---------------------
Now wait a minute, your
Now wait a minute, your blanket statement is less then accurate.
4.6.3 was written to work with php5. However, php5.0.5 and I think php 4.4.0 have changed how they handle some variables or some such stuff. Now based on that change, there is discussion and patches being looked at to handle this.
Short term suggestion, downgrade your php version, long temr one, accurate reporting of issues and any help with working towards patches on a long term solution are greatly welcome.
I have two friends that run several sites on php5 quite succesfully with more modules than I use (one *nix/Apache, then other Win/IIS).
-sp
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide