PDA

View Full Version : Monetization menu disappeared



Alejandro Arana
October 9, 2015, 04:49 PM
I have a test site for my auto and realty site, I update to version 4.4.0 and 4.4.1 and the menu monetization doesnt show data, attach file

14801481

Please, can you help me?

Wei Hong
October 15, 2015, 04:34 PM
I also just have this problem from upgrading to 4.4.1
Any1 managed to solve this ?

Viktor
October 16, 2015, 06:49 AM
Hello All,

You can solve it yourself:
go to phpMyAdmin and implement this request:



UPDATE `fl_admin_controllers` AS `T1`
INNER JOIN `fl_admin_controllers` as `T2` ON `T2`.`Key` = 'finances'
SET `T1`.`Parent_ID` = `T2`.`ID`
WHERE `T1`.`Parent_ID` = 46


Wei Hong I have implemented this query already on your site and it solved your problem with Monetization :)

Ammar Alkraidi
February 6, 2016, 10:12 AM
thanks Viktor, you are the best :)

Thomas Seyhan
February 22, 2016, 05:29 PM
15851586
I have the same prob in German language, but this code doesnt work. In german some more fields doesnt work.
pls help me

Stephane Boultgen
February 24, 2016, 07:29 AM
There are just some phrases missing. Go to you're admin panel- Languages/ Compare/
Than select from English to German and add all missing phrases and translate it

Thomas Seyhan
February 24, 2016, 04:27 PM
Thank you :)