ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
922 stars 217 forks source link

[Urgent] The page built by page builder didn't show the content. #1399

Closed dylan-ngo11 closed 8 years ago

dylan-ngo11 commented 8 years ago

Hi! I have a headache issue with page-builder. After migrating to the live site, I edited the shortcode but I saw nothing change to the content. When I checked the revision. It showed below: screen shot 2016-03-30 at 2 29 27 pm How could be possible?

ghost commented 8 years ago

Post content is saved in post meta https://github.com/ThemeFuse/Unyson/issues/838#issuecomment-176792641

After migrating to the live site

Which tool you used for migration?

dylan-ngo11 commented 8 years ago

I'm using this tool: https://github.com/welaika/wordmove It worked well before, but today I got this problem. Not sure this happened because of post content saving in post meta. This tool works by migrating the database from localhost to live server. Therefore, the database is the same except for the URL field. Let me know if you need other information!

ghost commented 8 years ago

Try to migrate with Backup & Demo Content extension.

  1. Create Content Backup
  2. Find the zip in uploads/fw-backup and move it to the second site
  3. On the second site find the moved backup in list and do Restore
dylan-ngo11 commented 8 years ago

I know but it's not the solution. I want it could be migrated not backup and restore. It worked well before.

ghost commented 8 years ago

Test this please: Create a page with builder on the live site, do some changes, save it and restore it from revisions. If everything works fine then the problem is in the migration tool you used.

dylan-ngo11 commented 8 years ago

I tested and it didn't work fine. Also, there's no Visual page builder button. screen shot 2016-03-30 at 8 34 07 pm

ghost commented 8 years ago

there's no Visual page builder button

Try Ctrl + R in browser. Or install manually the [PageBuilder](there's no Visual page builder button) extension in unyson/framework/extensions/shortcodes/extensions/page-builder

Do you have any javascript errors in console?

dylan-ngo11 commented 8 years ago

Re-installed several time. Deactivate all other plugins. The console showed: http://prntscr.com/am0gev I checked the wp-tinymce but nothing errors Do you have any ideas?

ghost commented 8 years ago

The first error in console is the problem. Click on it and inspect server response.

dylan-ngo11 commented 8 years ago

will try and keep you the update

dylan-ngo11 commented 8 years ago

this bug caused by system file.

dylan-ngo11 commented 8 years ago

Thank for your time again!