Bug: upgrade script needed to convert/remove full path for relative path for profile extensions
Reported by dleffler | December 31st, 2011 @ 03:14 PM | in 2.0.4 (closed)
Several tables hold entries with a full path instead of a relative path making it difficult to move a test install out of a subfolder into the root folder. In particular, the profile extensions will crash the system if any are activated prior to the move.
- exponent_news
- exponent_orders
- exponent_profileextension
- exponent_text
As it stands, the overrides.php file is set to the subfolder name and can easily be edited by hand.
Comments and changes to this ticket
-
expNinja December 31st, 2011 @ 06:26 PM
- Milestone set to 2.0.4
- Milestone order changed from 137 to 0
(from [7ce52f92d71d9c47a5fe4d2e4eb49644cc3564f1]) Should fix most problems by now using a relative path for inserted graphics and user profile extensions. Still needs an upgrade script to remove existing profile extensions paths. [#456 owner:dleffler milestone:2.0.4] https://github.com/exponentcms/exponent-cms/commit/7ce52f92d71d9c47...
-
expNinja January 10th, 2012 @ 11:05 PM
- State changed from open to resolved
(from [421071499282ffb510405afd57525869f0a3603d]) Adds new upgrade script to fix bad paths in user profile extensions and default avatar. Also updates the fix_database upgrade script to only run when upgrading from OLD versions. [#456 #458 state:resolved] https://github.com/exponentcms/exponent-cms/commit/421071499282ffb5...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
People watching this ticket
Tags
Referenced by
- 458 Bug: Upgrade script needed to change Default user avatar set to 'URL FULL .' (from [421071499282ffb510405afd57525869f0a3603d]) Adds ne...