Quote from: mtheuma at Jul 01, 2009, 12:35 PM
Here’s the latest...
I did a clean install of MODx Evolution 1.0RC using XAMPP on Windows. I created a couple of dummy documents and checked Link List - it was working fine.
I then imported the database from my hosted MODx install - after doing this Link List stopped working.
So could it be a database problem?
Thanks,
Matt
This could be misleading because file permissions are not an issue on XAMPP/Windows, so you could still have a file permission problem on the remote.
-
☆ A M B ☆
- 2,213 Posts
Well ignore my advice as it’s geared towards linux hosting... Hopefully Aaron from OneSmartHost sees you post as he has experience with the windows/modx relation.
-
☆ A M B ☆
- 711 Posts
Hi mtheuma,
Thanks for the email could you confirm if the menu icon is not or appearing or if when you click on it nothing happens?
Thanks Aaron
-
☆ A M B ☆
- 24,524 Posts
I would suspect something in one of your document’s titles that is killing the javascript. Any interesting characters in any of your pagetitles?
-
☆ A M B ☆
- 711 Posts
Do you have this folder in your MODx install
assets\plugins\tinymce212\jscripts\tiny_mce\plugins\advlink
Also when you get the insert / link popup right click in the window and select view source do you see a section of code like
<td><input id="href" name="href" type="text" value="" onchange="selectByValue(this.form,’linklisthref’,this.value);" /></td>
<td id="hrefbrowsercontainer"> </td>
</tr>
</table></td>
</tr>
<tr id="linklisthrefrow">
<td class="column1"><label for="linklisthref">{$lang_link_list}</label></td>
<td colspan="2" id="linklisthrefcontainer"> </td>
-
☆ A M B ☆
- 711 Posts
Quote from: sottwell at Jul 02, 2009, 05:48 AM
I would suspect something in one of your document’s titles that is killing the javascript. Any interesting characters in any of your pagetitles?
I have just logged into the manager of the site and firefox error console showed an error with a pagetitle containing this within the pagetitle
Original Page title : "You’ve"
The error console showed this chars You’ve
After editing the pagetitle and saving the link list now works, very strange I guess the extra formatting came in from somewhere.