The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 158 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
PostPosted: Thu Jul 05, 2012 1:20 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Oct 25, 2011 9:48 pm
Posts: 40
Location: UK
Well, it doesnt work for me. I have no idea what to put into the PHPadmin page.

Entered the code in like people said, then it said you have to choose a column? errmmm, lost!

So then I chose 'menu', and then entered it again, and then nothing, it just keeps saying about columns lol

screen shot ere me lovelies ---> http://dl.dropbox.com/u/25972171/phpadmin1.JPG

anyone??? tumbleweed rolls :D


Last edited by livelongflyhigh on Fri Jul 06, 2012 9:52 am, edited 2 times in total.

Top
 Profile  
 
PostPosted: Thu Jul 05, 2012 8:45 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
well I really replied to you because I didn't understand about "myprefix" and it was clear after your explanation
I used the query with "j16_prefix" and it is working for now. I can't tell you if it completely fixed the bug. I did some tests in the menus and the order is ok


Top
 Profile  
 
PostPosted: Fri Jul 06, 2012 12:27 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Oct 25, 2011 9:48 pm
Posts: 40
Location: UK
haha, well, ok ;) it doesnt work for me, i'm just going to wait for a joomla update, hopefully whoever makes joomla will work in the bug fix into the next release. joomla is getting less user friendly for the beginner


Top
 Profile  
 
PostPosted: Fri Jul 06, 2012 4:02 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Jul 06, 2012 3:59 pm
Posts: 1
I would also like to know how to do this code in PHPADMIN too please. Enter it as above, but nothing happens, says error choose column, so I chose menu, submit query again, says error again.


Top
 Profile  
 
PostPosted: Tue Jul 10, 2012 10:46 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Sep 11, 2007 5:39 pm
Posts: 12
If you have logged into phpMyAdmin and selected the appropriate Joomla database, then you can try the following:

Go to the SQL input section/tab (not the Search/Query section).

Input the query in the box using this format: UPDATE {YOUR_PREFIX}_menu SET ordering=0

An example query for 1.7 would be:
UPDATE j17_menu SET ordering=0

For 2.5 it may look like this:
UPDATE j25_menu SET ordering=0

Then click the "Go" button to process the SQL query.


Top
 Profile  
 
PostPosted: Tue Jul 10, 2012 11:59 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
I did it and worked fine in the localhost ( I always do in the localhost first)
When I tried to do the same procedure online the DB end up with a message "You have to choose at least one column to display".
I think it is the same problem he is referring above
Which is the column I have to choose... is it _myprefixmenu?


Top
 Profile  
 
PostPosted: Wed Jul 11, 2012 12:34 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Oct 25, 2011 9:48 pm
Posts: 40
Location: UK
Thankyou nceagle!! I have successfully done it. Just hope that this is the final solution to the menu bug, time will tell ^^

