Loading...
 
Features / Usability

Features / Usability


URGENT help requested: "&" in a page name will kill the page

posts: 55

We have a Tikiwiki installation that is going quite well but one of our users just renamed a page to "Connecting People, Issues & Directions"

This resulted in the page not being able to be accessed and returning the following error
"Invalid variable value : page = Connecting People, Issues & Directions"'

If I have access to the database can I just edit the database to remove the "&" out of the name. What table woudl I look in and will this have other impacts.

Can I patch out Tiki install so this does not happen to another unfortunate person

Any assistance very greategully received

Peter

posts: 80 Austria
Edit the database, table tiki-pages, the value to search is "pageName".
posts: 55

> Edit the database, table tiki-pages, the value to search is "pageName".

Perfect ... yes now all I got to do it to convince the admin of the system to allow me to access the table or get him to take 5 mins and replace the "&" with "and".

I am admin of the tiki site ... is there any way I can access the contents of the page using the

 Plugin disabled
Plugin sql cannot be executed.


plugin

Peter Evans


posts: 80 Austria

> We have a Tikiwiki installation that is going quite well but one of our users just renamed a page to "Connecting People, Issues & Directions"
>
> This resulted in the page not being able to be accessed and returning the following error
> "Invalid variable value : page = Connecting People, Issues & Directions"'
>
> If I have access to the database can I just edit the database to remove the "&" out of the name. What table woudl I look in and will this have other impacts.
>
> Can I patch out Tiki install so this does not happen to another unfortunate person
>
> Any assistance very greategully received
>
> Peter
>
You could try to export it:
Admin- Wiki- generate dump: tiki-admin.php?page=wiki&dump=1
Then you download this dump wink