Bomb Shelter Comics

Please login or register.

Login with username, password and session length
Advanced search  

News:

Webcomic Idol is over and the winner is Simulated Comic Product!

Author Topic: BitArtist beta testers needed  (Read 17980 times)

0 Members and 1 Guest are viewing this topic.

bluecollarblues

  • Administrator
  • Ready for the Big One
  • *****
  • Posts: 1934
    • View Profile
    • Way of the Geek
BitArtist beta testers needed
« on: May 12, 2008, 08:30:23 AM »

It's been a long time in the making, but BitArtist v. 1.0 (Release Candidate 1) is finally out and ready for download. It's not ready for full release, however, so I need a few brave souls to join Sean C in beta testing my little webcomic script. The bug tracker is up and running, and all bugs can be reported through there. Don't worry, there's a link at the bottom of each of the pages in the admin area.

If you're interested in downloading and using BitArtist here is the information you'll need.

If you do decide to beta test it, please let me know so I can add you to the list on the support forum later of who is running my script.
Logged

Chad

  • Bomb Shelter Comics
  • Ready for the Big One
  • *
  • Posts: 455
    • View Profile
    • Hedlinerz
Re: BitArtist beta testers needed
« Reply #1 on: May 12, 2008, 04:43:01 PM »

I'm gonna poke around with it.
Logged

Zappit

  • Administrator
  • Ready for the Big One
  • *****
  • Posts: 1599
    • View Profile
Re: BitArtist beta testers needed
« Reply #2 on: May 12, 2008, 05:25:35 PM »

Already poking around with it.
Logged
Don't hesitate to procrastinate.

bluecollarblues

  • Administrator
  • Ready for the Big One
  • *****
  • Posts: 1934
    • View Profile
    • Way of the Geek
Re: BitArtist beta testers needed
« Reply #3 on: May 12, 2008, 07:46:21 PM »

Any and all feeback is appreciated. :)
Logged

ilitchev

  • Posts: 11
    • View Profile
Re: BitArtist beta testers needed
« Reply #4 on: May 13, 2008, 01:22:28 PM »

Hey, I just registered because Sean C got me interested in using this BitArtist thing for my future comic that I'm planning to do. I just installed it into a subcategory on my regular site, but now it won't log me in because it's assuming that the login file is on the main site. Did I miss a portion of the customization process where I should've changed it from mysite.com to mysite.com/bitartist? Thanks in advanced, the program looks good so far;

Ilitchev
Logged

Zappit

  • Administrator
  • Ready for the Big One
  • *****
  • Posts: 1599
    • View Profile
Re: BitArtist beta testers needed
« Reply #5 on: May 13, 2008, 04:59:12 PM »

Just keep an eye on this thread. Jerry (Migo) can help you get things set up. Me, I dunno how to fix things like that.
Logged
Don't hesitate to procrastinate.

bluecollarblues

  • Administrator
  • Ready for the Big One
  • *****
  • Posts: 1934
    • View Profile
    • Way of the Geek
Re: BitArtist beta testers needed
« Reply #6 on: May 13, 2008, 07:26:03 PM »

Sounds like you left the site URL field as the main site and didn't change it to the subdirectory. I'll make sure I'm clearer on that in later releases. I'll also probably change it up so that you can change it via the Options tab.

To fix it for right now open you FTP to the directory BitArtist is installed at and look for a file called "ba-conf.php". Open it in a text editor and check for this line (line 10)
$site_url = "http://mysite.com";
change it to
$site_url = "http://mysite.com/bitarist";

That should take care of the login problem.

Logged

ilitchev

  • Posts: 11
    • View Profile
Re: BitArtist beta testers needed
« Reply #7 on: May 14, 2008, 12:15:58 PM »

Great, thanks. That got the login page working, but now when I hit login, instead of taking me to http://www.mysite.com/bitartist/login.php it takes me to http://www.mysite.com/bitartist/bitartist/login.php! Can you think of any reason it would do that?
Logged

bluecollarblues

  • Administrator
  • Ready for the Big One
  • *****
  • Posts: 1934
    • View Profile
    • Way of the Geek
Re: BitArtist beta testers needed
« Reply #8 on: May 14, 2008, 01:09:14 PM »

Whoa! You just found a HUGE bug for me. Apparently, since I was only testing in root directories, I left all the forms (like ALL the forms) with an action based on the REQUEST_URI superglobal, which grabs the directory as part of its return. Basically, in average terms, I'm a moron and I have to correct every form in the program. I'll send you a link to the updated version when I get it done. Shouldn't be more than a day or two.
Logged

ilitchev

  • Posts: 11
    • View Profile
Re: BitArtist beta testers needed
« Reply #9 on: May 14, 2008, 01:13:09 PM »

Well hey, that's what I'm here for!  :D
Logged

bluecollarblues

  • Administrator
  • Ready for the Big One
  • *****
  • Posts: 1934
    • View Profile
    • Way of the Geek
Re: BitArtist beta testers needed
« Reply #10 on: May 14, 2008, 01:16:48 PM »

It's very much appreciated, thanks a ton. I'm glad you caught that before I put out the stable release and had the entire thing blow up in my face. I logged that bug with the bug tracker as well as the solution, so I wouldn't forget it. If you find anymore, feel free to submit a bug to the tracker yourself. I check that and this forum daily, but in case I miss a day the bug should be emailed to me so I can get on top of it ASAP. Thanks again.
Logged

bluecollarblues

  • Administrator
  • Ready for the Big One
  • *****
  • Posts: 1934
    • View Profile
    • Way of the Geek
Re: BitArtist beta testers needed
« Reply #11 on: May 15, 2008, 06:20:24 PM »

Release candidate 2 has been uploaded, all forms have been fixed and you can read the rest of the changes that were made on the changelog and you can download the latest version here.
Logged

ilitchev

  • Posts: 11
    • View Profile
Re: BitArtist beta testers needed
« Reply #12 on: May 16, 2008, 04:03:37 PM »

Ok, this may be because I somehow set up the MySQL wrong server side but I keep getting "Can't connect to MySQL server on 'mysqldb' (111)". Help?
Logged

bluecollarblues

  • Administrator
  • Ready for the Big One
  • *****
  • Posts: 1934
    • View Profile
    • Way of the Geek
Re: BitArtist beta testers needed
« Reply #13 on: May 16, 2008, 06:35:34 PM »

That's odd. Did you try emptying your database and re-installing the software? Without more information about the page you were on or anything, I can't tell you why you're getting a that message.

Also, check to see if the database has any tables in it at all. If you're using localhost for your dbhost you may have to change it to 127.0.0.1 depending on your hosting company's php configuration.
« Last Edit: May 16, 2008, 06:38:20 PM by Migo »
Logged

ilitchev

  • Posts: 11
    • View Profile
Re: BitArtist beta testers needed
« Reply #14 on: May 16, 2008, 07:21:40 PM »

Any page past the first install.php page is giving me that error message, as well as the general /bitartist/ directory. I even tried making a new, empty database called bitartist1 and installing the program with that, but I'm getting the same thing. Could it just by my host acting up?

Also, no, the database has exactly 0 tables in it at the moment.
« Last Edit: May 16, 2008, 07:25:01 PM by ilitchev »
Logged
 

?>