[Mod Note: Multiple Bumps post by you deleted. Please do not bump your messages. Read the Forum Rules for full details.


Top
 Profile  
 
 Post subject: menu ordering
PostPosted: Wed Jul 18, 2012 11:29 am 
User avatar
Joomla! Intern
Joomla! Intern

Joined: Tue Sep 01, 2009 12:10 am
Posts: 60
Location: melbourne, australia
Yup just had the bad luck of this coming up on my site too.
tried to migrate a site from 1.5 to 2.5 and now the menu ordering issues seams to appear out of the blue in 2.5, tried ordering it many times and it then just jumps back. it only ever effects one menu item...

Any help guys would be of great use.

_________________
Joseph Fernandez from 3rddesign.com
http://www.3rddesign.com/web-design/joomla-web-design.html


Top
 Profile  
 
PostPosted: Fri Jul 20, 2012 8:26 am 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
The procedure above at SQL worked for me


Top
 Profile  
 
PostPosted: Sun Aug 19, 2012 12:38 am 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
I added the query to fix the menu order issue and it is working fine so, yesterday I have to make some changes in category and received a error message bellow:

Code:
Save failed with the following error: CategoriesTableCategory: :rebuildPath Failed - Unknown column 'ordering' in 'field list' SQL=UPDATE j16_categories SET path = 'level1' , ordering = 0 WHERE id = 40


I think it is related with the last query I added in SQL. What can I do to fix it?


Top
 Profile  
 
PostPosted: Sun Aug 19, 2012 9:53 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Sat Apr 05, 2008 9:58 pm
Posts: 23363
Location: @Webdongle
suttie wrote:
...
I think it is related with the last query I added in SQL. What can I do to fix it?

Install the backup that you made before you edited the database.

_________________
http://weblinksonline.co.uk/joomla-faq.html


Top
 Profile  
 
PostPosted: Sun Aug 19, 2012 7:41 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
I don't have that backup anymore.
I uploaded some things after the changes on DB and that backup was obsolete.
Can I do something in DB?


Top
 Profile  
 
PostPosted: Sun Aug 19, 2012 7:53 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Sat Apr 05, 2008 9:58 pm
Posts: 23363
Location: @Webdongle
suttie wrote:
...
Can I do something in DB?

Problem is that without knowing what you did to the database it is difficult to know how to fix it. If you can remember exactly what you changed then you can alter the database to before you changed it.

Try the database tab in Joomla see if it will fix anything ?

_________________
http://weblinksonline.co.uk/joomla-faq.html


Top
 Profile  
 
PostPosted: Mon Aug 20, 2012 8:20 am 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
I have just add a query bellow to fix the order of the menus

UPDATE j16_menu SET ordering=0

I already tried the DB tab in joomla but it is the same.


Top
 Profile  
 
PostPosted: Mon Aug 20, 2012 10:43 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Sat Apr 05, 2008 9:58 pm
Posts: 23363
Location: @Webdongle
suttie wrote:
I have just add a query bellow to fix the order of the menus

UPDATE j16_menu SET ordering=0...

Then it is most likely that is not the cause of your problem

_________________
http://weblinksonline.co.uk/joomla-faq.html


Top
 Profile  
 
PostPosted: Mon Aug 20, 2012 8:48 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
I didn't do any other thing... only the normal joomla and jce updates
and added more articles in the previous categories and menus.
What do you think is the reason for this error


Top
 Profile  
 
PostPosted: Mon Aug 20, 2012 10:30 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Sat Apr 05, 2008 9:58 pm
Posts: 23363
Location: @Webdongle
suttie wrote:
...
What do you think is the reason for this error

Methinks the 'UPDATE j16_menu SET ordering=0..' is a fix for sites that were originally 1.5 and then upgraded to 1.6(or above). If the site was not upgraded from an original 1.5 ... then applying that fix may have confused things ?

_________________
http://weblinksonline.co.uk/joomla-faq.html


Top
 Profile  
 
PostPosted: Tue Aug 21, 2012 6:33 am 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
Yes, the site was originally 1.5 and has been updated since.
This updates are the issues. If the site was not so big I would redo it with a new version

I have done another site with a clean version joomla 2.5 and everything flows smoothly


Top
 Profile  
 
PostPosted: Tue Aug 21, 2012 10:17 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Sat Apr 05, 2008 9:58 pm
Posts: 23363
Location: @Webdongle
Perhaps contact the authors of the extension you used to upgrade from 1.5. They may know what went wrong during the upgrade that caused your issue ?

_________________
http://weblinksonline.co.uk/joomla-faq.html


Top
 Profile  
 
PostPosted: Tue Aug 21, 2012 11:26 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Nov 19, 2006 12:56 am
Posts: 19
Location: UK
My client's site was 1.5...

I used JUpgrade to bring it to 1.6, then again to 2.5 - in two stages. That worked, but something keeps sticking the phrase 'com-rsform-plugins' in the database somewhere.

The only way I found to fix the URL thing was to rebuild the menu, but that's been breaking the ordering - and it takes ages to manually blue-arrow 300 items back into place! :'(

But... The SQL command has fixed it! THANK YOU! :D

My guess about what's happening is this: normal upgrades from 1.5 to the newer builds reset the menu ordering along the way, but this is perhaps skipped with the upgrade tools. So then you're left with two ordering systems fighting over the menu - and the rebuild button (which is designed for 1.6/2.5) gets confused because the ordering values in the database are anything other than '0'. I would imagine that this might be why the SQL isn't working for people who went from 1.5 to 1.6/2.5 manually...

Anyway, I'm off to repeatedly hit the rebuild button now, just because I can... :p

Very best,

Paul

_________________
Paul E
Web Developer @ Joomla Guy (http://joomlaguy.co.uk)


Top
 Profile  
 
PostPosted: Tue Aug 21, 2012 2:40 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Sat Apr 05, 2008 9:58 pm
Posts: 23363
Location: @Webdongle
Jazzi wrote:
...
something keeps sticking the phrase 'com-rsform-plugins' in the database somewhere....

Then your problem is caused by the alterations to the database tables that you made with rsform ?

_________________
http://weblinksonline.co.uk/joomla-faq.html


Top
 Profile  
 
PostPosted: Tue Aug 21, 2012 2:59 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Nov 19, 2006 12:56 am
Posts: 19
Location: UK
Webdongle wrote:
Then your problem is caused by the alterations to the database tables that you made with rsform ?


To be honest, I'm not sure what's causing the URL insertion - but that was only the reason for me discovering the problem with the menu ordering in the first place! ;) Now the menu ordering/rebuilding works properly, it'll only take a second to fix the URL issues!

Paul

_________________
Paul E
Web Developer @ Joomla Guy (http://joomlaguy.co.uk)


Top
 Profile  
 
PostPosted: Tue Aug 21, 2012 8:58 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
Well, I used jupgrade to upgrade 1.5 to 1.6. After this upgrade I have done without extension and it worked fine. This issue with menu order started after upgrade to 2.5. It didn't have in the previous version.

I added this query
Code:
'UPDATE j16_menu SET ordering=0"
and it really fix this issue with menu Everything seemed to be ok until I have to change something in the category which received this message
Code:
Save failed with the following error: CategoriesTableCategory: :rebuildPath Failed - Unknown column 'ordering' in 'field list' SQL=UPDATE j16_categories SET path = 'level1' , ordering = 0 WHERE id = 40


I don't know who is the person I have to contact for helping me with this issue.
Something I can do in DB. Can I delete this query? how can I do it?
Probably if I delete the query the menu will mess up again but at least I can continue to make changes the category and menu in the website, if it is necessary


Top
 Profile  
 
PostPosted: Tue Aug 21, 2012 11:10 pm 
User avatar
Joomla! Master
Joomla! Master

Joined: Sat Apr 05, 2008 9:58 pm
Posts: 23363
Location: @Webdongle
@suttie please run the Forum Post Assistant

_________________
http://weblinksonline.co.uk/joomla-faq.html


Top
 Profile  
 
PostPosted: Wed Aug 22, 2012 8:13 am 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
I copy the result but I have no idea about.


Problem Description :: Forum Post Assistant (v1.2.1) : 22nd August 2012 wrote:
save failed categories
Log/Error Message :: Forum Post Assistant (v1.2.1) : 22nd August 2012 wrote:
Save failed with the following error: CategoriesTableCategory: :rebuildPath Failed - Unknown column \'ordering\' in \'field list\' SQL=UPDATE j16_categories SET path = \'photoshop/ps\' , ordering = 0 WHERE id = 41
Actions Taken To Resolve by Forum Post Assistant (v1.2.1) 22nd August 2012 wrote:
Previously I had added a query \'UPDATE j16_menu SET ordering=0\" because the menu order were completely messed up
Forum Post Assistant (v1.2.1) : 22nd August 2012 wrote:
Basic Environment :: wrote:
Joomla! Instance :: Joomla! 2.5.6-Stable (Ember) 19-June-2012
Joomla! Platform :: Joomla Platform 11.4.0-Stable (Brian Kernighan) 03-Jan-2012
Joomla! Configured :: Yes | Read-Only (444) | Owner: 852 (uid: /gid: ) | Group: 849 (gid: ) | Valid For: 2.5 and above
Configuration Options :: Offline: 0 | SEF: 1 | SEF Suffix: 0 | SEF ReWrite: 0 | .htaccess/web.config: No | GZip: 0 | Cache: 0 | FTP Layer: 0 | SSL: 0 | Error Reporting: default | Site Debug: 0 | Language Debug: 0 | Default Access: 1 | Unicode Slugs: 0 | Database Credentials Present: Yes

Host Configuration :: OS: Linux | OS Version: 2.6.18-408.el5.lve0.8.58 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate | Doc Root: /home/sag/public_html/arttractive.net | System TMP Writable: Yes

PHP Configuration :: Version: 5.2.17 | PHP API: cgi-fcgi | Session Path Writable: Unknown | Display Errors: | Error Reporting: 6135 | Log Errors To: | Last Known Error: | Register Globals: | Magic Quotes: 1 | Safe Mode: | Open Base: | Uploads: 1 | Max. Upload Size: 200M | Max. POST Size: 400M | Max. Input Time: 60 | Max. Execution Time: 30 | Memory Limit: 192M

MySQL Configuration :: Version: 5.1.63-cll (Client:5.1.63) | Host: --protected-- (--protected--) | Collation: latin1_swedish_ci (Character Set: latin1) | Database Size: 11.25 MiB | #of _FPA_TABLE: 110
Detailed Environment :: wrote:
PHP Extensions :: date (5.2.17) | libxml () | openssl () | pcre () | zlib (1.1) | bcmath () | bz2 () | calendar () | ctype () | curl () | dom (20031129) | hash (1.0) | filter (0.11.0) | ftp () | gd () | gettext () | session () | iconv () | standard (5.2.17) | json (1.2.1) | mbstring () | mcrypt () | mhash () | mime_magic (0.1) | mysql (1.0) | SimpleXML (0.1) | pgsql () | pspell () | Reflection (0.1) | imap () | SPL (0.2) | mysqli (0.1) | soap () | sockets () | exif (1.4 $Id: exif.c 293036 2010-01-03 09:23:27Z sebastian $) | tokenizer (0.1) | wddx () | xml () | xmlreader (0.1) | xmlrpc (0.51) | xmlwriter (0.1) | xsl (0.1) | zip (1.8.11) | cgi-fcgi () | timezonedb () | suhosin (0.9.31) | dbase (5.1.0) | PDO (1.0.4dev) | pdo_sqlite (1.0.1) | SQLite (2.0-dev) | pdo_mysql (1.0.2) | ionCube Loader () | Zend Optimizer () | Zend Engine (2.2.0) |
Potential Missing Extensions ::

Switch User Environment (Experimental) :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Custom SU (LiteSpeed/Cloud/Grid): No
Potential Ownership Issues: Maybe
Folder Permissions :: wrote:
Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) |

Elevated Permissions (First 10) :: None
Extensions Discovered :: wrote:
Components :: SITE :: WF_AUTOSAVE_TITLE (2.2.5.3) | WF_LAYER_TITLE (2.2.5.3) | WF_TEXTCASE_TITLE (2.2.5.3) | WF_PRINT_TITLE (2.2.5.3) | WF_FULLSCREEN_TITLE (2.2.5.3) | WF_PREVIEW_TITLE (2.2.5.3) | WF_VISUALBLOCKS_TITLE (2.2.5.3) | WF_BROWSER_TITLE (2.2.5.3) | WF_VISUALCHARS_TITLE (2.2.5.3) | WF_SPELLCHECKER_TITLE (2.2.5.3) | WF_SOURCE_TITLE (2.2.5.3) | WF_DIRECTIONALITY_TITLE (2.2.5.3) | WF_NONBREAKING_TITLE (2.2.5.3) | WF_CLEANUP_TITLE (2.2.5.3) | WF_MEDIA_TITLE (2.2.5.3) | WF_ANCHOR_TITLE (2.2.5.3) | WF_INLINEPOPUPS_TITLE (2.2.5.3) | WF_SEARCHREPLACE_TITLE (2.2.5.3) | WF_IMGMANAGER_TITLE (2.2.5.3) | WF_ARTICLE_TITLE (2.2.5.3) | WF_CONTEXTMENU_TITLE (2.2.5.3) | WF_LINK_TITLE (2.2.5.3) | WF_PASTE_TITLE (2.2.5.3) | WF_XHTMLXTRAS_TITLE (2.2.5.3) | WF_TABLE_TITLE (2.2.5.3) | WF_KITCHENSINK_TITLE (2.2.5.3) | WF_STYLE_TITLE (2.2.5.3) | WF_LINK_SEARCH_TITLE (2.2.5.3) | WF_POPUPS_JCEMEDIABOX_TITLE (2.2.5.3) | WF_POPUPS_WINDOW_TITLE (2.2.5.3) | WF_AGGREGATOR_YOUTUBE_TITLE (2.2.5.3) | WF_AGGREGATOR_VIMEO_TITLE (2.2.5.3) | WF_MEDIAPLAYER_JCEPLAYER_TITLE (2.2.5.3) | WF_LINKS_JOOMLALINKS_TITLE (2.2.5.3) | WF_FILESYSTEM_JOOMLA_TITLE (2.2.5.3) | com_mailto (2.5.0) | com_wrapper (2.5.0) |
Components :: ADMIN :: com_plugins (2.5.0) | com_cpanel (2.5.0) | com_modules (2.5.0) | JComments (2.3.0) | com_redirect (2.5.0) | com_joomlaupdate (2.5.0) | com_messages (2.5.0) | com_finder (2.5.0) | com_installer (2.5.0) | com_languages (2.5.0) | com_templates (2.5.0) | com_media (2.5.0) | com_menus (2.5.0) | Unknown (-) | JCE (2.2.5.3) | Editor - JCE (2.2.5.3) | JCE File Browser (2.0.0) | plg_quickicon_jcefilebrowser (2.5.0) | com_banners (2.5.0) | com_weblinks (2.5.0) | com_newsfeeds (2.5.0) | com_admin (2.5.0) | com_categories (2.5.0) | com_cache (2.5.0) | com_checkin (2.5.0) | com_content (2.5.0) | com_search (2.5.0) | com_login (2.5.0) | com_config (2.5.0) | com_users (2.5.0) |

Modules :: SITE :: mod_syndicate (2.5.0) | mod_footer (2.5.0) | mod_wrapper (2.5.0) | mod_banners (2.5.0) | mod_articles_categories (2.5.0) | mod_articles_archive (2.5.0) | mod_articles_news (2.5.0) | mod_articles_latest (2.5.0) | mod_stats (2.5.0) | mod_login (2.5.0) | mod_finder (2.5.0) | mod_custom (2.5.0) | mod_users_latest (2.5.0) | mod_breadcrumbs (2.5.0) | mod_random_image (2.5.0) | mod_languages (2.5.0) | mod_articles_popular (2.5.0) | mod_menu (2.5.0) | mod_related_items (2.5.0) | mod_search (2.5.0) | mod_weblinks (2.5.0) | mod_feed (2.5.0) | mod_articles_category (2.5.0) | mod_whosonline (2.5.0) |
Modules :: ADMIN :: mod_version (2.5.0) | mod_popular (2.5.0) | mod_multilangstatus (2.5.0) | mod_title (2.5.0) | mod_login (2.5.0) | mod_latest (2.5.0) | mod_submenu (2.5.0) | mod_quickicon (2.5.0) | mod_custom (2.5.0) | mod_unread (1.6.0) | mod_online (1.6.0) | mod_status (2.5.0) | mod_toolbar (2.5.0) | mod_menu (2.5.0) | mod_feed (2.5.0) | mod_logged (2.5.0) |

Plugins :: SITE :: plg_search_content (2.5.0) | plg_search_newsfeeds (2.5.0) | plg_search_jcomments (1.0) | plg_search_categories (2.5.0) | plg_search_weblinks (2.5.0) | plg_search_contacts (2.5.0) | plg_user_profile (2.5.0) | plg_user_contactcreator (2.5.0) | plg_user_joomla (2.5.0) | plg_user_jcomments (1.0) | Content - Facebook Like And Sh (4.3) | plg_content_geshi (2.5.0) | AllVideos (by JoomlaWorks) (4.4) | plg_content_joomla (2.5.0) | plg_content_loadmodule (2.5.0) | plg_content_jcomments (1.0) | plg_content_pagebreak (2.5.0) | plg_content_finder (2.5.0) | plg_content_pagenavigation (2.5.0) | plg_content_vote (2.5.0) | plg_content_emailcloak (2.5.0) | plg_system_logout (2.5.0) | plg_system_languagecode (2.5.0) | plg_system_log (2.5.0) | plg_system_cache (2.5.0) | plg_system_p3p (2.5.0) | plg_system_remember (2.5.0) | System - JCE MediaBox (1.1.4) | plg_system_debug (2.5.0) | plg_system_jcomments (1.0) | plg_system_sef (2.5.0) | plg_system_languagefilter (2.5.0) | System - AntiCopy (1.2) | plg_system_redirect (2.5.0) | plg_system_highlight (2.5.0) | plg_captcha_recaptcha (2.5.0) | plg_extension_joomla (2.5.0) | plg_editors-xtd_image (2.5.0) | plg_editors-xtd_readmore (2.5.0) | plg_editors-xtd_jcommentsoff (1.0) | plg_editors-xtd_jcommentson (1.0) | plg_editors-xtd_article (2.5.0) | plg_editors-xtd_pagebreak (2.5.0) | plg_editors_tinymce (3.5.2) | plg_editors_codemirror (1.0) | Editor - JCE (2.2.5.3) | plg_authentication_joomla (2.5.0) | plg_authentication_gmail (2.5.0) | plg_authentication_ldap (2.5.0) | plg_quickicon_jcefilebrowser (2.5.0) | plg_quickicon_extensionupdate (2.5.0) | plg_quickicon_joomlaupdate (2.5.0) | plg_finder_content (2.5.0) | plg_finder_newsfeeds (2.5.0) | plg_finder_categories (2.5.0) | plg_finder_weblinks (2.5.0) | plg_finder_contacts (2.5.0) |
Templates Discovered :: wrote:
Templates :: SITE :: beez5 (2.5.0) | AS 002023 (2.1.0) | mod_whosonline (1.6.0) | beez_20 (2.5.0) | atomic (2.5.0) |
Templates :: ADMIN :: bluestork (2.5.0) | hathor (2.5.0) |


Last edited by ooffick on Mon Aug 27, 2012 3:19 pm, edited 1 time in total.
Mod Note: Fixed FPA post


Top
 Profile  
 
PostPosted: Fri Aug 24, 2012 2:39 am 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
What can I do with this result?


Top
 Profile  
 
PostPosted: Wed Aug 29, 2012 1:15 pm 
Joomla! Intern
Joomla! Intern

Joined: Wed Dec 13, 2006 11:23 pm
Posts: 76
I also have the menu re-ordering problem, on Joomla 2.5.6. This site was migrated from 1.5 using SP Upgrade. (Although I see that others have the problem with fresh installs,too.)

I have read all posts in this thread to-date, and have tried all of the suggestions except the core hack - and I have not tried re-creating menu items. Like others, the problem seems to be corrected, then unexpectedly re-occurs. I have not mass-changed the ordering field to zero in the database, but I have successfully re-ordered by plugging in correct order integers in the database. I have since learned that I can always succeed in re-ordering by using the "Ordering" field in the menu-item edit window.

But whatever I do to re-order menu items, eventually the menus re-order themselves.

I would really like to hear that Joomla developers at least acknowledge that this is a problem and it is being worked - or that someone has found a work-around that sticks.


Top
 Profile  
 
PostPosted: Wed Aug 29, 2012 4:11 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Nov 19, 2006 12:56 am
Posts: 19
Location: UK
Well, the zeroing of the database is still working for me - in fact, I used the same technique on two more (client) sites that were exhibiting the same problems; the technique has fixed them all. :)

Best,

Paul

_________________
Paul E
Web Developer @ Joomla Guy (http://joomlaguy.co.uk)


Top
 Profile  
 
PostPosted: Tue Sep 04, 2012 1:53 am 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon Aug 24, 2009 5:05 am
Posts: 143
The zeroing of the database was also working for me until the time that another problem appeared due this change at the DB. Now I just would like to know how to delete this change from DB to allow me to edit categories on my site.


Top
 Profile  
 
PostPosted: Tue Sep 04, 2012 2:38 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Nov 19, 2006 12:56 am
Posts: 19
Location: UK
You can't really 'delete' the change as such. Assuming you made a backup before the change then all you need to do is restore that...

_________________
Paul E
Web Developer @ Joomla Guy (http://joomlaguy.co.uk)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 158 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next



Who is online

Users browsing this forum: Peteranger and 15 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group