News:

Yahoo Groups closing on Dec 14th 2019

Main Menu

Files download issue again

Started by k-Tracker, April 16, 2015, 05:13:01 PM

Previous topic - Next topic

Wilson Logan

#15
Hi Michael,

Lena found the solution for us. I let her connect to my machine yesterday via Team Viewer and she was able to diagnose the problem.

Apparently there is a row in the options database (options.db3) that defines a template for the URL of the Files folder in Yahoo groups and in your & my database, that row is incorrect.

I have manually updated mine to the correct value and it now works.

You can send me your options.db3 file in an email and I will update it for you.

OR:

You can update it yourself using the following procedure.

You will find the options database in the PGO data folder:

C:\Users\<username>\AppData\Local\PG Offline 4

or

C:\Users\<username>\AppData\Roaming\PG Offline 4


When you find it you need to change the value of the row "fizzler_file_uri" in table "options" to

   div.yg-list-title a

See attached image.

Using the free program SQLITE STUDIO you can manually make the change or use this SQL command

   update `options` set value = 'div.yg-list-title a' where key = 'fizzler_file_uri'


SQLITE STUDIO download link:

http://sqlitestudio.pl/files/sqlitestudio3/complete/win32/sqlitestudio-3.0.6.zip

SQLITE STUDIO webpage:

http://sqlitestudio.pl/


SMF spam blocked by CleanTalk