Purchase Task Cron Mailer Pro
| A custom ProjectFork process delivering task email notifications to users via cronjob. |
Read me prior to purchasing! All pricing in AUD |
Purchase iCal Calendar Subscription Pro
A custom panel for ProjectFork 3.0.x providing export of Project Calendar to iCal |
| All pricing in AUD |
Purchase PF Project Status Module
| A configurable Joomla module that displays your Projectfork Project percent completed Status with animated progress bar. |
This is a Joomla Module compatible with Joomla 1.7.x |
Purchase PF Task Times CB Plugin
| A configurable Community Builder plugin that displays your Projectfork task times in your CB profile and allows you to export to CSV. |
This is a Community Builder Plugin compatible with Joomla 1.7.x, CB 1.7.x and requires Projectfork (3.0.x) to be installed. |
Purchase Project and File Uploads Limiter
| A custom ProjectFork process and Joomla plugin that limits the number of Projects a user can create and the number of files a user can upload. |
File upload limits work with both Filemanager and Filemanager Pro |
Purchase PF Assigned Tasks CB plugin
| A Community Builder plugin that displays your Projectfork assigned tasks in your CB profile. |
This is a Community Builder Plugin compatible with Joomla 1.7.x, CB 1.7.x and requires Projectfork (3.0.x) to be installed. |
Purchase Reports Dashboard Pro Stable 1.0.3
| Reports Dashboard Pro for ProjectFork v3.0.x and Joomla 1.5, Joomla 1.6 and Joomla 1.7 |
| Read me prior to purchasing! All pricing in AUD |
Coming Soon: Reply By Email and Project Export/Import
| Reply By Email: A custom ProjectFork process that will enable users to reply to comments and discussions directly from their inbox! No longer will you need to log into Projectfork to reply to a posted comment! |
Due for release Mid February 2012! |
| Project Export/Import: A custom ProjectFork process that will enable users to export/import their Projects, tasks, milestones to/from Excel. |
Due for release Late February 2012! |
|
Welcome,
Guest
|
Solved: Country/Territory : Input not authorized
(1 viewing) (1) Guest
|
TOPIC: Solved: Country/Territory : Input not authorized
Solved: Country/Territory : Input not authorized 1 year, 8 months ago #59
|
Whenever France (includes Monaco) is elected or France Metropolitan my users get ther error.
Country/Territory : Input not authorized If I select this from the backend I get the same error/ Special characters (), were causing the errors. I removed them from the country descriptions and it works just fine now. |
|
Last Edit: 1 year, 8 months ago by abj9562.
|
Re:Solved: Country/Territory : Input not authorized 1 year, 8 months ago #62
|
The best solution is to add those characters into the validation regex expressions that are found in the countrystatefield.php file.
The 2 validation regex expressions are located on lines: 141 and 194 and should look like this: $validated = preg_match('/^[A-Za-z- _\']+$/', $value);change them to allow the parenthesis characters like so: $validated = preg_match('/^[A-Za-z-() _\']+$/', $value); |
|
|
|
Time to create page: 0.25 seconds