Author |
Message |
Topic: how to upload images? |
mbishop
Replies: 22
Views: 57875
|
Forum: Blogs Organizer Posted: Thu Aug 16, 2012 10:55 pm Subject: how to upload images? |
Ahh, found it, inside the phpThumb.php file was hard-coded:
error_reporting(E_ALL);
ini_set('display_errors', '1');
Which was overriding my php.ini level error reporting set ... |
Topic: how to upload images? |
mbishop
Replies: 22
Views: 57875
|
Forum: Blogs Organizer Posted: Thu Aug 16, 2012 10:43 pm Subject: how to upload images? |
I already tried that. Disabling error reporting and ignoring depreciated errors doesn't stop it. |
Topic: how to upload images? |
mbishop
Replies: 22
Views: 57875
|
Forum: Blogs Organizer Posted: Thu Aug 16, 2012 6:32 pm Subject: how to upload images? |
Also, when using the ibrowser to look at images in the main folder, it gives this error:
http://i50.tinypic.com/v8q92t.png
Deprecated: Function eregi() is deprecated in /www/bo/templ ... |
Topic: how to upload images? |
mbishop
Replies: 22
Views: 57875
|
Forum: Blogs Organizer Posted: Thu Aug 16, 2012 6:27 pm Subject: how to upload images? |
yes, the permissions are 777 |
Topic: BA and CDN |
mbishop
Replies: 2
Views: 14795
|
Forum: Blogs Automater Posted: Thu Aug 16, 2012 5:11 am Subject: BA and CDN |
I serve my BA/BO images from a CDN.
I use s3fs to mount an S3 bucket to my server. The S3 bucket is linked to an amazon cloudfront CDN endpoint.
I then symlink my ba/images directory to the mou ... |
Topic: Move posts from one blog to another in BO? |
mbishop
Replies: 1
Views: 11150
|
Forum: Blogs Organizer Posted: Thu Aug 16, 2012 5:09 am Subject: Move posts from one blog to another in BO? |
I have a couple blogs that the domains expired on, and I would like to migrate/move the posts from the dead blog to an existing live blog. How can I move the posts and assign them to another blog in ... |
Topic: how to upload images? |
mbishop
Replies: 22
Views: 57875
|
Forum: Blogs Organizer Posted: Thu Aug 16, 2012 5:06 am Subject: how to upload images? |
I'm trying to upload more images, and create new libraries with iBrowser.
When I create a new library, it creates a folder within the boimages folder for it, but it does not show any of my librarie ... |
Topic: Blog title in template? |
mbishop
Replies: 1
Views: 8895
|
Forum: Blogs Organizer Posted: Thu Sep 15, 2011 5:04 am Subject: Blog title in template? |
Is there a variable I can use in my template that will *ALWAYS* output the Blog Title?
I'm using %%TITLE%%, but on individual blog post pages, this gives the Post Title, not the Blog Title. |
Topic: Crashes on Rebuild all Blogs |
mbishop
Replies: 7
Views: 21132
|
Forum: Blogs Organizer Posted: Mon Sep 05, 2011 4:55 pm Subject: Crashes on Rebuild all Blogs |
Upgrading php5 to 5.3.5 on 10.04 fixed the issue.
I used: apt-add-repository ppa:nginx/php5 && apt-get update && apt-get upgrade |
Topic: Crashes on Rebuild all Blogs |
mbishop
Replies: 7
Views: 21132
|
Forum: Blogs Organizer Posted: Mon Sep 05, 2011 4:42 pm Subject: Crashes on Rebuild all Blogs |
Further testing shows it works fine on Ubuntu 11.04
It's got to be an incompatibility issue with php 5.3.2 that ships with 10.04LTS, where 11.04 uses 5.3.5
GRR... I was really hoping to use LTS |
Topic: Crashes on Rebuild all Blogs |
mbishop
Replies: 7
Views: 21132
|
Forum: Blogs Organizer Posted: Mon Sep 05, 2011 4:13 pm Subject: Crashes on Rebuild all Blogs |
I don't have anything compiled...
Ubuntu 10.04 LTS:
apt-get install apach2 php5 php5-mysql php5-curl php5-cli mysql-client etc...
Then I download ZendGuardLoader 5.5.0 and activate it in php. ... |
Topic: Crashes on Rebuild all Blogs |
mbishop
Replies: 7
Views: 21132
|
Forum: Blogs Organizer Posted: Mon Sep 05, 2011 7:36 am Subject: Crashes on Rebuild all Blogs |
tried it on a new rebuilt vps...
Ubuntu 10.04, apache2, php 5.3.2-1
And
Ubuntu 10.04, nginx php-fpm 5.3.2-1
Even tried it with a brand new install, same thing. Everything works up until ... |
Topic: Crashes on Rebuild all Blogs |
mbishop
Replies: 7
Views: 21132
|
Forum: Blogs Organizer Posted: Mon Sep 05, 2011 6:38 am Subject: Crashes on Rebuild all Blogs |
More specifically, it crashes when writing posts.
I cannot add posts to blogs, or rebuild any blogs that contain posts.
I can rebuild blogs that do not have any posts. |
Topic: Mobile Version of BO Blogs? |
mbishop
Replies: 4
Views: 14503
|
Forum: Blogs Organizer Posted: Mon Sep 05, 2011 5:11 am Subject: Mobile Version of BO Blogs? |
Use php or javascript to detect the browser.
If it's a mobile browser, serve up a mobile .css file, if its a regular browser, serve up the regular .css file.
OR
In your template, wrap the e ... |
Topic: Crashes on Rebuild all Blogs |
mbishop
Replies: 7
Views: 21132
|
Forum: Blogs Organizer Posted: Mon Sep 05, 2011 4:23 am Subject: Crashes on Rebuild all Blogs |
I just moved my BO to a new server, and in the process, upgraded php to 5.3.
I have zendguard installed and it appears everything is working, but something is causing php to crash when I attempt to ... |
Topic: Nginx |
mbishop
Replies: 2
Views: 11150
|
Forum: Blogs Organizer Posted: Mon Sep 05, 2011 4:11 am Subject: Nginx |
Yes, it works with nginx, I use it on my servers. |
Topic: Import posts from wordpress |
mbishop
Replies: 3
Views: 12031
|
Forum: Blogs Organizer Posted: Fri Sep 02, 2011 6:56 pm Subject: Import posts from wordpress |
Hey, that worked!
I might just upload the /wp-content/uploads/ from each blog to the BO blog then as well. Then I wont have to change any URL's. |
Topic: Import posts from wordpress |
mbishop
Replies: 3
Views: 12031
|
Forum: Blogs Organizer Posted: Fri Sep 02, 2011 5:38 pm Subject: Import posts from wordpress |
I'm converting some of my smaller wordpress blogs to BO blogs.
Is there a simple/quick way to import blog posts from a wordpress blog?
Right now, I've been copy-pasting blog text and re-uploadin ... |
Topic: Retrieve list of posts? |
mbishop
Replies: 1
Views: 8687
|
Forum: Blogs Automater Posted: Thu Dec 30, 2010 7:32 pm Subject: Retrieve list of posts? |
Is it possible to get a list of posts that BA has posted to the various blogs?
IE when BA posts to a blog, get the Title and URL of the post? |
Topic: Post to both BO blogs and Remote blogs at same time? |
mbishop
Replies: 1
Views: 9049
|
Forum: Blogs Organizer Posted: Mon Dec 13, 2010 4:27 am Subject: Post to both BO blogs and Remote blogs at same time? |
Is there an easy/efficient way to post a post to multiple blogs, BO and remote included, at once?
From what I can tell, I have to post to either BO blogs, OR remote blogs, but can't post to both fr ... |