AMCphp - 1.0 released (bugfix + history report)

If you made a template for printing or HTML export, you can offer it to the others here. You can also ask here for help about these templates
Fonske

Not yet resolved

Post by Fonske »

Ormus wrote: As a quick solution just change the error level in your php.ini and they won't be shown anymore.
Ok, I tried to put every error notification off in the error-handling of my php.ini but it doesn't seem to work. They are still shown.

Isn't it possible to quickly resolve the problem in the php code and put a second beta online?
I think I'm not the only one with this problem....

Thx
Fonske
Fonske

Problems resolved

Post by Fonske »

Ok, problems resolved.
PHP.ini changes only worked after restarting...

Because I think this is a wonderfull php-template, I wrote a dutch-translation file. Download here

Keep up the good work dude, and if you need new dutch-translations, I'll be glad to help...

Grtz
Fonske[/url]
Fonske

Suggestion

Post by Fonske »

Maybe it's usefull to put in the details also the borrower...; So friends of me know that the movie they would like to see is not here at the moment...
And instead of the name of the borrower you can just put a little word like "borrowed" somewere in the details...

Grtz
Fons
Ormus
Posts: 102
Joined: 2003-08-05 16:47:05
Contact:

Post by Ormus »

Hey Fonske,

thanx for the translation, I will add that as soon as I return from my vacation (which will be next thursday). I already have a few things done for the next beta, including more statistics etc.

I'll have to check all the warnings with my php and clean up my dirty code.

The next version will probably feature a few new language strings. I'll fill the missing ones in the dutch translation with english, feel free to update it...

About the borrow thing: I'm not using that feature of AMC, so this hasn't been on my mind yet. I'll have a look and will add it in the next beta as well.

Greetz,
Ormus
:: Fonske ::
Posts: 4
Joined: 2003-08-14 13:08:52
Contact:

Post by :: Fonske :: »

Do you know already when your next release will be? I'm really looking forward to it, because it is a great template. And it runs really fast on my apacheserver... Keep up the good work, dude...

Grtz
Fons
Ormus
Posts: 102
Joined: 2003-08-05 16:47:05
Contact:

Post by Ormus »

Next Version? Late next week I would say, gotta go on a business trip on monday. A few new things can already be seen in the demonstration on the homepage. Have a look at the first new statistics.

Btw, Fonske: What setting was your php error reporting at when you encountered those warnings?
:: Fonske ::
Posts: 4
Joined: 2003-08-14 13:08:52
Contact:

Post by :: Fonske :: »

Ormus wrote: Btw, Fonske: What setting was your php error reporting at when you encountered those warnings?
Sorry, I don't remember, but I know that it was a default installation from scratch.... So if you reinstall php, you will have same settings as I had...

Grtz
Fonske
Ormus
Posts: 102
Joined: 2003-08-05 16:47:05
Contact:

Post by Ormus »

Added your 'borrow' request, check the online demonstration. Is that, what you've been thinking about (see movie #1)?

The php warnings: Can't do much about them. If I increase the warning level I get way to many warnings to fix them. So I declare 'Report only errors' in php.ini a requirement. Microsoft-style :hihi:
:: Fonske ::
Posts: 4
Joined: 2003-08-14 13:08:52
Contact:

Post by :: Fonske :: »

Ormus wrote:Added your 'borrow' request, check the online demonstration. Is that, what you've been thinking about (see movie #1)?
Ok, seems to work, but I would put it in the details as you put the field "added" and than as value, you can give a boolean: yes or no, depending if it is borrowed to somebody or not... Do know what I mean?

Grtz
Fons
Mystiqq

off topic, soft of...

Post by Mystiqq »

Hi
first have to say that its real nice template, but i'd like to ask, where did you get those cover images from? :) in the sample page you posted

thanks in advance
Ormus
Posts: 102
Joined: 2003-08-05 16:47:05
Contact:

Post by Ormus »

Images are from Amazon...
Ormus
Posts: 102
Joined: 2003-08-05 16:47:05
Contact:

Post by Ormus »

new version online, see first post of thread.
:: Fonske ::
Posts: 4
Joined: 2003-08-14 13:08:52
Contact:

Post by :: Fonske :: »

Ormus wrote:new version online, see first post of thread.
and here you have the dutch language file... Download Here

Grtz
Fons[/url]
Ormus
Posts: 102
Joined: 2003-08-05 16:47:05
Contact:

Post by Ormus »

@antp: can you please delete the previous guest post? my fault...

@fonske: dutch file added to zip. Thanx.

@all: Netscape picture display fixed. Just download the 0.9b2 .zip again.
antp
Site Admin
Posts: 9676
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

ok
dooievaar

not showing all movies

Post by dooievaar »

I first thought the problem was with me, but your demo shows the same "error".

When you click on "list" you get the entire movie list.
The first movie on page 2 = the last movie on page 1. After page 2 everything is right.
But the result is that you can never see the last movie in your list.

When you go to the last page, you'll see that the last movie is nr 1200.
But when you set the "Rows per page" to (for example) 1250, you can see the real last movie: nr 1201.

I did a quick look on the code, but didn't have the time to check it out carefully...
Ormus
Posts: 102
Joined: 2003-08-05 16:47:05
Contact:

Post by Ormus »

Ok, I fixed the online demo. At least I think it's fixed, give it a try.

I'll label an rc later this week (unless it's too buy @work).
dooievaar

Post by dooievaar »

The demo works now.
I have changed some stuff myself, and I didn't want to change them back when a new release comes out just for this little thing.
So I searched for it myself and found what was wrong.

Well, I think I found it :)
Here's what I did:

In the main.php:
// start at offset
// todo: fast direct jump possible ???
if ($row > $_SESSION['currentOffset'] + 1)
Maybe it's not right to do this, so I'd like to know how you did it.
Anyway, I really like it :grinking:
Ormus
Posts: 102
Joined: 2003-08-05 16:47:05
Contact:

Post by Ormus »

That's exactly what I corrected. ;)

You have to do the same thing for the searchList btw.
dooievaar
Posts: 1
Joined: 2003-09-16 23:42:35
Contact:

Post by dooievaar »

Ok found it :)
Had a little problem with copying stuff from the old main.php to the new, but found that too.
The function "replaceSubStrings" had another name in the previous version.

Thank you for this great piece of coding!
And ofcourse the creator of Ant Movie Catalog :hihi:
Post Reply