Welcome, Guest
Username: Password: Remember me

TOPIC: There is no possibility to configure Quicksell

There is no possibility to configure Quicksell 11 years 7 months ago #613

  • castor
  • castor's Avatar
  • Offline
  • Fresh Boarder
  • Posts: 10
  • Karma: 0
Hi all,
I am running joomla 2.5.7 and I have installed Quicksell version 3.0.6. There is no possibility to configure Quicksell. See image:

Attachment no_configure.jpg not found


Please help.
The administrator has disabled public write access.

Re: There is no possibility to configure Quicksell 11 years 7 months ago #614

  • castor
  • castor's Avatar
  • Offline
  • Fresh Boarder
  • Posts: 10
  • Karma: 0
OK!
QuickSell is not working on localhost - I've testet on a live site and the configuration works. Why QuickSell not works on localhost?

best regards
castor
The administrator has disabled public write access.

Re: There is no possibility to configure Quicksell 11 years 7 months ago #615

  • admin
  • admin's Avatar
Hello

Thank you for reporting this!

I will check in it immediately and issue an update tomorrow!
The administrator has disabled public write access.

Re: There is no possibility to configure Quicksell 11 years 7 months ago #618

  • castor
  • castor's Avatar
  • Offline
  • Fresh Boarder
  • Posts: 10
  • Karma: 0
Hi admin,
on my joomla-installation quicksell.php find the script config.php from PEAR. I have changed your script quicksell.php slightly.

search in line 93

and replace
case "config":
	include_once('config.php');
	break;

by
case "config":
	$configfile = JPATH_COMPONENT_ADMINISTRATOR.'/'.'config.php';
	include_once($configfile);
	break;

this will resolve this issue.

best regards
castor
Last Edit: 11 years 7 months ago by castor.
The administrator has disabled public write access.

Re: There is no possibility to configure Quicksell 11 years 7 months ago #624

  • admin
  • admin's Avatar
I have implemented your fix in the current version.

Thanks for reporting the problem, if you need anything just let me know!
The administrator has disabled public write access.
Time to create page: 0.077 seconds