Hi reynaldo
Quote:
JackJ:
Trying to reproduce your error here without any success
I see you are running XOOPS from within a dir. I will try with that next and see if I can get your error.
Thanks for reporting.
No I am not running XOOPS within a directory
In a further post you asked for paths etc:
Editing a news article and clicking on "Edit" from News page (works fine)
http://www.macambridge.com/modules/news/admin/index.php?op=edit&storyid=36Editing a news article and clicking on "Edit" an individual article from News Admin
Browser Path
http://www.macambridge.com/admin-index-op-edit-storyid-36.htmlError:
Warning: chdir(): No such file or directory (errno 2) in /home/macambri/public_html/loadpage.php on line 74
I am using chapis spaw news hack
Clicking on Edit Article in Soapbox
Error
http://www.macambridge.com/admin-article-op-mod-articleID-1.htmlWarning: chdir(): No such file or directory (errno 2) in /home/macambri/public_html/loadpage.php on line 74
Warning: main(article.php): failed to open stream: No such file or directory in /home/macambri/public_html/loadpage.php on line 76
Warning: main(): Failed opening 'article.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/macambri/public_html/loadpage.php on line 76
Edit just noticed its the same with editing a wfsections article:
http://www.macambridge.com/admin-index-op-edit-articleid-1.htmlerror
Warning: chdir(): No such file or directory (errno 2) in /home/macambri/public_html/loadpage.php on line 74
I have XOOPS 2.06, all the other paths working fine so far. I downloaded your latest hack and using your htaccess
#If you have already a custom .htaccess file, just
# add the following lines to the end of it.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^.*\.html loadpage.php [L]
RewriteRule ^$ loadpage.php [L]
Edit: I cant edit anything in any module, same error, must be something throwing the paths off in admin. But if its working for others, I dont know what it might be in my setup thats causing this
thanks