when the profile module is enabled i get the following message at the top of each screen:
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of profile_load_profile(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /home/ehopp/public_html/projects/modules/profile.module on line 90
I'm receiving the following errors after updating my 4.4 RC1 files to CVS then running update.php:
user error: Table 'dbxxx.profile_fields' doesn't exist
query: SELECT f.name, v.value FROM profile_fields f INNER JOIN profile_values v ON f.fid = v.fid WHERE uid = 1 in /homepages/38/dxxx/htdocs/home/includes/database.mysql.inc on line 97.
I have upgraded from 4.3.2 to 4.4.0rc which installed fine, and obviously my old theme fell over so I have been trying to use xtemplate to remake the theme but i not think its going to work but anyway thats not the problem.
While editing template file and refreshing every few mins when done updates and checked the sites look i noticed the site has suddenly started saying "process" for half the content on the site. I checked in MySQL and the content is still in tact but drupal says it says "process"
I just noticed my weblink module isnt working, and it gives me the error message below when I try to create/modify a weblink. Been trying to hunt down the culprit with phpmyadmin and searching this forum... dst? src? are they missing? where?
Using 4.3.1 and IIRC the update.php gave me some failed updates when I did it and I fear my ISP´s mysql servers slowness + timeout might have a hand in that...