Hi,
I was searching Forum for an answer about Flash uploader wrong path and found none.
My problem is that when trying to upload with Flash uploader the path which is generated is wrong:
"/modules/modules/?r=photos/albums/my/add_objects HTTP/1.1"
which is wrong and generates 404 error. (Note: double modules/modules in the generated path)
I've created symbolic link "modules" inside the modules directory that points back to modules and flash uploading is working, but that isn't the solution that I'm looking for becouse the loop link is not very good idea (I've done it just for testing).
I would like to know where to change it in Dolphin file(s) to correct the path problem.
The settings in a file inc/header.inc.php are set like this:
define('BX_DOL_URL_MODULES', $site['url'] . 'modules/' );
and
define('BX_DIRECTORY_PATH_MODULES', $dir['root'] . 'modules/' );
(I am not using permalinks nor .httaccess files due to fact that my site is not running on Apache but lighttpd server)
Can someone please help me about this problem?
same goes for video uploads using Flash uploader
Regards
Mayki