This object is in archive! 
No subdirectories after install
I am trying the free version, and have sucessfully installed on CentOS 6.3.
I can get to the main overview screen. But cannot get to any other screens.
For example, if I click on Problems on the right side, I get:
The requested URL /ur/responses/problems/status/all was not found on this server.
And there are no subdirectories responses (or others that look like there should be: users, responses). When are these supposed to be created during install?
I did not see any install errors.
I cannot log in, or do anything other than see this overview screen.
After installation, go to .htaccess and on line 12 where "RewriteBase /" instead of / put your installation folder of UseResponse like /folder
Instructions will be revised for all packages
After installation, go to .htaccess and on line 12 where "RewriteBase /" instead of / put your installation folder of UseResponse like /folder
Instructions will be revised for all packages
Stas, I haven't missed that hint during installation. It didn't work. I'm guessing it's something in Apache config. This is my .htaccess:
Stas, I haven't missed that hint during installation. It didn't work. I'm guessing it's something in Apache config. This is my .htaccess:
After installation, go to .htaccess and on line 12 where "RewriteBase /" instead of / put your installation folder of UseResponse like /folder
Instructions will be revised for all packages
After installation, go to .htaccess and on line 12 where "RewriteBase /" instead of / put your installation folder of UseResponse like /folder
Instructions will be revised for all packages
@ttt, Please see updated official answer for the solution. It should work now.
@ttt, Please see updated official answer for the solution. It should work now.
Hi Stas, this does not work for me either.
As you can see, during install, I have set:
RewriteBase /ur/
(and commented out after installation).
All of the UseResponse files are under: /var/www/html/ur
And the DocumentRoot is : /var/www/html
Permissions are set to 755 for /var/www/html/ur
I am still not getting any of the subdirectories created on install.
Hi Stas, this does not work for me either.
As you can see, during install, I have set:
RewriteBase /ur/
(and commented out after installation).
All of the UseResponse files are under: /var/www/html/ur
And the DocumentRoot is : /var/www/html
Permissions are set to 755 for /var/www/html/ur
I am still not getting any of the subdirectories created on install.
Richard,
You don't need to do anything with htaccess before installation. Just use instructions, after UR is installed from official answer. Do you get any error while installation and can you get to the home page after installation?
Richard,
You don't need to do anything with htaccess before installation. Just use instructions, after UR is installed from official answer. Do you get any error while installation and can you get to the home page after installation?
Hi Stas,
Thanks, understand. However, I'm still having problem. Found an error log on install:
[Fri Aug 24 02:37:03 2012] [error] [client 192.168.1.13] PHP Warning: require_once(/var/www/html/ur/application/modules/files/Module.php): failed to open stream: No such file or directory in /var/www/html/ur/installation/index.php on line 1185, referer: http://192.168.1.14/ur/[Fri Aug 24 02:37:03 2012] [error] [client 192.168.1.13] PHP Fatal error: require_once(): Failed opening required '/var/www/html/ur/application/modules/files/Module.php' (include_path='/var/www/html/ur/library') in /var/www/html/ur/installation/index.php on line 1185, referer: http://192.168.1.14/ur/
I dont see any "files" directory under modules in the zip file I downloaded.
Under modules:
Am I missing something?
Thanks.
Hi Stas,
Thanks, understand. However, I'm still having problem. Found an error log on install:
[Fri Aug 24 02:37:03 2012] [error] [client 192.168.1.13] PHP Warning: require_once(/var/www/html/ur/application/modules/files/Module.php): failed to open stream: No such file or directory in /var/www/html/ur/installation/index.php on line 1185, referer: http://192.168.1.14/ur/[Fri Aug 24 02:37:03 2012] [error] [client 192.168.1.13] PHP Fatal error: require_once(): Failed opening required '/var/www/html/ur/application/modules/files/Module.php' (include_path='/var/www/html/ur/library') in /var/www/html/ur/installation/index.php on line 1185, referer: http://192.168.1.14/ur/
I dont see any "files" directory under modules in the zip file I downloaded.
Under modules:
Am I missing something?
Thanks.
Bubba,
Could you please try to extract attached file to /installation folder, clean db, remove application.inc from application/configs if any and make installation one more time?
Let me know if it worked.
Bubba,
Could you please try to extract attached file to /installation folder, clean db, remove application.inc from application/configs if any and make installation one more time?
Let me know if it worked.
Stas,
That has gotten rid of the install error. Now there are no installation errors.
However, I still have no subdirectories. So when I get the the Main Overview screen and click on Problems, I get this error log:
and see this on screen:
The requested URL /ur/responses/problems/status/all was not found on this server.
There is no /var/www/html/ur/responses created.
BTW, I am using PCRE 7.8 (as that is what comes with the stock CentOS).
I am modifying index.php to let this go, as shown in:
https://help.useresponse.com/responses/pcre-79-problem-for-installation-
I didn't think this should be a problem.
Stas,
That has gotten rid of the install error. Now there are no installation errors.
However, I still have no subdirectories. So when I get the the Main Overview screen and click on Problems, I get this error log:
and see this on screen:
The requested URL /ur/responses/problems/status/all was not found on this server.
There is no /var/www/html/ur/responses created.
BTW, I am using PCRE 7.8 (as that is what comes with the stock CentOS).
I am modifying index.php to let this go, as shown in:
https://help.useresponse.com/responses/pcre-79-problem-for-installation-
I didn't think this should be a problem.
I don't think PCRE is a problem, though you need to upgrade to have WYSIWYG work correctly.
Do you have in .htaccess RewriteBase /ur instead of RewriteBase / ?
I don't think PCRE is a problem, though you need to upgrade to have WYSIWYG work correctly.
Do you have in .htaccess RewriteBase /ur instead of RewriteBase / ?
Yes, I did again from clean environment, same results.
Here are my steps:
Yes, I did again from clean environment, same results.
Here are my steps:
Everything is correct, on step 9 you just don't have space between RewriteBase and /ur that is the only incorrect thing I see, so it should be:
Everything is correct, on step 9 you just don't have space between RewriteBase and /ur that is the only incorrect thing I see, so it should be:
Sorry, that was a typo -- there is a space in my .htaccess -- but its still not working???
Any ideas?
What environment is known to work? I am open to trying a known good environment, if CentOS is not well tested.
Sorry, that was a typo -- there is a space in my .htaccess -- but its still not working???
Any ideas?
What environment is known to work? I am open to trying a known good environment, if CentOS is not well tested.
It should either work on Centos or Debian or Windows, except FreeBSD where you won't have Zend Guard Loader to be installed.. possible issue is with mod_rewrite in apache.
Though we are limited in providing you support, as support is not included in free package. We could help you if you had commercial package. Sorry.
Try another environment on another server. it should work - just download new package from Pricing page.
It should either work on Centos or Debian or Windows, except FreeBSD where you won't have Zend Guard Loader to be installed.. possible issue is with mod_rewrite in apache.
Though we are limited in providing you support, as support is not included in free package. We could help you if you had commercial package. Sorry.
Try another environment on another server. it should work - just download new package from Pricing page.
Hi Stas,
I've now installed a clean Debian 6.0.5 system with UseResponse 2.0.1, and have the SAME problem -- no subdirectories created.
I am able to install with no errors, (and now PCRE is on the right version).
Something is either wrong in the free package, or the instructions, so I don't think you should mark this as "solved".
Hi Stas,
I've now installed a clean Debian 6.0.5 system with UseResponse 2.0.1, and have the SAME problem -- no subdirectories created.
I am able to install with no errors, (and now PCRE is on the right version).
Something is either wrong in the free package, or the instructions, so I don't think you should mark this as "solved".
Bubba, if it's not working for you, please don't use folders. Install useresponse on just domain or sub domain like domain.com
Bubba, if it's not working for you, please don't use folders. Install useresponse on just domain or sub domain like domain.com
Hi Stas,
I have tried without any subdirectories (i.e on the main DocumentRoot).
So, I am now using the unmodified installation instructions.
I get the exact same results (no support directories created) on both CentOS and Debian. It appears to install correctly (get all green checks, and no error logs). But then I can only get to the main Overview screen, and nothing else works.
Thanks!
Hi Stas,
I have tried without any subdirectories (i.e on the main DocumentRoot).
So, I am now using the unmodified installation instructions.
I get the exact same results (no support directories created) on both CentOS and Debian. It appears to install correctly (get all green checks, and no error logs). But then I can only get to the main Overview screen, and nothing else works.
Thanks!
Bubba,
I couldn't get it working either - the RewriteBase parameter didn't work by itself. After some playing with Apache config I finally got it working. Here is my (very simple) config:
As you can see my useresponse directory is /srv/useresponse. RewriteBase points to /useresponse.
Hope this helps
Bubba,
I couldn't get it working either - the RewriteBase parameter didn't work by itself. After some playing with Apache config I finally got it working. Here is my (very simple) config:
As you can see my useresponse directory is /srv/useresponse. RewriteBase points to /useresponse.
Hope this helps
Hi tttt and Stas,
Thanks for your tips and helps!
After coming back to this, I was able to get it to work.
My problem is that I am not that experienced with setting up web servers.
I found in httpd.conf, I needed to change:
to
Not sure if this is something that would be good to have in the install docs, in case other inexperienced persons like myself may get caught.
Anyway, at least I get to try this product out and see how it works.
Hope this helps someone else.
Cheers.
Hi tttt and Stas,
Thanks for your tips and helps!
After coming back to this, I was able to get it to work.
My problem is that I am not that experienced with setting up web servers.
I found in httpd.conf, I needed to change:
to
Not sure if this is something that would be good to have in the install docs, in case other inexperienced persons like myself may get caught.
Anyway, at least I get to try this product out and see how it works.
Hope this helps someone else.
Cheers.
I have the same problem with rewrite rules.
I installed useresponse_free_2.0.1 to the root of my apache. /var/www/<here are files of useresponse>. Installation was ok, all marks were green, zend loader is installed.
But all requests except main page return 404.
I've tried to replace index.php in installation folder on index.php attached here, it didn't help. Also I replaced AllowOverride to All, but it didn't help too.
What information can I provide to you?
I have the same problem with rewrite rules.
I installed useresponse_free_2.0.1 to the root of my apache. /var/www/<here are files of useresponse>. Installation was ok, all marks were green, zend loader is installed.
But all requests except main page return 404.
I've tried to replace index.php in installation folder on index.php attached here, it didn't help. Also I replaced AllowOverride to All, but it didn't help too.
What information can I provide to you?
same problem
same problem
What type of server you are using? Apache, nginx or IIS?
What type of server you are using? Apache, nginx or IIS?
I have a problem solved switching module rewrite in Apache2
I have a problem solved switching module rewrite in Apache2
Replies have been locked on this page!