Page 1 of 1

Re: Need Help with Orders module, stuck at billing info form

Posted: Mon Jul 18, 2011 7:01 pm
by noosphere
Same here...Order 1.12.8 :-(

Still investigating the cause... please somebody help is needed.

Re: Need Help with Orders module, stuck at billing info form

Posted: Tue Jul 19, 2011 1:04 am
by Lahuindai
I'm having the same issue, after processing a payment for SelfRegistration Payed package the user does not receive the completed email. Paypal does send them a payment confirmation email though.

Item is stuck in pending and user is not pushed to FEU

System Information:
----------------------------------------------

Cms Version: 1.9.2

Installed Modules:

CMSMailer: 2.0
FileManager: 1.0.3
MenuManager: 1.7.4
ModuleManager: 1.4
News: 2.11
nuSOAP: 1.0.2
Printing: 1.1.1
Search: 1.6.8
ThemeManager: 1.1.3
TinyMCE: 2.8.2
FormBuilder: 0.7
PaypalGateway: 2.3.5
CGUserDirectory: 1.2.4
CGEcommerceBase: 1.3.2
CustomContent: 1.7.3
CGExtensions: 1.26.3
FrontEndUsers: 1.12.16
SelfRegistration: 1.6.10
CGSimpleSmarty: 1.4.8
Orders: 1.12.8
Products: 2.13.1
Cart: 1.8.1
CGPaymentGatewayBase: 1.0.10
FRTaxes: 1.1.1


Config Information:

php_memory_limit:
process_whole_template: false
output_compression: false
max_upload_size: 12000000
default_upload_permission: 664
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true


Php Information:

phpversion: 5.2.14
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
memory_limit: 128M
max_execution_time: 300
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 12M
upload_max_filesize: 12M
session_save_path: C:\windows\Temp (0777)
session_use_cookies: On (True)
xml_function: On (True)


Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.0.90


----------------------------------------------

Re: Need Help with Orders module, stuck at billing info form

Posted: Fri Jul 29, 2011 9:37 am
by noosphere
I found out that disabling mod_rewrite helps in my case.
of course .htaccess is correctly set following CMSMS guidelines.
So it must be something related to PHP 5.3 or server settings...

If you need pretty urls, try overwriting the

Code: Select all

{$formstart}
in your templates with your custom form start tag where action is always "/"...like this:

Code: Select all

<form id="######moduleform_2" method="post" action="/">
This worked for me...
Hope it helps ;-)