Wedge repo -- installation feedback

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Wedge repo -- installation feedback
« Reply #15, on January 21st, 2014, 06:55 PM »
Okay! I merged your post to the original topic (repo name poll), and split this topic from my first post, so it'll look more like a 'proper' topic. ;)

havok

  • Posts: 29

Powerbob

  • Posts: 151
Re: Wedge repo -- installation feedback
« Reply #17, on January 21st, 2014, 07:06 PM »Last edited on January 21st, 2014, 07:36 PM
Quote from Nao on January 21st, 2014, 06:19 PM
Hmm... I guess it's because of the BIT(1) element.

Open install.sql, and replace all occurrences of bit(1) with tinyint(1) -- that should help.

I don't get why it doesn't work, though. The official MySQL website does say that it was introduced in v5.0.3, which is the minimum version Wedge will accept.
Perhaps an incompatibility in the install.php file, I don't know... Will look into it.

Great movie, BTW.
Yes that works replacing all bit(1) :cool: :cool: :cool:
Installed perfectly :D :D :D

Click the link in my sig

Norodo

  • Oh you Baidu, so randumb. (60 sites being indexed at once? Jeez)
  • Posts: 469
Re: Wedge repo -- installation feedback
« Reply #18, on January 21st, 2014, 07:07 PM »
Quote from Nao on January 21st, 2014, 06:20 PM
You have to follow the instructions... :P
/gz/ and its sub-folders need to be writable (CHMOD 0755).
Huh? I did what the installation told me to do. /gz/ is indeed writeable, as is css keys and js. You might want to add a check for /app/ too if that's needed as well.

Either way, I changed /app/ to be writeable as well and now I get a 500 internal server error. Grand. :whistle:

I'll try to start from the top again...
Re: Wedge repo -- installation feedback
« Reply #19, on January 21st, 2014, 07:22 PM »
Well, starting from the top again, chmod -Ring 777 to /gz/ and all the other folders specified at installation start, I got a little bit closer. Now I get an unstyled Wedge install.

Code: [Select]
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://zeldaengine.net/beta/wedge-master/gz/css/Wilde/chrome32-guest-326310.css.gz
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://zeldaengine.net/beta/wedge-master/gz/js/script-sha1-326310.js.gz
Uncaught ReferenceError: weUrl is not defined index.php?topic=1.msg1:218
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://zeldaengine.net/beta/wedge-master/gz/js/topic-326310.js.gz
Uncaught TypeError: Object [object Object] has no method 'mime' index.php?topic=1.msg1:222


Pandos

  • Living on the edge of Wedge
  • Posts: 635
Re: Wedge repo -- installation feedback
« Reply #20, on January 21st, 2014, 07:29 PM »
Please try to login as admin and go to Server&Maintenace->General.
Disable "Enable compressed JS/css" and see if this do the trick for you.
# dpkg-reconfigure brain
error: brain is not installed or configured

Nao

  • Dadman with a boy
  • Posts: 16,079

Norodo

  • Oh you Baidu, so randumb. (60 sites being indexed at once? Jeez)
  • Posts: 469

Pandos

  • Living on the edge of Wedge
  • Posts: 635

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Wedge repo -- installation feedback
« Reply #24, on January 21st, 2014, 07:41 PM »
I'm trying to understand why compressing JS and CSS would generate a 500.

Okay, in Admin > Server > Settings (the first submenu), you should be able to choose what compression type to use. The default is Packer. Can you try other types, and tell me if they all generate a 500..? (Yes, included the uncompressed one.)

Powerbob

  • Posts: 151
Re: Wedge repo -- installation feedback
« Reply #25, on January 21st, 2014, 07:47 PM »
Perhaps my feedback is important, after the bit(1) change, deleting the DB tables and settings.php (recopy from master) I started install.php and it installed like dream.

Kudos Nao :cool: :cool: :cool:

Great work :D :D :D

Norodo

  • Oh you Baidu, so randumb. (60 sites being indexed at once? Jeez)
  • Posts: 469
Re: Wedge repo -- installation feedback
« Reply #26, on January 21st, 2014, 07:48 PM »
I'm using Apache 2.4.

With Google Closure:
Code: [Select]
GET http://zeldaengine.net/beta/wedge-master/gz/css/Wilde/chrome32-admin-326310.css.gz 500 (Internal Server Error) index.php:13
GET http://zeldaengine.net/beta/wedge-master/gz/js/script-m-326310.js.gz 500 (Internal Server Error) index.php:21

With JsMin:
Code: [Select]
GET http://zeldaengine.net/beta/wedge-master/gz/js/script-m-326310.js.gz 500 (Internal Server Error) index.php:21
GET http://zeldaengine.net/beta/wedge-master/gz/css/Wilde/chrome32-admin-326310.css.gz 500 (Internal Server Error) index.php:13

With no minify:
Code: [Select]
GET http://zeldaengine.net/beta/wedge-master/gz/css/Wilde/chrome32-admin-326310.css.gz 500 (Internal Server Error) index.php:13
GET http://zeldaengine.net/beta/wedge-master/gz/js/script-m-326310.js.gz 500 (Internal Server Error)
Re: Wedge repo -- installation feedback
« Reply #27, on January 21st, 2014, 07:49 PM »
I'm going to try a quick reinstall...

One thing that is annoying is that web owns all cached files so I have to take posession over them.
Re: Wedge repo -- installation feedback
« Reply #28, on January 21st, 2014, 07:59 PM »
As an aside, it also does this on install.

Code: [Select]
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://zeldaengine.net/beta/wedge-master/gz/js/script-m-326310.js
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://zeldaengine.net/beta/wedge-master/gz/css/install/chrome32-326310.css
Uncaught TypeError: Object [object Object] has no method 'sb'

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Wedge repo -- installation feedback
« Reply #29, on January 21st, 2014, 08:23 PM »
Sorry, was out IRL.
In the meantime, I remembered that the only 500 errors I got lately were due to misconfigured htaccess files.
Since your files ARE getting generated, the problems is certainly with your gz folder (or its subfolders), either their permissions, or the .htaccess files in them. Does your server allow for htaccess files at all..?
Might be worth a FAQ entry, I guess.