Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Support / UserSubs Support / allinone_usersubs_unzipfirst error

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

allinone_usersubs_unzipfirst error

More
7 years 9 months ago #26128 by loic
Replied by loic on topic allinone_usersubs_unzipfirst error
Hello,

We need to do the release again, sorry for the inconvenience.
I will come back to you once its done.

Best regards.
More
7 years 9 months ago #26138 by daniele2307
Replied by daniele2307 on topic allinone_usersubs_unzipfirst error
Loic, I'm sorry but I don't understand.
Tomorrow are 5 days that I have bought the package, I'm not able to install com_invoicing and com_usersubs is not even the latest version.
Please, I need to start with my job, can you send me the package by wetransfer or some other transfer services?
Thank you
More
7 years 9 months ago #26150 by loic
Replied by loic on topic allinone_usersubs_unzipfirst error
Hello,

The only solution I can give you is how to fix the '$this' issue to allow you to install the version you have.

In the package, you have two components, invoicing and usersubs.

Unzip the invicing component, and open the file 'install.invoicing.php'.

Here scroll at the end of the file and remove all the code after the '}' the code you need to remove for invoicing is :
global $parentinvoicing;
$parentinvoicing = $this->parent;
// For Joomla 1.5
if(!function_exists('com_install')){
	function com_install(){
		global $parentinvoicing;
		//jimport('joomla.installer.installer');
		//$parent = @$this->parent;
		$class = new Com_InvoicingInstallerScript();
		$class->updateXmlJoomla15($parentinvoicing);
		$class->postflight("update",$parentinvoicing);
		return $class->install($parentinvoicing);
	}
}

For usersubs, the installation will work without issue. You don't need to touch the code.

Best regards.
Time to create page: 0.138 seconds
Powered by Kunena Forum