I see no picture in administration panel, History :-/ Is it working for someone (can I have a screen shot ?)
Offline
OK, I now understand... in admin/images/global_stats.img.php, line 40, replace
FROM phpwg_history
by
FROM ".HISTORY_TABLE."
Last edited by z0rglub (2005-01-13 00:48:37)
Offline
Oups....
Offline
z0rglub wrote:
OK, I now understand... in admin/include/global_stats.img.php, line 40, replace
Code:
FROM phpwg_historyby
Code:
FROM ".HISTORY_TABLE."
Excusez...je crois que j'ai raté un épisode je ne trouve pas le global_stats.img.php dans le repertoire admin/include/
pourtant moi aussi je veux l'histo
Offline
Je ne sais pas quelle version de l'archive tu as téléchargé, alors je teste les 3 :
[Thu Jan 13 @ 00:31:23][z0rglub] ~/temp
$ tar -tvzf $PWG/build/1.4/phpwebgallery-1.4.0RC1.tar.gz phpwebgallery-1.4.0RC1/admin/images/global_stats.img.php
-rw-r--r-- z0rglub/z0rglub 5620 2005-01-08 00:10:51 phpwebgallery-1.4.0RC1/admin/images/global_stats.img.php
[Thu Jan 13 @ 00:31:53][z0rglub] ~/temp
$ unzip -t $PWG/build/1.4/phpwebgallery-1.4.0RC1.zip phpwebgallery-1.4.0RC1/admin/images/global_stats.img.php
Archive: /home/z0rglub/work/phpwebgallery/build/1.4/phpwebgallery-1.4.0RC1.zip
testing: phpwebgallery-1.4.0RC1/admin/images/global_stats.img.php OK
No errors detected in /home/z0rglub/work/phpwebgallery/build/1.4/phpwebgallery-1.4.0RC1.zip for the 1 file tested.
[Thu Jan 13 @ 00:32:00][z0rglub] ~/temp
$ tar -tvjf $PWG/build/1.4/phpwebgallery-1.4.0RC1.tar.bz2 phpwebgallery-1.4.0RC1/admin/images/global_stats.img.php
-rw-r--r-- z0rglub/z0rglub 5620 2005-01-08 00:10:51 phpwebgallery-1.4.0RC1/admin/images/global_stats.img.php
résultat : le fichier admin/images/global_stats.img.php est bien présent :-)
Last edited by z0rglub (2005-01-13 00:31:34)
Offline
OK, I now understand... in admin/include/global_stats.img.php, line 40, replace
moi aussi j'ai compris c pas dans admin/include mais dans admin/images
Merci
Eric
Offline
(fr : allez, tout le monde se motive, on va y arriver ;-)
indeed, you're right, I made a mistake on my first post ! I correct it so that other user don't fall on same trap !
Offline