Payments for Joomla is component to monetize all Joomla! With over than TWENTY FIVE developed plugins for Mosets Tree, com_content, K2, JomSocial, Kunena, Phoca Gallery, registration and Jevents, com_payments is biggest and most flexible solution for Joomla monetization.
![]() ![]() |
Sep 10 2013, 03:42 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
I have tried to get it working on my 1.7 site which is what I got it for. I have done the following all from the joomla 2.5,1.7,1.6 folder 1 installed com_payments 2 installed plg_pfj_paypal plugin 3 installed mtvip plugin 4 installed mt expired plugin put the Savant2_Plugin_mtpublish file in the Savant folder added <?php $this->plugin('mtpublish', $link); ?> to sub_listingSummary.tpl.php file and uploaded set 2 payment options Set and run cron job No buttons showing on listings, Its not as 3 so does not need category allocation Joomla! 1.7.4 Stable Mosets Tree 2.2.3 HELP Please This post has been edited by dragonizer: Sep 10 2013, 03:43 PM -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 10 2013, 03:45 PM
Post
#2
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
I also get
QUOTE PHP Fatal error: Class 'JMailHelper' not found in /home/sites/**************k/public_html/plugins/content/pfj_mtexpired/pfj_mtexpired.php on line 138 Status: 500 Internal Server Error X-Powered-By: PHP/5.2.17 Set-Cookie: 74e3198994c5e54a11097cfab222c124=nminv7f5reqs1mo3kmi069sr91; path=/ Content-type: text/html When cron jo runs -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 11 2013, 07:43 AM
Post
#3
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
I also get When cron jo runs This is minor bug in plugin. You can fix it by doing the following: in file "public_html/plugins/content/pfj_mtexpired/pfj_mtexpired.php" find (Line 138-139) Код $subject = JMailHelper::cleanSubject(JText::_('PLG_CONTENT_PFJ_MTEXPIRED_MAIL_SUBJECT')); jimport('joomla.mail.helper'); and replace it with Код jimport('joomla.mail.helper');
$subject = JMailHelper::cleanSubject(JText::_('PLG_CONTENT_PFJ_MTEXPIRED_MAIL_SUBJECT')); -------------------- Php programmer in 3D Web Design
|
|
|
|
Sep 12 2013, 03:37 AM
Post
#4
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
This is minor bug in plugin. You can fix it by doing the following: in file "public_html/plugins/content/pfj_mtexpired/pfj_mtexpired.php" find (Line 138-139) CODE $subject = JMailHelper::cleanSubject(JText::_('PLG_CONTENT_PFJ_MTEXPIRED_MAIL_SUBJECT')); jimport('joomla.mail.helper'); and replace it with CODE jimport('joomla.mail.helper'); $subject = JMailHelper::cleanSubject(JText::_('PLG_CONTENT_PFJ_MTEXPIRED_MAIL_SUBJECT')); Thanks will do it next -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 12 2013, 04:45 PM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
still not able to get it working on my 1.7 setup.
Any help from support would be good -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 12 2013, 06:46 PM
Post
#6
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Any errors? And why just not update this website to joomla 2.5? Joomla 1.7 is with so many security exploits.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Sep 13 2013, 07:02 PM
Post
#7
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
Any errors? And why just not update this website to joomla 2.5? Joomla 1.7 is with so many security exploits. Thanks Would if I could but my updater is not working. No errors that I can see. Buttons just not showing on the pages. -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 14 2013, 06:20 AM
Post
#8
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
In this case the only one way to resolve problem is access to website - joomla admin and ftp.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Sep 14 2013, 05:02 PM
Post
#9
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
Thanks
I have sent you a PM with the details. -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 16 2013, 08:55 AM
Post
#10
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
After investigating your case.
Problem was usage of old joomla version. This version uses old event names. Old 1.5:Plugin - Events Plugin - Events I have replaced event names in plugin file. You must test it now. -------------------- Php programmer in 3D Web Design
|
|
|
|
Sep 16 2013, 10:42 AM
Post
#11
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Цитат my updater is not working Joomla 1.7 must be updated to Joomla 2.5 not over updater. How to update Joomla 1.7 to Joomla 2.5 - guide and missing upgrade packages. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Sep 16 2013, 03:06 PM
Post
#12
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
First off THANK YOU Your support is top notch one of the best I have seen and I will say so on Joomla Extensions.
If I update my site now will I need to re-install the payment system?? Will I need to update Mosets Tree?? I will test the update as you have linked to on my home server tonight. Again Thanks -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 16 2013, 03:08 PM
Post
#13
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Wil be really nice to post review about our services, thank you in advance!
If you update joomla to 2.5, you must only replace plugin files with standart version of plugin. Our programmer change only plugin. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Sep 16 2013, 06:37 PM
Post
#14
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
After investigating your case. Problem was usage of old joomla version. This version uses old event names. Old 1.5:Plugin - Events Plugin - Events I have replaced event names in plugin file. You must test it now. OK I have tested it and it is not getting the listing ID it is showing Status: Unknown item ID I have made a payment on my wifes paypal to test and its a no go. All listings show ID 0 Any ideas??? This post has been edited by dragonizer: Sep 16 2013, 06:39 PM -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 17 2013, 11:41 AM
Post
#15
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
I forgot that in addition to function names there are different parameters order. Now item ID is valid number.
-------------------- Php programmer in 3D Web Design
|
|
|
|
Sep 17 2013, 07:03 PM
Post
#16
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
I forgot that in addition to function names there are different parameters order. Now item ID is valid number. Thanks tested and works great. It will be a good addition to my site. Left feedback a Joomla extensions username amiman Thanks again -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 18 2013, 06:55 PM
Post
#17
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
Possible bug, not sure never noticed it before only after payment install.
Look at listings there has suddenly appeared a "1" after the ratings stars. I have tested turning the ratings off but it is still there. http://www.petads4uk.co.uk/new.html Its on all listings Any ideas?? -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 19 2013, 06:38 AM
Post
#18
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
May be some typing error in code.... search for "1" in plugin code and in file sub_listingSummary.tpl.php
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Sep 19 2013, 03:11 PM
Post
#19
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
May be some typing error in code.... search for "1" in plugin code and in file sub_listingSummary.tpl.php Hi there seems to be alot of "1"s in all plugins and tpl.php file. -------------------- I don't need Google my wife knows everything
|
|
|
|
Sep 20 2013, 04:40 PM
Post
#20
|
|
|
Newbie ![]() Group: Members Posts: 38 Joined: 12-January 12 Member No.: 1,031 |
May be some typing error in code.... search for "1" in plugin code and in file sub_listingSummary.tpl.php Hi I have check the files suggested and there are a lot of "1"s. I have been on to Lee at Mosets in case it was a bug and he says its to do with the 3rd party payment system thats installed. Please any help with this. -------------------- I don't need Google my wife knows everything
|
|
|
|
![]() ![]() |
Similar Topics
| Topic | Replies | Topic Starter | Views | Last Action | |
|---|---|---|---|---|---|
![]() |
Pinned: Joomla Scraper Can Grab Any Content From Any Website |
86 | Web Design Seo | 590,852 | 8th September 2021 - 07:02 AM Last post by: Web Design Seo |
![]() |
Pinned: list with new Joomla exploits |
20 | Web Design Seo | 385,815 | 26th September 2018 - 05:07 AM Last post by: Web Design Seo |
![]() |
Pinned: Joomla Pagination Seo Plugin SEO plugin for Joomla Pagination that work in all Joomla |
61 | Web Design Seo | 463,892 | 13th March 2018 - 10:05 AM Last post by: mxcpz |
![]() |
Pinned: Joomla Scraper Going Open Source No licenses, use scraper on unlimited number of web sites |
0 | Web Design Seo | 352,558 | 8th March 2017 - 07:40 AM Last post by: Web Design Seo |
![]() |
Notepad++ New Line Replace How to find and replace new line in Notepad++ |
0 | Web Design Seo | 84,133 | 8th December 2016 - 01:45 PM Last post by: Web Design Seo |
![]() |
Joomla Ден 2016 Joomla Day 2016 |
1 | Web Design Seo | 310,694 | 31st October 2016 - 10:11 AM Last post by: Web Design Seo |
![]() |
Joomla Post By Email To K2 Extra Fields | 1 | uglykidjoe | 236,947 | 11th February 2016 - 07:45 AM Last post by: Web Design Seo |
![]() |
Pinned: Joomla Scraper Integration With K2 better integration of Joomla Scraper and K2 |
8 | Web Design Seo | 272,126 | 2nd January 2016 - 09:07 AM Last post by: b_goranov |
![]() |
Joomla Scraper Not Working | 2 | Jan Hädicke | 255,991 | 11th November 2015 - 02:05 PM Last post by: Web Design Seo |
![]() |
Not Scrapping Anymore ? problem with vimeo rss feed |
0 | _david | 55,011 | 16th February 2015 - 10:14 AM Last post by: _david |
|
Lo-Fi Version | Time is now: 1st June 2026 - 09:29 PM |