Farhad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update 5.3: “headers already sent”-failure@otto42 yes it is another bug that is by theme. (Reported many times in other themes & plugins)
Simple when an error is in core, not important which line, its from plugins or theme.
(I think its better lock This conversation, the problem was found.)
Forum: Fixing WordPress
In reply to: Update 5.3: “headers already sent”-failure@mimmin Ok! Great!
Hope it fixed soon ??Forum: Fixing WordPress
In reply to: Update 5.3: “headers already sent”-failure@mimmin Do you checked it with default theme?
Forum: Fixing WordPress
In reply to: Update 5.3: “headers already sent”-failureYes, try it. Also save Permalinks again.
You can reinstall wordpress in update center also.Try wordpress default theme also.
+ P.S: as i saw, there is many same error that is by themes and plugins, so
try check your theme.- This reply was modified 5 years, 4 months ago by Farhad.
Forum: Fixing WordPress
In reply to: Update 5.3: “headers already sent”-failurePlease clear cache of site, sign out, clear cache of browser, login and check again.
Forum: Fixing WordPress
In reply to: Want to Change Extra bigger size First Letter of postSimplest way is by theme settings, so first check your theme setting and find “Show Drop Caps” or as it, then disable.
Forum: Fixing WordPress
In reply to: automatic update 5.3 gets stuck@t-p it is looklike in 5.3 there is no sign for update file, it is ok?
Forum: Fixing WordPress
In reply to: Log in questionSometime forms or wordpress or some plugins, use a newer version of js or css, then old files are cached so you will get an error, by clearing cache, your browser get new files( html,css,js) and then it work ok.
For this, devs say in major updates, simple clear cache of site, and browser cache, most of update problems are fixed by this way.
Forum: Fixing WordPress
In reply to: automatic update 5.3 gets stuck@magdigit you need to a cpanel, or any file manager access as FTP for updating, how ever if you dont have any access, simple wait or ask from your host.
Todays cpanel or ftp used in most websites.
Forum: Fixing WordPress
In reply to: Big problems on the website after each update of the WordPressHope to fix it soon, if you have many users you can fix bugs in other site. ( a sub domain with same db & plugins & theme but only for your web devs not all users )
Forum: Fixing WordPress
In reply to: Error trying to update WordPressHi @jivazquez,
1. Go to cpanel
2. Select phpMyadmin
3. Select your wordpress db, then usermeta table (looklike*_usermeta
)
4. Find*_capabilities
(12th in list (umeta_id 12 and user_id should be 1 if you are first admin of site) and select edit
5. Edit it, replace/add tometa_value
(longtext) field this code:a:1:{s:13:"administrator";b:1;}
, save (“go” key)Now should problem be fixed ??
Note: if you are not first user of site, mean someone else installed your wp, before stage 3 you should simple go to
*_users
table and find your self by username, then check the user id, now in stage 4 search for a*_capabilities
that have same number inuser_id
with your idForum: Fixing WordPress
In reply to: Error trying to update WordPressFor test, create a new admin user and check your main account by it, see your main account in users, should be admin not none, if is not admin fix it by new admin account.
Forum: Fixing WordPress
In reply to: 5.3 update Visual & Text not workingOk, understand!
?? I sent your report in yoast for a user with same problem to be confirmed faster, happy to fix soon.
Forum: Fixing WordPress
In reply to: Cannot edit pages after update to 5.3@pherw106 go here and report(confirm bug) to yoast team:
https://www.ads-software.com/support/topic/5-3-update-now-yoast-not-working/
Forum: Fixing WordPress
In reply to: automatic update 5.3 gets stuckYou can do it with cpanel:
1. Simple copy wp-content & wp-config.php to a directory out of public_html (for example, create a folder by name “backupold” and put files in it)
2. Download latest version
https://www.ads-software.com/latest.tar.gz
3. Upload it in your wordpress directory (output file will be in public_html/wordpress for example)
4. Copy (backuped contents) “wp-content” folder & “wp-config.php” file to “wordpress” folder & replace
5. Move all files from “wordpress” folder to your site directory (by default, public_html) & replace.Now enjoy!
Warning: do a backup before, and do as i say