whobutdrew: (Peace)
Drew ([personal profile] whobutdrew) wrote in [site community profile] dw_dev2012-06-19 03:33 pm
Entry tags:

Deja vu all over again

Now running on Ubuntu 11.04 x64.

Reinstalled, redownloaded, reconfigured, restored... I now have a live site. Mostly, as is my usual state when I am working with this code.

I get the same "Oops, something is broken!" message that I originally got back in the day when i started about 2-3 years ago. Past fixes were to change the @LANGS line in config.pl (already done) and the fact that my first DW foray was on an x86 server. (Boy, did I hvae my history wrong in my previous post.)

Here is the line from my Apache error log:

Invalid userprop opt_viewjournalstyle passed to preload_props. at /home/dw/cgi-bin/LJ/User.pm line 853.

I'm now having to run off, else I'd elaborate more on the code that it is pointing to.
mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)

[staff profile] mark 2012-06-19 10:46 pm (UTC)(link)
That sounds like you haven't populated the database:

$LJHOME/bin/upgrading/update-db.pl -r -p
foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)

[personal profile] foxfirefey 2012-06-20 02:28 am (UTC)(link)
Hmm, if it's just the CSS for the styles, maybe you haven't set up the CSSProxy correctly:

http://wiki.dwscoalition.org/notes/Cssproxy

The styles pretty much rely on it by default since it's a good performance booster.
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)

[personal profile] fu 2012-06-23 12:30 am (UTC)(link)
Hmm. What path is it to the style sheets. Do you get a 404 if you try to visit them directly or...?
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)

[personal profile] fu 2012-06-23 07:16 am (UTC)(link)
That looks oddly like a single quotes versus double quotes issue. I say oddly because it's odd that that happens to your 'hack but not on others.

Can you take a look at the function that's generating that?
fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)

[personal profile] fu 2012-06-23 02:20 pm (UTC)(link)
Hmmm. Is any other perl code being executed on BML pages at all?