yea, i have another test account on the main account which is the connected account
markin
TakeMyMoney: so the customer on the connected account has a card on file (and you're logged into the connected account's dashboard), and you're using the connected account's access token to create the charge?
TakeMyMoney
correct
markin
Then I'd email support@stripe.com and make sure to reference the iar_ of the log request
TakeMyMoney
ok
zachsnow joined the channel
zachsnow has quit
Raj_ has quit
gwendall joined the channel
markin what is the iar_
nm
markin
the request number from the stripe logs
TakeMyMoney
lol
yea i see it
gwendall has quit
sakcraig joined the channel
irctc566
Markin you there?
shalecraig joined the channel
we tried editing out that line
I switched Stripe to test mode
switched out live publishable and secret keys for test kills
markin
yeah, I'm here
irctc566
in index.html and process.php files
and it's not working
I'm getting internal server error
even tho the verisign green check is coming up when I put my card info in
markin
your index.html still has the live key for Stripe checkout
for some reason there is still some old Stripe.js code in there
irctc566
well that's weird
ok let me fix key issue
the js code I don't understand tho..
markin
you don't need js code for what you're doing
sakcraig has quit
aracodex12 has quit
irctc566
well the key is correct
still not working..
should I remove the js code and see if that works?
markin
the js isn't even being called because you don't have jquery included
cuz if it's unmanaged all this stuff is on you, their support won't really help unless the particular agent you're talking to is in a good mood :D
irctc566
yeah it's managed
fully managed vps
Seventoes
k :D
dqsf_ joined the channel
irctc566
last year there was a database issue
corrupt tables
from another longstanding issue
instead of fixing it the tech terminated my server
started a new one
handed me a blank site
it was surreal
Seventoes
if the disk was screwed i can see that happening
irctc566
I'm like.. you know you just effectively ended a 6 figure business, right?
Seventoes
disk goes bad an no backups = you get a new server, nothing else that can be done.
irctc566
well they spent the next 12 hrs restoring the site from multiple backups
|ShortCode|
That long? Wow...
irctc566
actually more like 10
it was a bitch.
end result: Rebuilding Apache will resolve the 'stock' module issues: PDO, pdo_sqlite, pdo_mysql. Once this has completed I can resolve the issues with the non-stock modules: magickwand, imagick, oauth, uploadprogress, and ixed. EasyApache will take some time, usually around 40 minutes sometimes up to an hour
thank you Markin you have been great.
Seventoes
welcome to the wonderful world of PHP! *puke*
dqsf_ has quit
|ShortCode|
C'mon Seventoes :P
Seventoes
*continues puking* :D
markin
Long live Node!
Seventoes
that ^
|ShortCode|
Node, has it share of problems as well.
goddard
with the pre-built form how can I just use text with my own class to launch the script?
just updated the stripe gem and everything is a go now...
markin
TakeMyMoney: what?
yay!
TakeMyMoney
lol
shalecraig has quit
sakcraig joined the channel
_DB has quit
sakcraig_ has quit
pokoleo joined the channel
sakcraig has quit
sakcraig joined the channel
shalecraig joined the channel
|ShortCode| has quit
pokoleo has quit
aracodex12 has quit
sakcraig has quit
pokoleo joined the channel
kellysutton has quit
shalecraig has quit
irctc566
Markin you there?
markin
irctc566: yup
irctc566
got it working
fucking local php.ini file
here's the blurb from the page you pasted that got us headed in the right direction..
Also, if you are in a shared hosting environment which is upgrading its PHP to 5.4 and running into this kind of problem try removing your local php.ini and using the default php.ini on the server instead. I had two web apps break as a result of a shared host's upgrade to PHP 5.4 and in both cases simply removing (renaming actually) the local php.ini file fixed the problem.
aracodex12 joined the channel
markin
sweet
irctc566
so that little blurb I found was the issue? Dan Pock Not fully; but it was definitely related. I believe the blurb you found was caused by the local php.ini, but the errors causing it to fail were related to the modules being messed up. This would fully explain why even the 'phpinfo' page was having issues when I had tried to set one up.