10 years ago
Topic

Hi .. I have a project with Joomla 2.5.11 and SEBLOD version 3.1.1.
In this project, I made an application to create simple fields with some attachments.
On the back end I can create and edit information correctly, however, the front-end app does not save the information (or creates or allows editing).

At the front-end form arrives to open normally and allows me to edit, but when you click the save button it returns to the blank form, without creating the new article and without displaying a message ...
What can be happening? Because the back-end work and the front end does not, as the list of fields is the same in both forms?

Get a VIP membership
Raj
10 years ago
1
Level 1

Hi,

I am getting same behaviour post upgrade to seblod 3.1. I am having following specification.


PHP Built On Linux p3nlhg473.shr.prod.phx3.secureserver.net 2.6.32-358.6.1.el6.cve20132094.x86_64 #1 SMP Tue May 14 15:27:28 CDT 2013 x86_64
Database Version 5.0.96-log
Database Collation utf8_general_ci
PHP Version 5.3.21
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 2.5.11 Stable [ Ember ] 26-April-2013 14:00 GMT
Joomla! Platform Version Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0

Raj
10 years ago
0
Level 2

Hi, I am expecting some urgent help from community as my website post migration is stand still.

10 years ago
1
Level 1

Hi,

Many of us got the same problem after upgrade to Seblod v3. It comes from a jQuery conflict between Seblod and another component on the front-end side .. look at your template and try using Firebug to locate the bug. In my personal case, it was a slideshow module that I had to remove.

Hope it can help ..

10 years ago
0
Level 2

Very many thanks flovertaco ...

I removed the following snippet in my template and now started functioning normally:

<script src="/<?php echo $template_path ?>/js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
     jQuery.noConflict();
</script>

Problem solved!!

Raj
10 years ago
0
Level 1

Thanks for your help. I resolved my site as well using same method.

Get a Book for SEBLOD