You are not logged in.
Hi all.
I’ve released the first installment of txpmobile to those who signed up on txpmobile.com so looking for your requests help with moving it forward.
The latest version comes as a admin theme, no more extra files or changing the index file to make it work. Download the file and upload it to your textpattern theme folder.
New Install
Upgrading from 0.1, 0.2, or 0.3
Feel free to post pics of what it looks like on platforms other than iPhone.
You can download the latest version now
Previous versions
0.3 http://txpmobile.com/file_download/2
0.2 http://txpmobile.com/file_download/1
Help develop it?
I have managed to get the code up on github – go check it out, all help is welcome
Last edited by oliverker (2011-06-25 18:25:29)
Offline
I’m getting, “Warning: Cannot modify header information – headers already sent by (output started at /home/me/public_html/textpattern/index.php:7) in /home/me/public_html/textpattern/index.php on line 201”
Last edited by babyben (2010-07-21 17:14:08)
Offline
Just installed it on my site, when going to the /textpattern part of my site on my desktop I get the following errors (this is prior to logging in, it is where the login screen is):
Warning: Cannot modify header information - headers already sent by (output started at /path/to/my/txp/install/textpattern/index.php:7) in /path/to/my/txp/install/textpattern/index.php on line 201Warning: Cannot modify header information - headers already sent by (output started at /path/to/my/txp/install/textpattern/index.php:7) in /path/to/my/txp/install/textpattern/include/txp_auth.php on line 154Warning: Cannot modify header information - headers already sent by (output started at /path/to/my/txp/install/textpattern/index.php:7) in /path/to/my/txp/install/textpattern/include/txp_auth.php on line 155I modified the line you said to modify in index.php, I have changed the location that I pasted to protect the security of my server.After logging in, just the first error line remains at the top of the screen. On the iPod Touch, I cannot even get to a login screen even after changing the theme in admin to the txpmobile on my desktop. On the iPod, I get the same as the first error, but the line number changes to 43.
Last edited by kritoke (2010-07-21 17:14:03)
Offline
Ben and Kritoke.
Sorry, seems I forgot to include the clasic theme in the txpmobile/theme/ folder – so make a copy and move across?
Im going to update the download
Thanks guys
Offline
Copied the classic folder into that txpmobile/theme folder and it allowed me to login on the iPod Touch, but the same error about header persists. I like the initial write interface, it is smartly done. I tried doing a test post to one section of my site and it kicked me back to the login screen without posting the content. It appears to do the kicking out after going to one section, I tried going to images, it worked, then tried going elsewhere and it kicked me out. On my desktop, it would not even let me log in. It appears that it may be some kind of cookie issue, but I am not sure.
Last edited by kritoke (2010-07-21 17:43:05)
Offline
kritoke wrote:
I tried doing a test post to one section of my site and it kicked me back to the login screen without posting the content.
Hi try the download again, I have altered the textpattern/index.php file, it was my fault that I altered something I shouldn’t
That is all (and added the clasic theme to txpmobile/theme
I’m not sure about the errors, see if the new index file fixes it?
Thanks for you help, much appreciated.
Offline
Massive amount of errors, looks like whatever was added in index.php added an additional /textpattern. . This is on the desktop version. The mobile version appears to have the same kicking out error, but no new errors.
I changed in the desktop portion of the index.php: define("txpath", dirname(__FILE__).'/textpattern'); to define("txpath", dirname(__FILE__)); and it fixed the errors, but it no longer lets me login on the desktop side.
Last edited by kritoke (2010-07-21 18:12:31)
Offline
kritoke wrote:
I changed in the desktop portion of the index.php:
define("txpath", dirname(__FILE__).'/textpattern');todefine("txpath", dirname(__FILE__));and it fixed the errors, but it no longer lets me login on the desktop side.
It won’t work without the textpattern bit, that is from the standard index file…
Offline
I extracted that zip file to an old version of my site on a wamp server and the normal admin when switched the txpadmin worked fine, no errors at all. The ipod had tons of errors, but its due to file location issues with the config being for unix-based and it being on a windows box. This makes me think there is some kind of permissions issue on the linux server that my site is on.
One other thing to note, is that my linux server is running litespeed rather than apache on my windows box. Not sure if that would cause issues with php not working right or not.
Last edited by kritoke (2010-07-21 18:43:44)
Offline