The footer was fix. For the errors I didn't modify it. This the error 211 : echo '<meta name="description" content="' . $h->lang['users_meta_description_results_before'] . $first_word . $h->lang['users_meta_description_results_middle'] . $user . $h->lang['users_meta_description_results_after'] . '" />' . "\n"; 212 : echo '<meta name="keywords" content="' . $user . $h->lang['users_profile_meta_keywords_more'] . '" />' . "\n"; // default profile meta keywords (see language file) 163 : <li><a href='<?php echo $h->url(array('page'=>'profile', 'user'=>$username)) ?>'><?php echo $h->lang["users_profile"]; ?></a></li> 646 : echo "<li><a href='" . $h->url(array('page'=>'all', 'user'=>$h->displayUser->name)) . "'>" . $h->lang["users_all_posts"] . " <span class='label label-warning pull-right'>" . number_format($h->postsApproved($h->displayUser->id),0) . "</span></a></li>\n"; 457 : echo "<li>" . $ahref . $h->lang['users_all_comments'] . "<span class='label label-warning pull-right'>" . $h->countUserComments($h->displayUser->id) . "</span></a></li>\n"; 84 : $h->pageTitle = $h->lang["users_profile"] . '[delimiter]' . $username; 195 : echo '<meta name="description" content="' . $h->lang['users_default_meta_description_before'] . $h->displayUser->name . $h->lang['users_default_meta_description_after'] . '" />' . "\n"; // default profile meta description (see language file) 199 : echo '<meta name="keywords" content="' . $h->displayUser->name . $h->lang['users_profile_meta_keywords_more'] . '" />' . "\n"; 249 : $crumbs = $userlink . ' / ' . $h->lang["users_profile"];
If you didn't modify any files, my next guess would be that there's a problem with the plugin order. Please go to the plugin area of the admin panel and move a plugin to the first position and then refresh the page. Hotaru should automatically update the plugin order. The correct plugin order for the most important plugins should be: @shibuya246, I believe the Hotaru docs should be updated to reflect this.
Googling brought up a bunch of results. This was the first one: How to force a dedicated SSL using the .htaccess file
i try to add this Code: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L] and it's work. Thank. Is it no problem if there are two code "RewriteEngine On" in .httaccess?
I have another problem about pagination If i click another page, there are always error. I try click page 3 in "latest", and become and the url also become "top post" it's happen to "all post" too. I use https to my website. Thank
So the problem you're experiencing is the same one I had here. There was a post somewhat more recently where @shibuya246 mentioned he changed line 106 of Paginator.php back to include http but I can't find it to remember why he changed it back. However, I think if you follow the suggestion in my original post, that will fix the problem.
Still same error. ( the url become : how to change it to this url when i click the number of page like this? i think the problem is in the red color.
So just to confirm, you changed line 104 of Paginator.php to: Code: $path = "//" . $host . $uri; Correct? Can you please PM me your site name? Also, can you please confirm that your BASEURL in your /config/settings.php file is defined as //mysitename.com/ (instead of http://mysitename.com/)?
Great. Fix it. I used in setting.php file https://sitename.com/ before , and now change to //sitename.com/. Thank. :-bd
Are you using the autoreader plugin for submissions? If so, I know there were problems with autoreader submitting duplicates which @shibuya246 was looking into. Your picture suggests this is not someone manually entering duplicates (which Hotaru doesn't allow). Can you please describe the process that gives you duplicates?
Have you made any changes to your code? Did you change anything recently? Feel free to PM me your site credentials and I can take a deeper look but, if you have changed code, I'd have to see the code you've changed (and, potentially, your database tables) to determine what's causing the problem. You should also check in your hotaru_posts table to see if this post is duplicated 3 times in the database (i.e., are there three rows with the same post?). If there are not, then the problem is likely in the bookmarking plugin.
I install this script today without any code change, I only change the language files, Then I installed in my pc localhost, then I put the same url again and again for checking process.
In other words, are you on the screen after submitting the post and then hit refresh (F5) many times? Am I understanding you correctly? Can you show me please the URL you are putting over and over?
I'm sorry but I can't troubleshoot with these pictures. I need to be able to interact with your application to see the behavior. You can PM me links if you don't want to post them in the forum here.