Author Topic: phpdvdprofiler  (Read 70434 times)

Offline FredLooks

  • phpDVDProfiler Moderator
  • Intermediate Poster
  • *
  • Posts: 107
  • Country: ca
    • View Profile
    • Fred's Home Site
Re: phpdvdprofiler
« Reply #90 on: June 22, 2010, 02:31:26 PM »
OK, I figured it out ...

You have installed a really old version of the software ... from March of 2008, actually. I'm actually pleased to see it working as well as it is :)

You might want to install the latest version (it has had quite a number of changes since then). You can find the current version here. You should be able to simply drop the files from the zip over top of the files you have and run an update. It will remember all of your settings ....

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #91 on: June 22, 2010, 09:26:58 PM »
Ahh. Ok.

I had tried to get it working before and couldn't...couldn't get the host stuff figured out at that point. 
When I decided to try again I just use the file I still had somewhere.

I'll try to get the update installed.

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #92 on: June 23, 2010, 04:10:48 AM »
I got the files uploaded and stuff updated...it was taking several tries to get the collection stuff updated - it did that to me before too..and I read that others had that problem.  So I just kept restarting it.  But I wasn't expecting to have to do it several times and I had to leave with it only partly done.
Anyway, I got that finished after I got home.  

It is working good from my end..though I don't know what audio stuff you said didn't look right before.

I just looked at the statistics stuff...I have graphs now.  There is an error about a few fonts - I'll try to get those uploaded later - but there are graphs now.
« Last Edit: June 23, 2010, 04:12:32 AM by Dragonfire »

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #93 on: June 23, 2010, 05:59:00 AM »
I uploaded those fonts and I still have the errors for them.

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6719
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: phpdvdprofiler
« Reply #94 on: June 23, 2010, 06:17:26 AM »
I uploaded those fonts and I still have the errors for them.

The error message says "cannot find /usr/share/fonts/truetype/arial.ttf". There's definitively a "jpgraph" missing in that path, since the file is to be found under http://dragonfire88.byethost2.com/phpdvdprofiler/jpgraph/fonts/truetype/arial.ttf

Check the file jpg-config.inc in the jpgraph directory (simply open it with a text editor like Notepad) and look for an entry like this:

Code: [Select]
DEFINE("TTF_DIR","./jpgraph/fonts/truetype/");
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #95 on: June 23, 2010, 06:21:35 AM »
I found this....

#
//------------------------------------------------------------------------
#
// define('CACHE_DIR','/tmp/jpgraph_cache/');
#
// define('TTF_DIR','/usr/share/fonts/truetype/');
#
// define('MBTTF_DIR','/usr/share/fonts/truetype/');
#
 
#
//---------------------------------------------------------------------

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6719
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: phpdvdprofiler
« Reply #96 on: June 23, 2010, 06:22:51 AM »
OK, then take my code snippet and add it just under these lines and try it again.
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


KinkyCyborg

  • Guest
Re: phpdvdprofiler
« Reply #97 on: June 23, 2010, 06:23:51 AM »
OK, I figured it out ...

You have installed a really old version of the software ... from March of 2008, actually. I'm actually pleased to see it working as well as it is :)

You might want to install the latest version (it has had quite a number of changes since then). You can find the current version here. You should be able to simply drop the files from the zip over top of the files you have and run an update. It will remember all of your settings ....

Is it really that easy to upgrade from an older version? To just overwrite all the files from the zip folder into my install folder on the host? I have been reluctant to try and upgrade as I remember so little from my initial installation a few years ago that I was afraid of buggering up my existing version which still works fine for me.   :fingerchew:

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #98 on: June 23, 2010, 06:26:05 AM »
OK, then take my code snippet and add it just under these lines and try it again.

Ok...trying that now.

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #99 on: June 23, 2010, 06:29:01 AM »
Same error.

Here's what is in the file now.

// define('CACHE_DIR','/tmp/jpgraph_cache/');
// define('TTF_DIR','/usr/share/fonts/truetype/');
// define('MBTTF_DIR','/usr/share/fonts/truetype/');
// define("TTF_DIR","./jpgraph/fonts/truetype/");
« Last Edit: June 23, 2010, 06:31:24 AM by Dragonfire »

Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #100 on: June 23, 2010, 06:30:23 AM »
OK, I figured it out ...

You have installed a really old version of the software ... from March of 2008, actually. I'm actually pleased to see it working as well as it is :)

You might want to install the latest version (it has had quite a number of changes since then). You can find the current version here. You should be able to simply drop the files from the zip over top of the files you have and run an update. It will remember all of your settings ....

Is it really that easy to upgrade from an older version? To just overwrite all the files from the zip folder into my install folder on the host? I have been reluctant to try and upgrade as I remember so little from my initial installation a few years ago that I was afraid of buggering up my existing version which still works fine for me.   :fingerchew:

I copied over the files into the different directories on my server and it worked for me.

Offline DJ Doena

  • Administrator
  • Mega Heavy Poster
  • *****
  • Posts: 6719
  • Country: de
  • Battle Troll
    • View Profile
    • My Blog
Re: phpdvdprofiler
« Reply #101 on: June 23, 2010, 06:36:08 AM »
Same error.

Here's what is in the file now.

// define('CACHE_DIR','/tmp/jpgraph_cache/');
// define('TTF_DIR','/usr/share/fonts/truetype/');
// define('MBTTF_DIR','/usr/share/fonts/truetype/');
// define("TTF_DIR","./jpgraph/fonts/truetype/");

My line without the // please, otherwise it won't work. ;)
Karsten

Abraham Lincoln once said The trouble with quotes from the internet is that you never know if they're genuine.

my Blog | my DVD Profiler Tools


Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #102 on: June 23, 2010, 06:47:04 AM »
ok..thought since the others had that, it needed it too.


Offline Dragonfire

  • Mega Heavy Poster
  • *******
  • Posts: 6911
    • View Profile
    • Dragonfire88 Pbwiki
Re: phpdvdprofiler
« Reply #103 on: June 23, 2010, 06:49:32 AM »
 :dance: :dance:

It works. :)

Thank you so much again.

Hopefully I can stop bugging you all about this stuff now.

Offline Achim

  • Mega Heavy Poster
  • *******
  • Posts: 7179
  • Country: 00
    • View Profile
Re: phpdvdprofiler
« Reply #104 on: June 23, 2010, 06:59:40 AM »
So you watched one disc around the time jesus was born (can't see what it was though) and then some at the end of 1899 :hmmmm: Then you started regualr watching in 2001. Does that sound about right? :devil:

In short, unless clearly done on purpose (actual watch date unknown) you might want to check out and correct those.