• Austin

    (@saustineagencycom)


    I have a never before used fresh install of PODS 2.3.2 downloaded today, 2013-04-19 on WordPress Version: 3.5.1, PHP Version: 5.2.10, MySQL Version: 5.0.77. When I click on “Create New” or “Extend Existing” my browser throws an error and the page won’t open. I have exhausted all troubleshooting steps I can come up with including similar references I see here in Support.
    NOTE the 404 errors thrown by Apache.
    192.168.30.107 – – [19/Apr/2013:14:32:22 -0700] “GET /wpdev/wp-content/plugins/pods/ui/js/jquery.pods.js?ver=2.3.2 HTTP/1.1” 404 2718
    192.168.30.107 – – [19/Apr/2013:14:32:22 -0700] “GET /wpdev/wp-content/plugins/pods/ui/js/jquery.json.js?ver=2.3 HTTP/1.1” 404 2716
    192.168.30.107 – – [19/Apr/2013:14:32:22 -0700] “GET /wpdev/wp-content/plugins/pods/ui/css/smoothness/jquery-ui.custom.css?ver=1.8.16 HTTP/1.1” 404 2730

    http://wordpress.org/extend/plugins/pods/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Contributor pglewis

    (@pglewis)

    I’ve created an issue in the GitHub repository:

    https://github.com/pods-framework/pods/issues/1310

    We can get to the bottom of it.

    Plugin Contributor pglewis

    (@pglewis)

    I’m copying this here from the GitHub issue:

    I haven’t seen anything similar before, I have to wonder if something got botched in the installation process. For starters, I’d try a complete removal then a fresh install through the WordPress plugins in the admin.

    Let us know the results of a fresh install on the GitHub issue at the link above so we can track the progress or close it if it is resolved.

    Thread Starter Austin

    (@saustineagencycom)

    thank you for your quick reply. I have done 4 reinstalls, all with the same results. The browser debugger shows that the URL is trying to redirect to a directory location one level up from where WordPress is installed. When WordPress loads it gets the install location correctly. The only place that an error occurs now is when I select to Create New, or Extend Existing POD.
    Example from Firebug, Console tab:
    TypeError: $(…).Pods is not a function
    https://www.domain.com/wpdev/wp-admin/admin.php?page=pods-add-new
    Line 444
    What you can’t see here is that it is trying to redirect to
    https://www.domain.com/wp-admin/admin.php?page=pods-add-new
    (MISSING wpdev). That is why the “file does not exist” and the 404 error is thrown.
    The POD install is at
    https://www.domain.com/wpdev/wp-content/plugins/pods

    I am using permalinks. Here is my .htaccess
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wpdev/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wpdev/index.php [L]
    </IfModule>
    # END WordPress

    Hello i can not add new POD, get:

    Warning: require(/hmfsw/web/dtc007/grupopangea.com.ar/public_html/wps/wp-content/plugins/pods/ui/admin/setup-add.php) [function.require]: failed to open stream: No such file or directory in \\hmfsw\web\dtc007\grupopangea.com.ar\public_html\wps\wp-content\plugins\pods\classes\PodsView.php on line 292

    Fatal error: require() [function.require]: Failed opening required ‘/hmfsw/web/dtc007/grupopangea.com.ar/public_html/wps/wp-content/plugins/pods/ui/admin/setup-add.php’ (include_path=’.;E:\php5.2\ext;E:\php5.2\PEAR;E:\php5.2\PhpCommon’) in \\hmfsw\web\dtc007\grupopangea.com.ar\public_html\wps\wp-content\plugins\pods\classes\PodsView.php on line 292

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    Try uploading the full Pods folder again, something may have gone wrong that stopped some of the files from uploading initially. Let me know if you have any further trouble.

    i tried uploading the full PODs folder but i get the same error. Can you help me?

    Warning: require(/hmfsw/web/dtc007/grupopangea.com.ar/public_html/wps/wp-content/plugins/pods/ui/admin/setup-add.php) [function.require]: failed to open stream: No such file or directory in \\hmfsw\web\dtc007\grupopangea.com.ar\public_html\wps\wp-content\plugins\pods\classes\PodsView.php on line 292

    Fatal error: require() [function.require]: Failed opening required ‘/hmfsw/web/dtc007/grupopangea.com.ar/public_html/wps/wp-content/plugins/pods/ui/admin/setup-add.php’ (include_path=’.;E:\php5.2\ext;E:\php5.2\PEAR;E:\php5.2\PhpCommon’) in \\hmfsw\web\dtc007\grupopangea.com.ar\public_html\wps\wp-content\plugins\pods\classes\PodsView.php on line 292

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    I’m wondering if your server permissions are set properly. If I were you, I would send that exact message to your hosting provider and have them fix it. The file exists, but isn’t readable by PHP / WordPress.

    thanks, will do that!

    which permissions should i check?

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    I’m not entirely sure, your host should be able to pinpoint the exact problem quickly. This could be a file path issue, a permissions issue, maybe something entirely different.

    One thing is for sure though, it works for everyone else, so there’s something fishy going on and your host can help resolve it from here.

    Ok Scott, thank you again!

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    No problem at all

    Thread Starter Austin

    (@saustineagencycom)

    FYI, my issue was never resolved and I gave up. all files are present, permissions are correct. there has been no response since my most recent post 3 weeks ago.

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    Sorry about that Austin, it’s been difficult to reproduce for us on our side and because of that – the resolution to the issue you’re reporting isn’t possible.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Can not create new Pod’ is closed to new replies.