Recent content by Sonnie

  1. Sonnie

    XF 2.2 Server Error

    Anyone know what this might be? GuzzleHttp\Exception\ClientException: Error submitting sitemap to http://www.google.com/webmasters/tools/ping?sitemap=https%3A%2F%2Fwww.avnirvana.com%2Fsitemap.php: Client error: GET...
  2. Sonnie

    XF 2 Small request for username in email template

    {{ phrase('inactivemembers_message', { 'username': $username, 'board_title': $xf.options.boardTitle }) }}
  3. Sonnie

    XF 2.1 Adding username to email template...

    I believe this is the code we use now to show the username: {{ phrase('inactivemembers_message', { 'username': $username, 'board_title': $xf.options.boardTitle }) }}
  4. Sonnie

    XF 2.1 Adding html tag to all links

    Is there a way in the backend to add rel="sponsored to all links that populate on our site? Regards, Sonnie
  5. Sonnie

    XF 2.1 Can't add node...

    Trying to add a Node ... tried child... then tried category... get the processing icon then nothing happens. Tried several times. Any ideas?
  6. Sonnie

    HTML Editor with built-in validator?

    Anyone know of a good HTML editor that has a built in validation tool like this: Thanks, Sonnie
  7. Sonnie

    How to duplicate a live site to use as a test site

    I will comment it out and try it. I have cookie set as follows in src/config.php $config['cookie'] = array( 'prefix' => 'test_', 'path' => '/', 'domain' => '' );
  8. Sonnie

    How to duplicate a live site to use as a test site

    I also have this caching setup in the original src/config.php file that could be causing issues and I'm not sure how to fix it. $config['cache']['enabled'] = true; //$config['cache']['sessions'] = true; $config['cache']['provider'] = 'Redis'; $config['cache']['config'] = [ // 'directory'...
  9. Sonnie

    How to duplicate a live site to use as a test site

    Here is my .htaccess file in public_html. I'm not sure I can comment out anything and it not affect the operation of the live forum during the testing phase. # Mod_security can interfere with uploading of content such as attachments. If you # cannot attach files, remove the "#" from...
  10. Sonnie

    How to duplicate a live site to use as a test site

    It could be the redirects in the .htaccess file of the public_html folder that are causing conflicts with the /test folder too.
  11. Sonnie

    How to duplicate a live site to use as a test site

    I do have an .htaccess file and I deleted the redirects in it... but perhaps I should remove it altogether and see if that helps. Not sure if there is anything in it that is needed for typical XF functions.
  12. Sonnie

    How to duplicate a live site to use as a test site

    Excactly! I posted the issues... which are very obvious more instructions are needed. I get a short non-helpful response that there is nothing to add. Totally unbelievable indeed.
  13. Sonnie

    How to duplicate a live site to use as a test site

    They may be for you... but when they don't work there is something missing somewhere. Sorry I bothered you with it. I'll look for someone who can actually help us get it setup.
  14. Sonnie

    How to duplicate a live site to use as a test site

    When I change the board URL in the test site admin.php it blocks me from accessing either site with "too many redirects" error.
  15. Sonnie

    How to duplicate a live site to use as a test site

    Hmmm... can't access the original forum now... lol. Seems like this wouldn't be that complicated... we really need some detailed instructions. For you guys that do it all the time... the small things fly right by you. Trying to access avnrivana.com... it redirects me to avnirvana.com/test/...
Top Bottom