Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-24T17:40:12-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=596 2012-01-24T17:40:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=61467#p61467 <![CDATA[Re: Plugin not loading properly]]>
I'm glad you were able to figure it out. :)

Statistics: Posted by Eduan — January 24th, 2012, 5:40 pm


]]>
2012-01-24T13:06:40-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=61400#p61400 <![CDATA[Re: Plugin not loading properly]]> Statistics: Posted by aliferis — January 24th, 2012, 1:06 pm


]]>
2010-11-24T16:11:10-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=4871#p4871 <![CDATA[Re: Plugin not loading properly]]>
Time to take a break and clear my head.

Statistics: Posted by josefresco — November 24th, 2010, 4:11 pm


]]>
2010-11-24T16:04:30-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=4870#p4870 <![CDATA[Re: Plugin not loading properly]]>
The plugin installs (I've tried several fresh installs) but the General Options page shows as one giant page/form without each section collapsed as I see in the videos, and much of the functionality does not work specifically adding custom user fields.

I tried the solutions above but still was unable to get the General Options screen to load with the JS needed to function.

Any ideas?

Statistics: Posted by josefresco — November 24th, 2010, 4:04 pm


]]>
2010-11-22T15:35:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=4840#p4840 <![CDATA[Re: Plugin not loading properly]]> Statistics: Posted by crushthenet — November 22nd, 2010, 3:35 pm


]]>
2010-11-22T10:59:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=4832#p4832 <![CDATA[Re: Plugin not loading properly]]> Statistics: Posted by bjolley2 — November 22nd, 2010, 10:59 am


]]>
2010-08-27T13:41:34-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=2618#p2618 <![CDATA[Re: Plugin not loading properly]]>
dethier wrote:
Finally, figured out the source of the problem. And as I thought it was something simple. It has been my habit when keeping all the WordPress files in a subdirectory to MOVE the index.php file in the /wordpress/ directory to the root directory of the web folder and modify it so that WordPress loads with http://mywebsite.com. This is a carry-over from the days when you needed to do this with WordPress for these kind of setups. What I didn't realize is that index.php is NEEDED in the WordPress directory so that WordPress will load and s2member can do the necessary redirects depending on the variables passed in the $_GET array.

I copied back the index.php file into my /wordpress/ directory (modified to original contents) and left my modified index.php in the root directory. I reinstalled s2member and everything is now working as expected.

If anybody else stumbles across this problem make sure you have the original index.php file in your whatever sub-directory is hosting your WordPress files.

Awesome work. Thank you VERY much for reporting this important issue, along with a fix!
~ Excellent. ( promoting you to "Experienced" )

Statistics: Posted by Jason Caldwell — August 27th, 2010, 1:41 pm


]]>
2010-08-22T23:25:44-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=2518#p2518 <![CDATA[Re: Plugin not loading properly]]> http://mywebsite.com. This is a carry-over from the days when you needed to do this with WordPress for these kind of setups. What I didn't realize is that index.php is NEEDED in the WordPress directory so that WordPress will load and s2member can do the necessary redirects depending on the variables passed in the $_GET array.

I copied back the index.php file into my /wordpress/ directory (modified to original contents) and left my modified index.php in the root directory. I reinstalled s2member and everything is now working as expected.

If anybody else stumbles across this problem make sure you have the original index.php file in your whatever sub-directory is hosting your WordPress files.

Statistics: Posted by dethier — August 22nd, 2010, 11:25 pm


]]>
2010-08-22T22:19:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=2517#p2517 <![CDATA[Re: Plugin not loading properly]]>
Code:
get_bloginfo("wpurl")
reference that does not actually point to something in the "wpurl" directory I've had to add "/wp-admin/" before the "?ws_plugin..." in order to get everything working.

For some reason, the default setup pointing to my "wordpress" directory (which is what all my wordpress files are installed in - i.e. http://mywebsite.com/wordpress/) will end up displaying the contents of my wordpress directory. I know I'm probably missing something simple here that will fix it but in the meantime I find having everything point to "wordpress/wp-admin/" seems to have fixed it...

Statistics: Posted by dethier — August 22nd, 2010, 10:19 pm


]]>
2010-08-20T22:55:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=2514#p2514 <![CDATA[Re: Plugin not loading properly]]>
On line 199 I added '/wp-admin/' before '/?ws_plugin...etc.' resulting in this:

Code:
wp_enqueue_script ("ws-plugin--s2member-menu-pages", get_bloginfo ("wpurl") . "/wp-admin/?ws_plugin__s2member_menu_pages_js=1", array ("jquery", "thickbox", "media-upload"), $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["options_version"] . $GLOBALS["WS_PLUGIN__"]["s2member"]["c"]["filemtime"]);


On line 222 I did the same resulting in this:
Code:
wp_enqueue_style ("ws-plugin--s2member-menu-pages", get_bloginfo ("wpurl") . "/wp-admin/?ws_plugin__s2member_menu_pages_css=1", array ("thickbox"), $GLOBALS["WS_PLUGIN__"]["s2member"]["o"]["options_version"] . $GLOBALS["WS_PLUGIN__"]["s2member"]["c"]["filemtime"], "all");


Everything gets loaded correctly for me now.

Statistics: Posted by dethier — August 20th, 2010, 10:55 pm


]]>
2010-08-20T22:47:41-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=2513#p2513 <![CDATA[Re: Plugin not loading properly]]> Statistics: Posted by dethier — August 20th, 2010, 10:47 pm


]]>
2010-08-20T21:13:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=2511#p2511 <![CDATA[Re: Plugin not loading properly]]>
I just got through trying re-installing the plugin manually in case there was a glitch with the WordPress auto-install. Still getting the problem. Guess I'm going to have to bug-fix the code :(

Here's the errors I'm getting in my browser console (both in firefox and chrome -> these messages are from firefox)

Code:
Error: The stylesheet http://organizeseries.com/wordpress/?ws_plugin__s2member_menu_pages_css=1&ver=1.01282357156 was not loaded because its MIME type, "text/html", is not "text/css".
Source File: http://organizeseries.com/wordpress/wp-admin/admin.php?page=ws-plugin--s2member-options
Line: 0


And the second one:
Code:
Error: syntax error
Source File: http://organizeseries.com/wordpress/?ws_plugin__s2member_menu_pages_js=1&ver=1.01282357156
Line: 1
Source Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

Statistics: Posted by dethier — August 20th, 2010, 9:13 pm


]]>
2010-08-19T14:02:38-05:00 http://www.primothemes.com/forums/viewtopic.php?t=596&p=2486#p2486 <![CDATA[Plugin not loading properly]]>
I have uninstalled the plugin, have reinstalled wordpress, but still no luck.

Any ideas?

Cheers

Statistics: Posted by Guest — August 19th, 2010, 2:02 pm


]]>