[ABD] PhpBB Directory

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Xymox2017
Registered User
Posts: 39
Joined: Tue Mar 07, 2017 3:06 pm

Re: [3.2][RC] PhpBB Directory

Post by Xymox2017 »

Any progress getting this on 3.2.2?
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader
Contact:

Re: [3.2][RC] PhpBB Directory

Post by ErnadoO »

It’s ready :)
Former Administrator && MOD team leader on phpbb-fr.com
Xymox2017
Registered User
Posts: 39
Joined: Tue Mar 07, 2017 3:06 pm

Re: [3.2][RC] PhpBB Directory

Post by Xymox2017 »

I'm unable to install it on 3.2.2.

Getting the error message to check requirements. But does not give me a clue which requirements.


Looking at the requirements, could there something missing from my php version?
(board is using PHP Version 7.0.23).

Code: Select all

{
	"name": "ernadoo/phpbbdirectory",
	"type": "phpbb-extension",
	"description": "That extension adds a links directory at your phpBB forum.",
	"homepage": "https://redmine.erwan-projects.fr/projects/ext-phpbb-directory",
	"version": "2.0.0-RC1",
	"time": "2015-03-08",
	"license": "GPL-2.0",
	"authors": [
		{
			"name": "Erwan Nader",
			"email": "[email protected]",
			"homepage": "http://www.phpbb-services.com",
			"role": "Lead Developer"
		}
	],
	"repositories": [{
			"type": "git",
			"url": "https://github.com/E1379/speaking-url"
		}
	],
	"require": {
		"php": ">=5.4",
		"E1379/speaking-url": "dev-master"
	},
	"require-dev": {
		"satooshi/php-coveralls": "~1.0"
	},
	"extra": {
		"display-name": "phpBB Directory",
		"soft-require": {
			"phpbb/phpbb": ">=3.2.1"
		},
		"version-check": {
			"host": "ernadoo.github.io",
			"directory": "/ext-phpbb-directory",
			"filename": "phpbbdirectory_versions.json"
		}
	}
}
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader
Contact:

Re: [3.2][RC] PhpBB Directory

Post by ErnadoO »

How did you download extension from github ? Git clone or .zip file ?
Former Administrator && MOD team leader on phpbb-fr.com
Xymox2017
Registered User
Posts: 39
Joined: Tue Mar 07, 2017 3:06 pm

Re: [3.2][RC] PhpBB Directory

Post by Xymox2017 »

ErnadoO wrote: Fri Jan 26, 2018 10:56 am How did you download extension from github ? Git clone or .zip file ?
I used the zip download link on the first page of this thread.
(it is this link : https://github.com/ErnadoO/ext-phpbb-di ... ectory.zip)

To be sure to have a fresh install, I deleted the extension from the server, downloaded the zip again and uploaded it.

Still I get the error when trying to install it from ACP.
The selected extension cannot be enabled, please verify the extension’s requirements.
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader
Contact:

Re: [3.2][RC] PhpBB Directory

Post by ErnadoO »

allow_url_fopen is enable on your host ?
Former Administrator && MOD team leader on phpbb-fr.com
Xymox2017
Registered User
Posts: 39
Joined: Tue Mar 07, 2017 3:06 pm

Re: [3.2][RC] PhpBB Directory

Post by Xymox2017 »

ErnadoO wrote: Sat Jan 27, 2018 12:43 pm allow_url_fopen is enable on your host ?
This is the setting:

Code: Select all

allow_url_fopen :	Off
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader
Contact:

Re: [3.2][RC] PhpBB Directory

Post by ErnadoO »

That's why, allow_url_fopen is required
Former Administrator && MOD team leader on phpbb-fr.com
Xymox2017
Registered User
Posts: 39
Joined: Tue Mar 07, 2017 3:06 pm

Re: [3.2][RC] PhpBB Directory

Post by Xymox2017 »

ErnadoO wrote: Sat Jan 27, 2018 12:55 pm That's why, allow_url_fopen is required
I'm not able to change it myself on the server so I asked the hosting provider to change it to ON.
They now actually advice against it because of security risks and I'm unsure what those exactly are and wether I should enable the setting or not.
Xymox2017
Registered User
Posts: 39
Joined: Tue Mar 07, 2017 3:06 pm

Re: [3.2][RC] PhpBB Directory

Post by Xymox2017 »

Setting is done and now the extension installs perfectly.

The only thing which is unclear is the category URL route when adding a new category.
What should be entered here?
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader
Contact:

Re: [3.2][RC] PhpBB Directory

Post by ErnadoO »

As you want :D
Former Administrator && MOD team leader on phpbb-fr.com
User avatar
TheButcher2
Registered User
Posts: 1030
Joined: Tue May 13, 2014 11:38 pm
Contact:

Re: [3.2][RC] PhpBB Directory

Post by TheButcher2 »

I downloaded it as a zip file from github, uploaded it, and in the customise folder the extension doe snot appear, I am running phpbb 3.2.2 any ideas why?
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader
Contact:

Re: [3.2][RC] PhpBB Directory

Post by ErnadoO »

Yes your directory structure si wrong.

Correct path is ext/ernadoo/phpbbdirectory
Former Administrator && MOD team leader on phpbb-fr.com
User avatar
donsenilo
Registered User
Posts: 359
Joined: Wed Oct 08, 2014 6:23 pm
Name: Markus
Contact:

Re: [3.2][RC] PhpBB Directory

Post by donsenilo »

Hi

after adding a new sub-category I get this error:
Unable to generate a URL for the named route "ernadoo_phpbbdirectory_dynamic_route_15" as such route does not exist.

Cache is cleared. I use php7.0, allow_url_fopen is ON
User avatar
ErnadoO
Registered User
Posts: 337
Joined: Thu Jun 08, 2006 2:32 pm
Location: France
Name: Erwan Nader
Contact:

Re: [3.2][RC] PhpBB Directory

Post by ErnadoO »

Hi,

What type cache are you using ($acm_type in config.php) ?
Former Administrator && MOD team leader on phpbb-fr.com
Locked

Return to “Abandoned Extensions”