Hi

the module creates some paths in directory html_export/ but there are no files. (some permision errors are reported in watchdog)
Php safe mode is off.
There seems to be a problem with clean urls too.

Have you an idea?

Comments

btopro’s picture

Status: Active » Postponed (maintainer needs more info)

ummm...are you using rc2 or the full 5.x-1.0? rc2 did have issues w/ clean urls and permissions at times. If you're still having these issues in the full version then let me know but I believe they are corrected.

Horst77’s picture

I'm using the full 5.x-1.0 version. clean urls module is disabled after run of html export and there are no files created only folders.

btopro’s picture

Version: 5.x-1.0-rc2 » 5.x-1.0

hmmm... few other questions:

Private or Public files in Drupal?
Is this a shared hosting or your own?
Are you getting any errors?
How many nodes (approx) are we talking about publishing?

If it's disabling clean urls then that means it isn't running correctly (duh, as you probably already knew that ;) ) because the last command it executes is turning clean urls back on if they were on originally. This means the script is probably taking too long to execute and is failing to finish (been having similar issues w/ my cron myself).

If this sounds like it might be the case based on the size of your site then it should be (hopefully) fixed up whenever I get around to making a progress bar to do more progressive publishing instead of all at once. Could you run it again and copy the errors you get into another follow up comment.

Horst77’s picture

Hi

my errors:
eg. dir(sites/all) [function.dir]: failed to open dir: Permission denied row 2
mkdir() [function.mkdir]: No such file or directory in row 198
copy(sites/all/files/html_export/export1219922481/sites/all/files/CS_Premium-Stern2.jpg) [function.copy]: failed to open stream: No such file or directory in 194

But the directorys are created. eg. modules,sites ,themes...
regards
horst

btopro’s picture

ummm.....couple things:

Where do you store your modules that are contributed (same question for themes)
What is the path to your site on the server
what is the path to your site (http wise if it's a live one).
what are the permissions on yourdrupalsite/sites and sites/all

Horst77’s picture

Hi

modules are stored as in site/all/modules
permissions is 775
r'gards

horst

btopro’s picture

Status: Postponed (maintainer needs more info) » Postponed

wow....no clue :\ . Maybe this will go away in the next version when I do some rewriting of how the engine works.

btopro’s picture

Version: 5.x-1.0 » 6.x-2.0-alpha1
Priority: Critical » Normal
Status: Postponed » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.