Posted by techtweaker on May 20, 2009 at 5:01pm
Jump to:
| Project: | Zina |
| Version: | 6.x-1.10 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I'm attempting to change the (default) base path alias from "music" to "artists" and the setting is not taking effect. Zina is still sitting at "/music". "/artists" displays "Page can not be found"
I've cleared all caches in Drupal and Zina, and have ran through all the administrative Zina rebuilding or cleanup functions, and am not getting anywhere. Am I missing or misinterpreting something? Thanks in advance.
Drupal 6.10
Zina Mod 6.x-1.10
LAMP Platform
Apache 2.2.11
MySQL 5.0.75
PHP 5.2.9
Comments
#1
Clean url hack is not what you want. Turn that off.
You're going to need to edit the zina.module file. At the top of the file change the next line to what you want.
define('__ZINA__', 'music');
Then you'll have to update the module, by going to Drupals module menu and hitting return.
#2
That did the trick, thanks again.