PDA

View Full Version : Trouble editing styles


Alan Van Vliet
12th of November 2008 (Wed), 07:15
When I try to edit a style, I click on edit and get a blank page in I.E. 7. When I check properties, it shows 0 bytes, but when checking the file it exists as a small scripting file.

Any thoughts? Thanks for any help!!!

AL

malum
12th of November 2008 (Wed), 08:45
Have you tried editing the files directly?
It doesn't solve your problem but as a work around you can get to the files

malum
12th of November 2008 (Wed), 09:02
BTW it's behaving the same way for me. In Firefox and IE 6
My FTP is down at the minute though so it may be something to do with that, check that your FTP is working

Alan Van Vliet
12th of November 2008 (Wed), 09:12
Will do. Thanks for the response. AL

DLP
27th of February 2009 (Fri), 18:44
I'm having trouble with this too. Is there a solution or does it just not work as designed? This thread seems to left hanging.

Pekka
28th of February 2009 (Sat), 09:04
Editing style files in EE Admin requires that:
- your server's ftp server is on and it has been set up with correct permissions to create files in template folders.
- you have set up "EE home ftp server" in FTP Server Setup properly. All test must pass. It is preferred to select "EE internal ftp library" as FTP engine.

DLP
28th of February 2009 (Sat), 21:44
I'm not sure where the problem is. I have EE setup on my Mac at home to do the upgrade from 1.5 to 2.02 and to experiment with before I upload to my host server. My Mac has MAMP installed and I have enabled FTP sharing. I am using localhost for my FTP server. MAMP uses port 8888 for apache and 8889 for mySQL. Using Filezilla to navigate to my gallery folder the path shows up as /Users/Steve/Sites/gallery so I have /Users/Steve/Sites/gallery/test for the test folder and /Users/Steve/Sites/gallery for ftp path to EE root.

With FTP engine set at "PHP ftp module" and "passive" and "do incremental" selected I get the following test results:
FTP Sever Setup test: all green
LIST STRUCTURE: all green except EE ROOT FOLDER: NOT FOUND
EE Home FTP Server test: all green
FIND EE ROOT: test report just says FIND FTP PATH FOR EE HOME and nothing else. Messages has a bunch of this kind of stuff:
msg 136943 | internal ftp: LISTING ALL

0 =>
name =>
size =>
date =>
dir =>0
With FTP ENGINE set to "EE internal ftp library" I get errors like this:

msg 137282 | internal ftp: EXIT DONE.
msg 137281 | internal ftp: data sockets closed
msg 137280 | internal ftp: command sockets closed
msg 137279 | internal ftp: passive mode failed, can not go on...
possible reasons:
- passive mode is not enabled for your ftp account.
- firewall in either this server or remote ftp server blocks ports available in ftp server's passive mode port range.
- connection was terminated before PASV command.
msg 137278 | internal ftp: PASV: 425 Can't open passive connection: Address family not supported by protocol family.
msg 137277 | internal ftp: PASV
msg 137276 | internal ftp: LOCAL: WORKING DIRECTORY IS '/Users/Steve/Sites/gallery/test'
msg 137275 | internal ftp: PWD: 257 "/Users/Steve/Sites/gallery/test" is the current directory.
msg 137274 | internal ftp: PWD
msg 137273 | internal ftp: LOCAL: Working directory changed to '/Users/Steve/Sites/gallery/test'
msg 137272 | internal ftp: CWD: 250 CWD command successful.
msg 137271 | internal ftp: CWD /Users/Steve/Sites/gallery/test
msg 137270 | internal ftp: LOCAL: WORKING DIRECTORY IS '/Users/Steve'
msg 137269 | internal ftp: PWD: 257 "/Users/Steve" is the current directory.
msg 137268 | internal ftp: PWD
msg 137267 | internal ftp: TYPE: 200 Type set to I.
msg 137266 | internal ftp: TYPE I
msg 137265 | internal ftp: PASS: 230 User Steve logged in.
msg 137264 | internal ftp: PASS *******
msg 137263 | internal ftp: USER: 331 Password required for Steve.
msg 137262 | internal ftp: USER Steve
msg 137261 | internal ftp: CONNECT: 220 localhost FTP server (tnftpd 20061217) ready.
msg 137260 | internal ftp: localhost
msg 137259 | internal ftp: local: FTP PATH FINDER PROCEDURE STARTED
msg 137258 | internal ftp: local
----------------------------------------------------------------------------------------

I also have a test setup of 2.02 on a subdomain on my host server at Wiredtree and I have a similar except it doesn't give me "can't open passive connection" errors

Both of these upload and resize files ok.

Hope you can help with this. I have been wanting to get the upgrade do for 2 years but haven't had the time to devote to it.

Thanks,
Steve

Pekka
1st of March 2009 (Sun), 07:10
Perhaps you're on IPv6 enabled network?

If you Google "Address family not supported by protocol family" you get e.g.

"What you are experiencing is the standard 10.2.x problem.
Apple have screwed up their BPF (Berkeley Packet Filter) implementation. "

DLP
1st of March 2009 (Sun), 13:07
Perhaps you're on IPv6 enabled network?
All I can see in network settings is:
IPv6:
Configuration Method: Automatic

I don't know anything about IPv6.


"What you are experiencing is the standard 10.2.x problem.
Apple have screwed up their BPF (Berkeley Packet Filter) implementation. "This looks like a OS10.2 issue. I am running 10.5.6

My test setup on my host server at http://www.wiredtree.com/ allows me to edit the stylesheet (last time I tried it I didn't think it did) so it must something in my home setup.

DLP
1st of March 2009 (Sun), 16:35
Actually the EE I have on my hosted server, even though it allows me to edit the stylesheets, has errors when I do FTP server tests. The results seem contradictory. I get the following:

FTP Servers:
test now: all green
LIST STRUCTURE: FOUND EE ROOT FOLDER IN FTP PATHS: NOT FOUND

EE Home FTP Server:
test now: all green (including CHECK IF EE HOME DIRECTORY: OK
FIND EE ROOT: The report just says FIND FTP PATH FOR EE HOME and nothing else. What should it say?

If EE Home FTP server test says EE root is OK why does the LIST SRUCTURE say not found? is this a bug?

Pekka
2nd of March 2009 (Mon), 20:28
If EE home is not found in "EE home ftp server" test then ftp editor can not work as it can not find tmp folder(s).

Use any standard ftp client and browse to EE installation folder where you see file "this_is_ee20.php". Give ftp command PWD . It shows you the ftp path you need to input in "ftp path to EE root" textarea. Update ftp servers and try again.