Your upgrade is incomplete. That method has been in LJ::User since sometime in January. You should update your source from the trunk or (if using a released version) make sure you use r21 or a more recent release.
I emptied my cvs directory and got a fresh copy of code. I then synced it with my current copy with the following command:
vcv/bin/vcv --conf=multicvs.conf --sync
I then ran this to update it and got lots of action:
vcv/bin/vcv --conf=multicvs.conf --update
After which I ran the first command, again. Then I searched for conflicts and, after being satisfied there weren't any, I turned off apache and updated the database with the following two commands:
Comments 8
Reply
I emptied my cvs directory and got a fresh copy of code. I then synced it with my current copy with the following command:
vcv/bin/vcv --conf=multicvs.conf --sync
I then ran this to update it and got lots of action:
vcv/bin/vcv --conf=multicvs.conf --update
After which I ran the first command, again. Then I searched for conflicts and, after being satisfied there weren't any, I turned off apache and updated the database with the following two commands:
$LJHOME/bin/upgrading/update-db.pl --runsql --populate
$LJHOME/bin/upgrading/texttool.pl load
After which I restarted Apache.
I am using this for instructions.
I'm still getting the error.
Reply
grep num_comments_received $LJHOME/cgi-bin/LJ/User.pm
and reply with the output.
Reply
/home3/commie/public_html
[commie@commie ~]$ grep num_comments_received $LJHOME/cgi-bin/LJ/User.pm
[commie@commie ~]$
Reply
Leave a comment