vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - BlackBerry Native vBulletin App (https://vborg.vbsupport.ru/showthread.php?t=227794)

footose 11-19-2009 02:25 PM

GD is an image library from PHP.

Most all servers have GD enabled (Do you have Captcha on your forum? then you probably have it installed), but that variable is there in case you don't have it so you can turn it off and not get errors.

I use your forum to resize images on the fly so that they are not huge when you download them to your phone.

To Enable GD:

http://php.net/manual/en/image.installation.php

Or have your server administrator do it.

Kingdombuilder 11-19-2009 02:39 PM

To be honest I'm not sure. My server is Netfirms.

I have made the upgrade to 0.04 on my forum. When I surf my forum now the images show a chain link icon with a little red "X" on it. I'm sure it is a icon for image not able to load. Just trying to make sure i have done all I can do. Before I give feedback...

This a great app, I'm excited about the development...

footose 11-19-2009 02:45 PM

Post me your URL (or pm me if you dont want it public) and I will see what I can do later this evening when I'm done work.

Kingdombuilder 11-19-2009 02:47 PM

<a href="http://BlackBerrySpot.com/forum/" target="_blank">http://BlackBerrySpot.com/forum/</a>

Thank you for your help...

footose 11-19-2009 08:16 PM

There was an issue in the last release in file m_functions/get_latest that was giving error on getting "new posts" feature.

I will include the fix in the next release, but if you want to fix it now:

Open m_functions/get_latest.php

Find:

PHP Code:

require_once(DIR './includes/functions_search.php');
require_once(
DIR './includes/functions_search.php');
require_once(
DIR './includes/functions_forumlist.php');
require_once(
DIR './includes/functions_misc.php');
require_once(
DIR './includes/functions_bigthree.php');
require_once(
DIR './includes/functions_forumdisplay.php'); 

Replace:
PHP Code:

require_once(DIR '/includes/functions_search.php');
require_once(
DIR '/includes/functions_search.php');
require_once(
DIR '/includes/functions_forumlist.php');
require_once(
DIR '/includes/functions_misc.php');
require_once(
DIR '/includes/functions_bigthree.php');
require_once(
DIR '/includes/functions_forumdisplay.php'); 


Eric Anderson 11-19-2009 08:57 PM

Ok manually took out the . and everything functions great except for
1. some images give me a red X on 2 chain links then when you click on it it opens BB browser and opens the image. In my forums you go to Vmax-4 800 then to Pipes then PSI then open post StageII PSI that is where the red X image is. If you go to Vmax-4 800 then Carbs then to Carb Cleaning you will see that images load fine.
2. Also while looking at carb cleaning the begining of post has HTML there "[CENTER][SIZE=4]

3. Do you notice that there are words that are not visible to the right? might be an alignment issue for posts as Forums and threads align just fine.

Thanks footose for the quick updates

footose 11-20-2009 04:22 AM

Not sure whats going on with the images yet. Could be a naming issue or something, but I'm looking into it.

No updates tonight, tomorrow I will have a minor release though.

I'm just working on the main www.BerryBlab.com website at the moment, trying to setup the upcoming forum network :)

Eric Anderson 11-20-2009 09:46 AM

footose I have the answer i think... .jpg not showing .JPG are showing...that is the difference between the 2
.jpg images show up the .JPG images do not just tested it.

ok not sure now will test more when I get up

underESTIMATED 11-20-2009 01:50 PM

Appears the BB shortcut keys aren't working, unless intended that way. (B - T functions mainly).

footose 11-20-2009 02:08 PM

^ What BB are you using?

kyle1745 11-20-2009 08:37 PM

Im having issues with this version. I keep getting the 404 error after the update to my forum.

I can get to the forum URL fine from my BB browser.

running:
BerryBlab .88 / 0.04

footose 11-21-2009 12:51 PM

kyle, what is your URL. (sorry if you've posted it before, there have been so many).

kyle1745 11-21-2009 03:00 PM

PM sent with URL... Thanks in advance...

footose 11-21-2009 03:28 PM

^ Kyle, remove the end "/" from your URL and it will start working.

Seems to be a minor bug in my "add forum" code... i will take care of it, thanks for finding that

kyle1745 11-21-2009 04:14 PM

Working now... thanks

Still seeing sluggish scrolling. Strange, "mushy" is the best thing I can use to describe it, and I do not notice it in any other app.

kyle1745 11-21-2009 04:22 PM

Also thought of another feature...

Option to turn on/off "last post under thread title" to just see a list of thread/posts vers the first few words of the last post.

footose 11-21-2009 06:54 PM

kyle: i loaded BerryBlab onto my 8330 and i notice the slowness you are talking about, and also the blank settings screen.

I will have to work on a fix for both of these issues and put them out in the next release.

mandingo 11-21-2009 07:09 PM

Quote:

Originally Posted by mandingo (Post 1916215)
got this error when trying to add my own forum,tried to add different forum,got same error.
blackberry pearl 8130

Just installed upgrade,same problem still.
any ideas?

footose 11-21-2009 07:30 PM

^^^ java.lang.RuntimeException: blocking operation not permitted on event dispatch thread ??

I can't seem to reproduce the error on the simulator unfortunately, and i dont have pearl hardware (yet). I will have to look into it.

Make sure you are running the latest OS on your phone. The Pearl is slightly older, so you may not be able to run the software :(

xug 11-21-2009 08:40 PM

Quote:

Originally Posted by footose (Post 1918484)
kyle: i loaded BerryBlab onto my 8330 and i notice the slowness you are talking about, and also the blank settings screen.

I will have to work on a fix for both of these issues and put them out in the next release.

I just wanted to post about this problem! also when you get a blank menu, go out of it, open menu again, and get out of it again, my berry will reboot, every time i do this it reboots.

I also can't post a new thread or reply

Eric Anderson 11-22-2009 07:08 AM

I get reboots but figure that I am not waiting long enough for the process to finish overloading the blackberry causing it to reboot. I have the 8330 on alltel/verizon. I have yet to have a reboot when taking my time. But there is a long wait time or load time.

Eric

mandingo 11-22-2009 04:02 PM

Quote:

Originally Posted by footose (Post 1918509)
^^^ java.lang.RuntimeException: blocking operation not permitted on event dispatch thread ??

I can't seem to reproduce the error on the simulator unfortunately, and i dont have pearl hardware (yet). I will have to look into it.

Make sure you are running the latest OS on your phone. The Pearl is slightly older, so you may not be able to run the software :(

I'll triple check if I have the latest OS and get back to you on the error.

jboyd 11-23-2009 02:16 PM

blackberry bold 9000
OS: 4.6.0.304(platform 4.0.0.247) (latest)
Carrier: At&T
forum: www.EBsocial.com

Totally unusable for me right now. when i put in user name and pass i get the following error:
org.xml.sax.SAXParseException:Expected end of file

Warlord 11-24-2009 01:09 AM

Another request for the Storm version. I'd be happy to beta test. :D

footose 11-24-2009 03:09 PM

Hey guys.

Sorry for my late-ness on replies. I have been busy at my real job for the last few days. I will attempt to fix any / all issues that have been posted tonight and have a new release for tomorrow!

I'm working on adding the ability to upload pictures from your phone striaght to the threads. hopefully that iwll be in the next release!

jboyd: please send me your URL.

mandingo 11-25-2009 01:14 AM

My stuff is up to date,guess it's just pearl being janky. Keep up the good work footose.

kyle1745 11-26-2009 12:16 AM

Noticed another thing... Auto capital letters with a new sentence like in email and etc?

gibby540 11-26-2009 10:55 PM

I installed it on www.lampstandstudy.com/forum

I could not get it to work until I left off the trailing slash after" forum". I am using a 8330 Curve from Verizon. So far, it works great!

footose 11-27-2009 03:48 AM

New site (www.BerryBlab.com) is almost up which means I can finally get back to work on whats important, the BB Software :) Talk to you guys this w/e

Bluetiereign 11-27-2009 12:45 PM

I really loved my Storm and am currently loving my Storm 2. I just hate being 'second class citizens' in the blackberry world when it comes to compatible apps. I would really like to have this app.

In the meantime, if there are any Novalogic Fans out there:

http://www.checkpointdelta.net/forums/

I've installed the server files.

footose: As the Super Admin of my site, I have to ask, is my user login info stored on the BB or on your server ?

Prisoner 11-29-2009 10:34 AM

Works great! Thank you!

Installed on www.centextalk.com/vb/.

Prisoner 11-29-2009 03:02 PM

I am getting the following error when loading a thread with images.
Quote:

org.xml.sax.SAXParseException: Expecting';"
www.centextalk.com/vb/
The thread in question is:
http://www.centextalk.com/vb/showthread.php?t=5187

ddwgoose 11-30-2009 07:58 AM

Your Forum URL: www.hellsarmyclan.com
Make and Model of your BlackBerry: pearl 8110
Operating System Version (4.5+): 4.5
Your Provider: At&t

footose 12-01-2009 01:46 AM

update on next page.

footose 12-01-2009 01:49 AM

Quote:

footose: As the Super Admin of my site, I have to ask, is my user login info stored on the BB or on your server ?
Nothing is stored on my server, this is all on your server / your blackberry.

The only thing that BerryBlab connects to check on my server is for the latest updates.

footose 12-01-2009 01:54 AM

Ok... update on this. I know this is along read but.. it's somewhat important.

First off.. everyone read this:

I've launched BerryBlab website at http://www.BerryBlab.com

If you own a forum, you should register here and add your forum to the "network" - this will allow your forum to be searched in the future with BerryBlab itself.

On top of that, I have added the ability for you to add an FTP account to your site profile. This will all me to automatically update your website with the latest vBulletin plugin. So that means once you install this once, and setup the FTP account for the m_functions directory (as explained on the site) then you will never have to update the BerryBlab plugin again (unless emailed and asked too for some extreme reason).

BerryBlab.com is still pretty "rough" - but the registration option is there.

ALSO, I have added the ability for "support tickets" - sometimes I get so many PM's on here that I can't keep them all in order - sometimes I forget to come look at your site and fix problems. This support function will solve that.

On top of all of this, as I said originally.... this will also allow me to know which of you are helping me Beta Test, so that when this project is completed I can send you the final version of the software for free.

SOOOOoo if you got through all that, visit http://www.BerryBlab.com and take a few minutes to register and setup your site.

*NEXT*

I have launched 0.05 of the vBulletin plugin and will do the next release of BerryBlab (blackberry) later, which you will all see automatically update next time you open berry blab.

I have fixed some minor issues for people not seeing threads and images, so it should fix a bunch of problems.

I was super busy last week and wasn't able to get around to everyones emails. Hopefully the support ticket system takes care of this.


oh yah, and if there's something you don't like about the software, or you'd like to see (and i've forgotten to add it to the list) please tell me!

Quote:

I really loved my Storm and am currently loving my Storm 2. I just hate being 'second class citizens' in the blackberry world when it comes to compatible apps. I would really like to have this app.
I wouldn't call you "second class" - the problem is that RIM has done a FINE job of having different operating systems on all of their phones. This means that I have code a seperate app for every BlackBerry out there. It's really tedious, and is probably the reason why tehre are so many more iPhone app's then blackberry app's. BlackBerry DEV is actually difficult for this reason.

BerryBlab should work fine on your Storm right now, but it won't be Storm Optimized - No full screen, no real scrolling.. it will be a pain to use - so I just tell everyone that It doesn't work for Storm (rather, I don't support it).

I will have a BETA Storm software for you to try out mid-december, given that this release is ok with most people and working on most phones.

Don't worry, I'll take care of my Storm Users too :) There's just no point in porting this to storm right now as it's in Beta, which would make it even more difficult for me to debug. Given my previous "porting" of my BB app's, I dont think it will take me much longer than a Day or so to port this to the Storm. I will require lots of Storm users help though, since I don't have a storm.

Eric Anderson 12-01-2009 01:58 AM

you have to type www.berryblab.com to get to the site as http://berryblab.com wil not work

Eric Anderson 12-01-2009 02:01 AM

get error trying to add forum to berryblab.com
PHP Code:

Server Error in '/' Application.
Runtime Error
Description
An application error occurred on the serverThe current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It couldhoweverbe viewed by browsers running on the local server machine.

DetailsTo enable the details of this specific error message to be viewable on remote machinesplease create a <customErrorstag within a "web.config" configuration file located in the root directory of the current web applicationThis <customErrorstag should then have its "mode" attribute set to "Off".

<!-- 
Web.Config Configuration File -->

<
configuration>
    <
system.web>
        <
customErrors mode="Off"/>
    </
system.web>
</
configuration>


NotesThe current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration> 


footose 12-01-2009 02:07 AM

Shit.

Give me a moment :)

Eric Anderson 12-01-2009 02:14 AM

org.xml.sax.SAXParseException:Expecting end of file. when trying to get new posts

alltel/verizon 8330

And left a link with red X at bottom think it is because I have a pic in my signature


All times are GMT. The time now is 10:30 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01595 seconds
  • Memory Usage 1,847KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete