Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several issues on setup #19

Closed
theonlydoo opened this issue Jun 28, 2012 · 5 comments
Closed

Several issues on setup #19

theonlydoo opened this issue Jun 28, 2012 · 5 comments

Comments

@theonlydoo
Copy link

As the INSTALL doc was pretty simple, I followed it, but I experienced some issues :

at first, I didn't get any captcha even if I activated them in application/config/stikked.php,
I thought it was a typical pebkac, but then I disabled it to paste without captcha, and i get that error :

The requested URL /view/c738d9f8 was not found on this server.

so I created the /view folder, and chown'd it, but it didn't fixed my issue ...

@theonlydoo
Copy link
Author

File does not exist: /var/www/paste/htdocs/view/2dcd9293, referer: http://paste.mydomain.net
I tried to uncomment the RewriteBase in .htaccess
like here :
#8
But it didn't worked either :(

@molsky
Copy link

molsky commented Jul 9, 2012

I have also the same problem with fresh Ubuntu Server 12.04 installation.

Installed packages: apache2, mysql-server, mysql-client, php5, php5-mysql, php5-curl, php5-gd, libapache2-mod-php5 & libapache2-mod-auth-mysql.

Stikked's home page works fine but there all the links are broken and I can't send new paste's. Everytime I got the "The requested URL /stikked/xxx was not found on this server." error message.

Tried this but it didn't help: #8

Also tried to edit settings in stikked.php and config.php files but still got the same error page.

@claudehohl
Copy link
Owner

The rewrite rule in the .htaccess must be allowed by the apache config.

My virtual host entry looks like this: http://paste.scratchbook.ch/view/dcfed468

The important line is "AllowOverride All".

@ghost
Copy link

ghost commented Jun 6, 2014

Hello i have the same problem

my serveur ubuntu 12.04
to install i do this 👍

cd /var/www
git clone https://github.com/claudehohl/Stikked.git
sudo nano /etc/apache2/sites-available/default

i add this 👍

Alias /Stikked/ "/var/www/Stikked/htdocs/"
        <Directory "/var/www/Stikked/htdocs/">
                Options +FollowSymLinks
                AllowOverride All
                Order allow,deny
                Allow from all
        </Directory>

But when i m going on the page i have this error 👍

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

what is wrong please ?

@Owned67
Copy link

Owned67 commented Jan 25, 2016

Enable reqrite for apache2 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants