PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   custom1pal.tmpl (http://www.photopost.com/forum/photopost-pro-installation-upgrades/115268-custom1pal-tmpl.html)

PranK August 14th, 2005 12:39 PM

custom1pal.tmpl
 
Odd problem here.

Editting the above mentioned file displays errors on my gallery index;
Quote:

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /path/to/my/photopost/templates/custom1pal.tmpl on line 6
It appears to be using addslashes but not stripping them as I find crap loads of them in there when I go back in... This is how that file sits atm;

Code:

Content visible to verified customers only.
Thanks for any help.

Christian

Chuck S August 14th, 2005 01:20 PM

That file looks fine and has no slashes in it

PranK August 14th, 2005 01:25 PM

yes i know, thats what i mean, once i save it and reload index, i get the error and when i go back in to check it, its covered in slashes.

Chuck S August 14th, 2005 02:42 PM

You sure you uploaded the new adm-misc.php file?

Link to your phpinfo?

Chuck S August 14th, 2005 02:48 PM

You can try this edit in adm-misc.php

find all lines like this

Code:

Content visible to verified customers only.
replace with this

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 11:55 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97