Hi, I'm not sure if I've missed something but the main page seems to be down, but the forum and all works as usual.
Is there some work in progress?
Hi, I'm not sure if I've missed something but the main page seems to be down, but the forum and all works as usual.
Is there some work in progress?
Website seems to be OK but the source views no body other than the <body> tag. The hg says the file is okay but the PHP doesn't seem to be working (http://hg.slitaz.org/website/file/bfd760e0dbe1/index.php)
We know. It happened after I made a commit to config.php. Even reverting to a last know good state did not fix it. What bother's me is that the changes should have had NO damaging effect what so ever. Also locale pages seem to work: http://www.slitaz.org/en/
My best guess? A bad hg pull that corrupted something important or maybe even a bad commit that I didn't see. Either way, be best thing we can do is do a clean install or pull of the website.
Still I think hg is a bit excessive: 18Mb of commit history data for a ~5Mb directory. And people wonder why I prefer git.
@trixar: Where was a conflit in your commit.
Tip of the day: commit checklist just before commit & push
$ hg pull -u ; hg diff
One push after each commit and you can uncommit with
$ hg rollback
EDIT:
Maybe the conflit was local on http://www.slitaz.org
Somebody (me?) had edited config.php ...
No, it wasn't your commit. All it did was empty the cooking related php varibles, which shouldn't have had any effect except disable cooking downloads.
Didn't need a update since I just cloned it from the repository. I reverted changes to the last good copy by you using the hg revert -r command. I tried to fix the issue caused the day before that broke the get pages. It still makes very little sense to why either broke, but my changes only made matters worse.
You must log in to post.