Martin DeMello

Results 79 comments of Martin DeMello

a handful, seems to be mostly module issues: ``` dh-martindemello@hack:~/dw$ ./bin/checkconfig.pl [Checking Timezone...] [Checking for Perl Modules....] Paws::S3 is not stable / supported / entirely developed at /usr/local/share/perl/5.22.1/Paws/S3.pm line 2....

Thanks, that got me a bit further. So problem one was that I had to install modules locally. Carrying on ``` dh-martindemello@hack:~/dw$ ./bin/checkconfig.pl [Checking Timezone...] [Checking for Perl Modules....] Paws::S3...

Still no luck with the tests, I'm afraid :( I uninstalled all the locally-installed CPAN modules, restarted apache and reran checkconfig, which said "all good". `prove t/aliases.t` has gone back...

gave that a try, and i'm getting permission errors using either my login password or the initial autogenerated dreamhack password (maybe i changed it way back when and forgot it)....

checked, and they do match. will ping an admin to reset it for me.

the script still didn't work, and neither did trying to log into mysql via ``` dh-martindemello@hack:~$ mysql -D test_dreamhack_martindemello -u dh_martindemello ``` either with or without a password. the `dh-martindemello`...

thanks, i was able to log in to mysql as `dh_martindemello`, though `show tables` said i didn't have any. checkconfig now fails with ``` dh-martindemello@hack:~/dw$ bin/checkconfig.pl [Checking Timezone...] [Checking for...

i'm not sure what changed exactly; `chkconfig.pl` is still complaining about the master db, but something i did made `t/bin/initialize-db` work when i tried it again today, and most of...

looks like all the failing tests are of the form ``` handle_request(..., username => 'test' ); ``` which is possibly because the `test` user has not been created?

thanks! so is the app using `etc/config.pl` at all, or is `ext/local/etc/config.pl` the only place it gets that configuration from?