Closed lmhansen closed 10 years ago
Is where the replacement is made - it checks for http
and appends it to the base URL if it can't find it.
I do have the latest version (from github). When you say the admin page, are you referring to salsa? If so, the base is salsa4.salsalabs.com. Here’s the URL where the event is messing up: http://gaspgroup.org/event/toxic-city-encore.
I don’t have any trouble with forms or petitions, though.
Michael Hansen PR Strategist and Co-Founder, Mud Pie Creative Lab Cell: 205.285.7170 Email: michael@mudpiecreativelab.com Twitter: @MudPieLab
On Jul 9, 2014, at 2:03 PM, Scott Duncombe notifications@github.com wrote:
Is where the replacement is made - it checks for http and appends it to the base URL if it can't find it.
Are you using the latest version of SalsaPress (from github - not WordPress) When you visit the admin page - what does it show for your base URL on the configuration page? — Reply to this email directly or view it on GitHub.
I mean the page in your WordPress page: http://gaspgroup.org/wp-admin/admin.php?page=salsa
Ah. Well, the same thing (salsa4.salsalabs.com).
Michael Hansen PR Strategist and Co-Founder, Mud Pie Creative Lab Cell: 205.285.7170 Email: michael@mudpiecreativelab.com Twitter: @MudPieLab
On Jul 9, 2014, at 3:50 PM, Scott Duncombe notifications@github.com wrote:
I mean the page in your WordPress page: http://gaspgroup.org/wp-admin/admin.php?page=salsa — Reply to this email directly or view it on GitHub.
5b9e9446ee17cf85c6de0fccdd6917fb04c7f09d should resolve things
Brilliant — that worked! Thanks a ton!
Michael Hansen PR Strategist and Co-Founder, Mud Pie Creative Lab Cell: 205.285.7170 Email: michael@mudpiecreativelab.com Twitter: @MudPieLab
On Jul 9, 2014, at 3:56 PM, Scott Duncombe notifications@github.com wrote:
5b9e9446ee17cf85c6de0fccdd6917fb04c7f09d
Good stuff
Hi-
When I embed an event into a page, it renders an invalid URL: "https://http//salsa4.salsalabs.com..."
I tried to go through the code and figure it out, but I am clueless. It looks like it's trying to switch from http-->https, and is not being completed due to a missing ":" in the http part. I don't even know where to begin to look for this. Everything is good on the back end of the website, though, and the plugin works for forms and petitions. Thoughts?