Drew (
whobutdrew) wrote in
dw_dev2012-06-19 03:33 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
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.
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.
no subject
$LJHOME/bin/upgrading/update-db.pl -r -p
no subject
I dropped my tables, recreated, reimported, and now have a different problem - it appears CSS is broken. Pages load, albeit slowly, and with the styles not loading at all - everything is straight text.
I used mysqldump and I also have the raw frm/etc. files to work with.
no subject
http://wiki.dwscoalition.org/notes/Cssproxy
The styles pretty much rely on it by default since it's a good performance booster.
no subject
I just tried turning on wildcards on my DNS service, didn't seem to help. Nor did confirming those config.pl settings, unfortunately.
I'm thinking about sleeping on it and testing with a blank/default database next time I get the chance to crack at this.
no subject
I did hg update -C tip after reading about the code push that fixed CSS-related issues. Didn't look like any files changed...
To recap:
I have a mysqldump export of my old (working) database as well as the raw FRM/MYD/etc files, for all of you MySQL people.
Ideas?
no subject
no subject
As I look at the page source, though, I see this, which struck me as strange:
{link rel="stylesheet" href="http://cssproxy.$DOMAIN/?u=http://$DOMAIN_WEB/users/system/res/0/stylesheet%3F1340407627" type="text/css" /}
($VARS are subbed for my domain)
The syntax of that code just looks... odd to me.
no subject
Can you take a look at the function that's generating that?
no subject
{script type="text/javascript" src="http://$DOMAIN/js/lj_ippu.js?v=1340135908"}[/script}
I don't seem to have an htdocs/js folder... zhe plot thickens.
no subject
no subject
Does that help? Sorry, my Perl class in college was a lot longer ago than I realize sometimes.
no subject
Let me know if you need to see any of my config files.
no subject
(Cue the, 'oh yeah him comments! :P)
I didn't have to add the port to the cssproxy var before, but I do now. I added it and all is shiny.
MySQL keeps blowing up whenever I try to introduce the old data to it, so I'm just nuking and paving in that regard.
As always, you all are wonderful, amazing, fantastic people for your efforts at assisting a non-web-or-programming-oriented techie who knows just enough in those areas to get himself into big trouble.