forum.coppermine-gallery.net

Support => cpg1.6.x Support => cpg1.6 miscellaneous => Topic started by: Paul-D on April 12, 2020, 01:13:25 pm

Title: Help Topics
Post by: Paul-D on April 12, 2020, 01:13:25 pm
Hi, I currently have version 1.6.08 (using rainy_day theme) and when I click on any of the help icons in the configuration section I just get a blank pop up window with no text. I know that this was working OK previously but not sure when or why it stopped working. Any suggestions?
Title: Re: Help Topics
Post by: ron4mac on April 12, 2020, 02:48:13 pm
CPG documentation is no longer part of a local gallery install. Clicking on help icons will cause it to attempt to get the relevant documentation from a separate online source. This means that the CPG install will have to be able to reach the documentation urls. If this proves to be a problem in some particular situation, you can add a local copy of the documentation to your install. Place the documentation files (https://github.com/coppermine-gallery/cpg1.6.x-docs) into a folder named docs in your installation.
Title: Re: Help Topics
Post by: Paul-D on April 12, 2020, 04:09:59 pm
Thanks. I can't quite work out why it's not able to access the online docs but all working now with the docs you linked to added to my server. Incidentally there was a set of docs already on the server (presumably left there from a previous version?) but they weren't displaying either, it only worked when I replaced them with the docs you linked to.

Thanks for the help!
Title: Re: Help Topics
Post by: ron4mac on April 12, 2020, 04:44:53 pm
Incidentally there was a set of docs already on the server (presumably left there from a previous version?) but they weren't displaying either, it only worked when I replaced them with the docs you linked to.

That is some explanation as to why it wasn't working. You can test the online documentation access by renaming the docs folder. It should then get the documentation from our servers.
Title: Re: Help Topics
Post by: Paul-D on April 12, 2020, 07:15:08 pm
Strangely no. I did try that but it still wouldn't access the online help, it only seems to work with the local docs but not a problem  :)
Title: Re: Help Topics
Post by: Johnfromhere on August 22, 2021, 10:30:30 pm
I realise that this is an old thread but I am having the same problem as described here but do not quite understand the solution.

I haven't used the help button in the configuration for ages but when I did today - blank boxes.

When I go to the 'documentation files' link (GitHub) I can't see any way to download the files - and I am not sure which files to download to put into a local 'docs' directory as directed.

Any enlightenment would be greatly appreciated.

Many thanks.

John.
Title: Re: Help Topics
Post by: Johnfromhere on August 23, 2021, 02:54:21 pm
I should have read the GitHub page more carefully!  ::) :-[ :-[.

Downloaded - then uploaded to new 'docs' directory and bingo!

All fixed now.

Apologies.

Cheers.

John
Title: Re: Help Topics
Post by: lili123 on May 22, 2022, 01:44:59 pm
Hello, it did not help to have docs folder, the help windows were working two weeks ago, and after the PHP update it is not working.
Title: Re: Help Topics
Post by: phill104 on May 22, 2022, 02:20:36 pm
You may have to look at what modules are included with your new PHP install. Sometimes things like cURL are not enabled. There could also be a change of firewall rules on your hosting that is blocking calls to external resources. Unfortunately that is something we cannot help with and you would need to speak to your host for advice. Alternatively you could use a local copy of the docs as discussed above
Title: Re: Help Topics
Post by: lili123 on May 23, 2022, 10:10:22 am
Hello,

thank you, I have contacted the hosting, they are not able to fix it, they have tried to downgrade PHP but no luck. Also cURL are enabled and firewall rules was not changed. Please any help of this? I have tried upload docs, but it is not working, can someone help?
Title: Re: Help Topics
Post by: ron4mac on May 23, 2022, 12:52:30 pm
As a minimum, you will need to provide me with a link to your site and and admin login.
Title: Re: Help Topics
Post by: lili123 on May 23, 2022, 01:11:15 pm
Hey, I have send you a PM, please read, thanks!
Title: Re: Help Topics
Post by: ron4mac on May 23, 2022, 02:10:33 pm
I repaired your help.php file, set your PHP version to the host current default (7.4) and enabled allow_url_fopen in the php config. So help works now but your theme CSS is not friendly to its display. You can temporarily use a different theme just for yourself ( <site-url>?theme=curve ) and then undo that ( <site-url>?theme=none ).
Title: Re: Help Topics
Post by: lili123 on May 23, 2022, 05:22:57 pm
Thanks again for the help, it shows the help windows correctly  :)