Search found 16 matches

by sheriff
Sat Jun 12, 2021 6:17 am
Forum: General Support
Topic: Unable to add image in my post
Replies: 6
Views: 4641

Re: Unable to add image in my post

If you have lots of posts and photos, after a while this will be quite overwhelming when trying to choose a photo from the drop down menu. If you need to be able to find your file name quickly when adding a photo, make sure you upload your file through ftp to the /fp-contents/images/ directory and t...
by sheriff
Sat Jun 12, 2021 6:11 am
Forum: General Support
Topic: Forgot Password
Replies: 13
Views: 7587

Re: Forgot Password

If you are migrating old posts to a new version, here are the necessary steps to do that: viewtopic.php?f=2&t=255
by sheriff
Mon Jun 07, 2021 11:14 pm
Forum: FlatPress project
Topic: 1.2 Issues List
Replies: 3
Views: 12675

Re: 1.2 Issues List

Will you please upgrade the sitemaps.php page to also list categories and other pages? Look at how many pages are potentially missing from the current sitemap.php generator compared to a free online generator with unlimited pages that I had crawl my page. /sitemap.php | Jun 7, 2021 / Success - 142 p...
by sheriff
Mon Jun 07, 2021 9:12 pm
Forum: FlatPress project
Topic: 1.2 Issues List
Replies: 3
Views: 12675

1.2 Issues List

1.2 issues that I would like to see fixed: PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SocketWriteRead has a deprecated constructor in /fp-plugins/akismet/inc/Akismet.class.php on line 287 PHP Deprecated: Methods with the same name a...
by sheriff
Mon Jun 07, 2021 1:19 am
Forum: General Support
Topic: How To Migrate Old Posts And Files To New Installation
Replies: 1
Views: 2742

Re: How To Migrate Old Posts And Files To New Installation

Update: Go to jQuery plugin directory and edit the plugin to host your javascript files. /fp-plugins/jquery/plugin.jquery.php If you have an updated version of jQuery and you host the file in your /js/ base directory, then you would edit your file to something like this instead: <!-- start of jsUti...
by sheriff
Sun Jun 06, 2021 11:32 pm
Forum: General Support
Topic: How To Migrate Old Posts And Files To New Installation
Replies: 1
Views: 2742

How To Migrate Old Posts And Files To New Installation

Upload or push (if they are already on the server) all uploaded and created files to your new /fp-content/attachs/ and /fp-content/content/ folders. Make sure that the posts get pushed, cuz if there is already a similar named folder in the new directory, then you will need to go one directory deeper...
by sheriff
Sun Jun 06, 2021 9:14 pm
Forum: General Support
Topic: Forgot Password
Replies: 13
Views: 7587

Re: Forgot Password

After everything, I decided to move the entire directory to a folder I created named .old Then I uploaded 1.2, and I will make my customizations from there. Thanks for everyone's help, even though I couldn't fix everything on the outdated and unsupported script. This will be a fresh start. I'm just ...
by sheriff
Sun Jun 06, 2021 8:25 pm
Forum: General Support
Topic: Forgot Password
Replies: 13
Views: 7587

Re: Forgot Password

I replaced all core files, smarty files, and plugin files with Flatpress 1.2 files and I am no longer getting errors, but I still can't login. I am checking the wiki you posted now.
by sheriff
Sun Jun 06, 2021 7:45 pm
Forum: General Support
Topic: Forgot Password
Replies: 13
Views: 7587

Re: Forgot Password

I fixed line 51 like this:

Code: Select all

} elseif (strstr($curl, (string)['<code']) || strstr($curl, (string)['<pre']) || strstr($curl, (string)['<kbd'] || strstr($curl, (string)['<style']) || strstr($curl, (string)['<script']))) {

Update: I was wrong, this did not fix the issue.
by sheriff
Sun Jun 06, 2021 7:13 pm
Forum: General Support
Topic: Forgot Password
Replies: 13
Views: 7587

Re: Forgot Password

PHP Notice: Trying to access array offset on value of type null in /fp-includes/core/core.users.php on line 47: /usr/local/cpanel/cgi-sys/ea-php74, referer: /login.php I fixed all the curly braces, but what's wrong with this code on line 47? Line 47: if (user_pwd($userid,$pwd) == $user['password']){...