eCommerce
Social and Community Suite
Content Management
RSS Extensions
VirtueMart Extensions
(0)
|
Login
|
Register
|
Lost Password?
Username:
Password:
Home
Our Products
Joomla 1.7.x
(23)
& J!1.6.x
Joomla 1.5.x
(28)
Joomla 1.0.x
(17)
Factory Club Extensions
(7)
Drupal, Elxis, MODx
(6)
Windows Gadgets for J!
(11)
Free Templates
(4)
All Products
(92)
Documentation
Tweets
Forum
Contact Us
Terms & Conditions
How to Buy Guide
Customers FAQ's
Updates & Upgrades
About Us
Latest Tweets
Join us at the Joomladay UK!
The Factory Extensions Joomla Compatibility Chart
Love Factory 2.4 for Joomla 1.7
Love Factory - Memberships [VIDEO]
Love Factory - Custom Fields Integration [VIDEO]
Love Factory - Google Maps Integration [VIDEO]
Love Factory - Administrator Guide [VIDEO]
Love Factory - Memberships
Collection Factory for Joomla 1.6 with CB support
Reverse Auction Factory 1.5.9
Home
Help
Search
Login
Register
The Factory
>
Forum
>
eCommerce Factory Suite
for Joomla CMS.
>
Reverse Auction Factory
>
Reverse Auction Factory 1.4.1 + Update Instructions
Pages: [
1
]
« previous
next »
Print
Author
Topic: Reverse Auction Factory 1.4.1 + Update Instructions (Read 2603 times)
Erik
Administrator
Hero Member
Posts: 3121
Reverse Auction Factory 1.4.1 + Update Instructions
«
on:
December 28, 2009, 01:27:08 pm »
Reverse Auction Factory 1.4.1 released on December 28, 2009.
* New feature: RSS Listing
Upgrade:
Copy config.php, rbids.php admin.rbids.php, rbids.xml
and t_listauctions.tpl ( or insert the rss link in any template you like
<a href="index.php?option=com_rbids&task=rss" target="_blank">
<img src="{$mosConfig_live_site}/components/com_rbids/images/f_rss.jpg" width="14" border="0" alt="RSS" />
</a>
)
Logged
davidhof
Jr. Member
Posts: 56
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #1 on:
January 06, 2010, 02:52:18 am »
Many thanks for the rss update.
we have a problem though...
For now the rss feed is only visible for logged in members of the site.
This way the feed has little or no use for anybody it can't be imported into rss readers
Seems to be that when a user wants to see the feedlist the component checks if a user is logged in or not. Why does this happen ??
We have a working commercial site with reverse auction and several other components and everthing works very well accept the following..
The main component link (index.php?option=com_rbids) does not allow public acces... We found a work around on this forum for that problem.
We think this problem with the rss link is the same kind of problem.
I do not understand why this is. We have no other acces issues with Reverse auction or with other 3rd parties components everthing works fine.
For example the task listauctions and the task viewbid works and the workflow in general works just fine.
Again thanks for the development of the rss function but in our case we cannot use it. Hope you will look into this.
best regards
David
«
Last Edit: January 06, 2010, 06:36:57 am by davidhof
»
Logged
Factory Staff 02
The Factory Staff
Hero Member
Posts: 1912
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #2 on:
January 06, 2010, 09:58:33 am »
Add please to your rbids.acl.php in the
var $_publicTasks array the
"rss" value.
This should do the rss task public.
Cheers,
Sorin
Logged
The Factory's Development Team member.
davidhof
Jr. Member
Posts: 56
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #3 on:
January 06, 2010, 04:47:01 pm »
Yes, great that works
Many thanks
Logged
renef
Newbie
Posts: 32
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #4 on:
January 30, 2010, 06:01:05 pm »
Hi,
thanks for the addon. however after updating the files I get this:
Warning: fopen(rbid.xml) [function.fopen]: failed to open stream: Permission denied in /home/p8184/domains/eventspotter.nl/public_html/libraries/bitfolge/feedcreator.php on line 863
Error creating feed file, please check write permissions.
Which file/ directory is causing this?
thank you
Logged
renef
Newbie
Posts: 32
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #5 on:
February 03, 2010, 04:03:46 pm »
nobody else had this??
I've searched on the error, it says I should chmod the cache directory, however I've done that, it does not help!
thank you,
Rene
Logged
Factory Staff 02
The Factory Staff
Hero Member
Posts: 1912
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #6 on:
February 03, 2010, 04:24:32 pm »
Where do you get this error Rene?
The rbid.xml is not the file needed for feeds but index.xml.
Perhaps more details on what Joomla version you use and the task you are seeing this notice.
Anyway, I guess the rss is empty. Or ?
Sorin
Logged
The Factory's Development Team member.
renef
Newbie
Posts: 32
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #7 on:
February 03, 2010, 05:42:37 pm »
Hi Sorin,
i'm getting it here:
http://www.eventspotter.nl/index.php/component/rbids/listauctions
when you press the rss icon on the page you see the error.
the rss should not be empty as there are bids active...
I have joomla 1.5.15 installed
Logged
renef
Newbie
Posts: 32
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #8 on:
February 21, 2010, 12:04:27 pm »
Hi team,
could someone could take a look what is going wrong ?
thank you
Logged
Factory Staff 02
The Factory Staff
Hero Member
Posts: 1912
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #9 on:
February 22, 2010, 04:59:54 pm »
I see the issue still stands.
Evidently there are some writting permissions restrictions.
Try to make manually a rbids.xml file with 755 in the root directory of your site (the same level as administrator/, components/ , etc)
Sorin
Logged
The Factory's Development Team member.
renef
Newbie
Posts: 32
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #10 on:
February 23, 2010, 09:55:36 am »
Hi,
I tried it and got the same message ? ? ?
anything else I can try??
Rene
Logged
Erik
Administrator
Hero Member
Posts: 3121
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #11 on:
March 09, 2010, 02:56:12 pm »
PLEASE check properly the file rights!
The warning indicates clearly that there is a permission issue:
Warning: fopen(rbid.xml) [function.fopen]: failed to open stream: Permission denied
Logged
renef
Newbie
Posts: 32
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #12 on:
March 09, 2010, 03:14:34 pm »
well, I DID TRY what sorin suggested,
so i made a rbid.xml file, uploaded it to the root folder and set permissions (755) on it.
it did not resolve my issue,: i sill get the same message.
Perhaps there are other file/folder permissions settings that I should set ??
Logged
Andy - The Factory
Administrator
Hero Member
Posts: 1639
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #13 on:
March 09, 2010, 06:03:19 pm »
The file is not index.xml because SEF is enabled, and according to this, the feedgenerator creates the filename for the RSS using the url:
* Generate a filename for the feed cache file. The result will be $_SERVER["PHP_SELF"] with the extension changed to .xml.
But as someone noticed - there is some strange way the apache version changes the way this variable works:
http://www.php.net/manual/en/reserved.variables.php#81216
As a solution for your problem i suggest you edit rbids.php around line 2375 and replace the line:
Quote
$rss->saveFeed($feed);
with this :
Quote
$rss->outputFeed($feed);exit;
Logged
renef
Newbie
Posts: 32
Re: Reverse Auction Factory 1.4.1 + Update Instructions
«
Reply #14 on:
March 10, 2010, 11:46:32 am »
SOLVED!!
the sollution of Andy did the trick!
Many thanks!!
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Forum
-----------------------------
=> News & Announcements
===> Community News
===> General Discussion
===> Unlisted Products
=> eCommerce Factory Suite
for Joomla CMS.
===> Auction Factory
===> Reverse Auction Factory
===> Raffle Factory
===> Collection Factory
===> Ads Factory
===> Media Mall Factory
=> Social & Community Factory Suite
for Joomla CMS.
===> jAnswers Factory
===> Love Factory
===> Chat Factory
===> Deluxe Blog Factory
===> HOT or NOT Deluxe Factory
===> Photo Battle Factory
===> HOT or NOT Factory
=> Content Management Suite
for Joomla CMS.
===> Advertisement Factory
===> Briefcase Factory
===> eBook Factory
===> Article Factory Manager
===> Content Image Factory
=> RSS Factory Suite
for Joomla CMS.
===> rss Factory PRO
===> rss Factory
===> rss to Image Factory
===> rss Context Factory
=> VirtueMart Extensions & Payment Facilities
===> VM Factory Reports
===> VM Factory Orders & Reviews
===> VM Tree Factory
===> VM ePayment Factory
=> Miscellaneous Extensions & Modules
for Joomla.
===> eBay Factory Module
===> Top Movies Factory
===> Exchange Rates Factory
===> Factory Calculators
===> Lava Factory Menu
===> Feedback Factory
===> Awards Factory
=> Other CMS Extensions
===> DRUPAL Extensions & Modules
===> ELXIS Extensions & Modules
===> MODx Extensions & Modules
=> Windows Gadgets
=> Template Factory
===> Joomla Business Template #01
===> Joomla Business Template #02
Loading...