Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#349 2005-12-11 07:06:54

milkbox
New Member
Registered: 2004-03-11
Posts: 4

Re: Plugin/Hack: Albumpattern

I’ve just uploaded and run the albumpattern_install.php file and I got this error:

Warning: Cannot modify header information – headers already sent by (output started at /home/media/public_html/textpattern/albumpattern_install.php:13) in /home/media/public_html/textpattern/lib/txplib_misc.php on line 1228

I’m stumped. Any clues? Help? Please?

Offline

#350 2005-12-11 15:09:53

freaky
Member
From: Austria
Registered: 2004-10-14
Posts: 55
Website

Re: Plugin/Hack: Albumpattern

Hi :)

For every single picture a article is created. I have about 500 pictures to display.

500 articles are too much for me because the overview is not the best. Is there a way to switch that of?

Offline

#351 2005-12-18 13:25:51

eXOuT
New Member
Registered: 2004-06-14
Posts: 6

Re: Plugin/Hack: Albumpattern

Uploading a picture with the resize to preview option turned on, i always get this mesage on a fresh install. strangely enough i did not have this problem on another server where i installed AP before. all with textpattern 4.0.1.

Fatal error: Call to undefined function imageCreateFromJPEG() in /usr/local/apache2/htdocs/zollhafen/txp/textpattern/lib/txplib_misc.php(429) : eval()’d code on line 2754

anybody knows a solution to this?

thx

Offline

#352 2005-12-19 08:30:05

step21
Member
From: Germany, Black Forest
Registered: 2004-09-03
Posts: 25
Website

Re: Plugin/Hack: Albumpattern

From my point of view, it seems likely that you a) run php with gd disabled or not compiled (this is most likely the case if you didn’t change anything in “preferences”) or b) if you changed “Image System” to imagemagick, your server probably doesn’t run imagemagick. If it’s your own server, you can install it, if it’s not, it’s easiest to switch back to gd


Ever/Never Design
Beauty meets Business.

Offline

#353 2005-12-19 16:37:05

eXOuT
New Member
Registered: 2004-06-14
Posts: 6

Re: Plugin/Hack: Albumpattern

@step21: thx, I already asked the sysadmin of the server about GD and he even updated it to the latest version for me. but still i get the same error.
He told me that the register_globals is turned off. Does that have anything to do with it?

Offline

#354 2005-12-19 18:26:56

step21
Member
From: Germany, Black Forest
Registered: 2004-09-03
Posts: 25
Website

Re: Plugin/Hack: Albumpattern

It shouldn’t, because AP runs on my server with register_globals turned off globally, too. Maybe you are forbidden to use this extension somehow? (I’m not sure whether this is possible) I would at least check with another php script that uses gd (and imageCreateFromJPEG() ). If you don’t know one search for imageCreateFromJPEG in the function list on php.net. Regarding possible imcompatibilities: Which version of php, which version of gd?


Ever/Never Design
Beauty meets Business.

Offline

#355 2005-12-19 22:04:59

eXOuT
New Member
Registered: 2004-06-14
Posts: 6

Re: Plugin/Hack: Albumpattern

hmm ok i’ll check that – and come back to you with possible further problems ;) thx

Offline

#356 2005-12-22 09:19:05

romelj
New Member
Registered: 2005-12-22
Posts: 3

Re: Plugin/Hack: Albumpattern

Hello, I recently installed Albumpattern and it was really working fine with me. The only thing I want to find out is – when viewing the articles tab on admin, I can also see the images listed in Albumpattern. Is there a way this images wont be listed there and just in albumpattern?

Thanks

Offline

#357 2005-12-22 13:59:31

step21
Member
From: Germany, Black Forest
Registered: 2004-09-03
Posts: 25
Website

Re: Plugin/Hack: Albumpattern

As far as I know, there isn’t. Simply because from what I know, this would require to change code in the normal textpattern admin article handling code. If someone knows a technique for a plugin to hook into the default admin tabs, please let me know. I’m thinking of either hiding every “article” that belongs to albumpattern from the normal article tab or making the code itself check whether sth. belongs to albumpattern or not.
Personally this didn’t bother me so far, because all uploaded pics were taken before the articles were posted, so they’re all put to the back.
It also may be that I’m getting sth. very wrong here, if so, please tell me.


Ever/Never Design
Beauty meets Business.

Offline

#358 2006-01-02 12:06:57

edgar
New Member
Registered: 2005-01-23
Posts: 4

Re: Plugin/Hack: Albumpattern

> milkbox wrote:

> I’ve just uploaded and run the albumpattern_install.php file and I got this error:

Warning: Cannot modify header information – headers already sent by (output started at /home/media/public_html/textpattern/albumpattern_install.php:13) in /home/media/public_html/textpattern/lib/txplib_misc.php on line 1228

I’m stumped. Any clues? Help? Please?

Mike ~ i have the same problem too. Do you have any solutions now?

Offline

#359 2006-01-24 21:04:13

jameslomax
Member
From: UK
Registered: 2005-05-09
Posts: 448
Website

Re: Plugin/Hack: Albumpattern

You still there Rifty?
If you track this thread from its beginning, in 2004, it goes a little astray. What begins as a great plug in, a very substantial addition to txp, eventually dies out. The code gets so far, but no further; no developments have been seen for a long time. Questions get asked here and never answered, presumably because the interest has died. There appear to be bugs and problems, and no resolution.

Not criticising any people, just making a few observations based on the following:

1) potentially, AP is a great addition to txp.
2) sheesh, will it happen?
3) I sincerely hope it does. If Rifty can’t do it – which is fair enough, if he’s lost interest and/or is too busy to pursue it – then is anyone else interested in this project?

The initial claim was, AP is similar to Menalto Gallery or Pictorialis (a side-development of Wordpress).
IMO, when this is building on the the lean and efficient TXP code, its a very exciting idea.

Offline

#360 2006-01-24 21:23:31

step21
Member
From: Germany, Black Forest
Registered: 2004-09-03
Posts: 25
Website

Re: Plugin/Hack: Albumpattern

Mmmh, since it seems there’s some interest in improving albumpattern, I’d like to know if anybody with some php experience (at best more then I have, of course) is in for some image upload improvements. Specifically, for a first I’d like to write a piece of code, that pulls images from a foreign ftp server, using a username and a pwd, since this fits my purpose best. Even better would be sth. like gallery has, which endusers can integrate into their windows install, and use to upload. (it uses windows’s web publishing wizard) So if someone has looked at this code, or knows how to write ‘plugins’ for the web publishing wizard, please post or message me.


Ever/Never Design
Beauty meets Business.

Offline

Board footer

Powered by FluxBB