#25 ✓resolved
Randy Morgan

SMS

Reported by Randy Morgan | November 14th, 2008 @ 01:22 AM | in 0.6

Greeting Brian,

I am so excited about your app and am planning to use it for an internal service communications program. The site I have listed is just under development as are my technical skills. I have installed this program four different times. Twice in the simple format and twice graphically. I always get the same blank page. I have attached a picture of my php admin page.

Comments and changes to this ticket

  • Brian Jesse Hendrickson

    Brian Jesse Hendrickson November 14th, 2008 @ 04:07 AM

    • State changed from “new” to “open”
    • Milestone set to 0.6

    Hi Randy, thanks for figuring out the LightHouse bugtracker, it's a cool system but a little confusing.

    you may want to create a "fresh" folder and use the php files from http://dbscript.net/omb.zip rather than the "graphical" install

    after you get the latest files installed, try browsing to yoursite/?migrate to bring the database schema current

    you can update this ticket with a comment or post in the microforum at openmicroblogger.org

    thanks!

    • brian
  • Randy Morgan

    Randy Morgan November 14th, 2008 @ 09:40 AM

    Hi Brian,

    Thank you for your prompt response. I installed a clean inversion and copied the .yml files. It added two php tables, but I still get a blank page with no error messages. What can I do to be of help.

    http://service-now.biz/omb/index... Randy

  • Randy Morgan

    Randy Morgan November 14th, 2008 @ 11:38 AM

    Hi Brian,

    Sorry to be a pest. Just trying to clarify what I don't know so you can help me understand where I went wrong. I am not sure I understand uploading sql blobs. I have uploaded the whole unzipped package, but my php admin page only has 11 tables and my cache is empty.

    I appreciate your help

    Randy

  • Brian Jesse Hendrickson

    Brian Jesse Hendrickson November 14th, 2008 @ 02:19 PM

    Hi Randy,

    The installation needs to be easier, more like WordPress, i'm working on that.

    The problem is likely related to your Web server, do you have a Windows-based Web server? I haven't tested in that environment lately, but it should work, theoretically. I will try it out on my Windows server and get back to you.

    -- Brian

  • Brian Jesse Hendrickson

    Brian Jesse Hendrickson November 15th, 2008 @ 02:50 AM

    Randy,

    could you try this:

    open the file /db/boot.php

    and copy/paste the following at the top of the file (but after the 1st line that says "<?php")

    ini_set('display_errors','1'); ini_set('display_startup_errors','1'); error_reporting (E_ALL & ~E_NOTICE );

    now see if you get a visible error

    thanks!

    -- Brian

  • Randy Morgan

    Randy Morgan November 15th, 2008 @ 06:04 AM

    Brian,

    Thank you for your help. I added the line and get no errors. Still a blank page.

    TKS

    Randy

  • Randy Morgan

    Randy Morgan November 16th, 2008 @ 07:15 AM

    Brian,

    Yes I am hosted on a windows account.

    Tks

    Randy

  • Randy Morgan

    Randy Morgan November 17th, 2008 @ 10:52 AM

    Good Monday Morning Brian,

    I purchased a Linux hosting package and have tried the installation several times there and still get a blank page. Is there anything I can send you or take screen capture of that would be helpful?

    Thank you in advance for your help.

    Randy

  • Randy Morgan

    Randy Morgan November 17th, 2008 @ 12:08 PM

    FYI

    Brian,

    I have attached a copy of my config.yml

  • Brian Jesse Hendrickson

    Brian Jesse Hendrickson November 17th, 2008 @ 12:17 PM

    thanks for all the info, and also for upgrading your hosting. I am working on this and we will figure it out. i'll get back to you later today. -bran

  • Brian Jesse Hendrickson

    Brian Jesse Hendrickson November 17th, 2008 @ 12:19 PM

    Randy, I do see a problem with your config.yml right away

    maybe your Windows text editor is making it hard to see this:

    there is an extra Carriage Return after the username line


    development: adapter: mysql database: xxx username: xxx << THERE IS A LINE BREAK HERE CAUSING PROBLEM >> password: xxx host: mysql500.ixwebhosting.com

  • Randy Morgan

    Randy Morgan November 17th, 2008 @ 12:52 PM

    Brian,

    I did make the change you suggested and still have a blank page.

    TKS

    Randy

  • Brian Jesse Hendrickson

    Brian Jesse Hendrickson November 17th, 2008 @ 01:07 PM

    in your config.yml you have


    email_from: randy@redshoesolutions.com email_name: Randy Morgan


    there is a line break missing after your e-mail address and before "email_name"

  • Randy Morgan

    Randy Morgan November 17th, 2008 @ 05:05 PM

    Brian,

    Thank you!! I have made that change as well and still have a blank page.

    My new config file is attached

  • Brian Jesse Hendrickson

    Brian Jesse Hendrickson November 20th, 2008 @ 01:20 AM

    Randy

    sorry for the trouble, I'm grateful that you have brought it here and let me help you attempt to solve the problem.

    it is not necessarily your fault or mine, it could be a compatibility issue with your hosting even if it is linux based.

    I wonder if you would do me a favor and try my instruction from before again now that you are on a unix host:

    open the file /db/boot.php

    and copy/paste the following at the top of the file (but after the 1st line that says "<?php")

    ini_set('display_errors','1'); ini_set('display_startup_errors','1'); error_reporting (E_ALL & ~E_NOTICE );

    if you are still getting a blank page, you are welcome to e-mail me your hosting login info and I will investigate

    brian@megapump.com

    cheers -- Brian

  • Brian Jesse Hendrickson

    Brian Jesse Hendrickson November 20th, 2008 @ 10:16 PM

    Randy I had a bug report that may have been related. It is fixed in the latest beta if you want to give it a shot.

    http://dbscript.net/omb.zip

  • Randy Morgan

    Randy Morgan November 21st, 2008 @ 03:14 AM

    Brian,

    Thanks for the update. I am installing the newest version and will get back to you. I appreciate your help.

    Randy

  • Randy Morgan

    Randy Morgan November 25th, 2008 @ 02:16 PM

    Brian,

    I installed it buy itself and hurray we are making progress. I am so confused by now (my natural state) I am not sure how to get to the admin page,

    Thank you for all your help.

    Randy

  • Brian Jesse Hendrickson

    Brian Jesse Hendrickson November 25th, 2008 @ 02:26 PM

    Great to hear it! Nice. That's a good question about the admin page. There is no admin page yet! The first registered user has superuser privileges so he can delete any post. The config file controls how the system works, but I'm working on a Web admin page. To change your categories you can use PHPMyAdmin or whatever database tool you have to edit records in the "categories" table.

  • Randy Morgan

    Randy Morgan November 25th, 2008 @ 04:39 PM

    • Title changed from “Installation problem” to “SMS”

    Hi Brian,

    Neophyte here. I need some help understanding the functinality of open microblogger. I am wanting something that can receive and transmit or share cellphone generated or web generated text messages. Am I on the right track or could you direct me where I need to go. I am wanting to use this as a tool to help a hotel property collect guest feedback.

    Thank you again. I have made my first post and am now exploring some of the apps available.

    Also what is this ticket system that is being used here?

    Randy

  • Brian Jesse Hendrickson

    Brian Jesse Hendrickson January 15th, 2009 @ 11:45 PM

    • State changed from “open” to “resolved”

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

a(nother) PHP implementation of the http://openmicroblogging.org standard for distributed microblogging. Compatible with identi.ca and laconi.ca

People watching this ticket

Attachments

Pages