Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same issue here. I’m guessing that there’s some issue that triggers the type of error that triggers the plugin to say “Catalog is empty or inaccessible” I noticed that the in GoogleDrive, when you ask for listview (rather than preview) it appends “#list” to the end of the URL. Maybe that’s what’s missing in this plugin?

    Also I can’t get folders to be displayed even though I specify a value of 7 which is more than enough.

    I’m not advanced enough as a php programmer to troubleshoot the code, so sorry I can’t try these fixes. I uninstalled the plugin once I discovered that clicking on any document displayed by this plugin opens up google drive to show the same list, which defeats the purpose I had of having the file list within a wordpress site and keeping the user on this site rather than directing to google.

    Thread Starter wpnovice2

    (@wpnovice2)

    Hi Professor99

    Thanks for your help troubleshooting. I use the Azul theme.

    I once had buddypress activated plus a buddypress theme plugin that was supposed to help make it work for various themes. I notice that even though I deactivated all buddypress stuff, there are still buddypress templates in my theme folder so I wonder if maybe this has something to do with it — which might explain why I’m having these unusual issues

    RE my last comment that was confusing:

    The wordpress page with [wpuf_dashboard] nicely displays a list of the posts I have authored, with links to edit them. Links to edit them correctly point to the wordpress page that has the shortcode [wpuf_edit]. However that page with the shorcode attempts to edit its own page content — not the content of a post. The contents in the “title” and “description” boxes of the form are the title of the page, and the content of the page “[wpuf_edit]” I suspect this might have to do with me messing around with permalinks to get the plugin working.

    I really like the promise of this plugin, particularly its dashboard feature to show a person’s posts. I tried other plugins but they don’t offer the power that this one promises. I wish I were more of a wordpress expert to spend more time trying to figure out why it isn’t working for me. I will check back for future versions in case that ends up working.

    Best wishes.

    Thread Starter wpnovice2

    (@wpnovice2)

    Thanks for the suggestion but it didn’t help. Not sure if that line of code is something that’s specific to the theme I’m using, but I decided to edit link-template.php which was generating the error.

    I commented out the line of code that was generating the error:

    $link = $wp_rewrite->get_page_permastruct();

    This line of code is within the function _get_page_link

    This stops the fatal error.

    However (perhaps related to that) on the page I have [wpuf_edit] that ends up editing its own page page!

    Creating a new post is fine, and displaying a list of all posts created on a dashboard is fine, but then trying to edit the list of posts will point back to that [wpuf_edit] page which just tries to edit the content of the page (which is just the shortcode) rather than the post.

Viewing 3 replies - 1 through 3 (of 3 total)