Check file permissions again check your .htaccess RewriteBase value check the error log file system/tastyigniter/logs/logs.php
Unable to install: license agreement page reload itself
Try this solution https://forum.tastyigniter.com/thread-89-post-307.html#pid307
Hello Sampoyigi I have the same problem in my web: license agreement page reload itself and the admin page is right and then it gets bad (look at the image)
this is the image bug:
Hi guys here is the solution: https://forum.tastyigniter.com/thread-327.html
I'm intrigued by this software but I'm having a little bit of a problem during the installation.
The (apparently common) white page problem was simply solved by adding a few permits to files and directory, the installation now starts and show the license agreement page. Clicking on "continue" just reload this page, though.
Any hints?
Checked permissions and all files are chmod +rw, all directory chmod a+rwx. No changes. RewriteBase value is correct in the root .htaccess, wasn't present in setup/.htaccess or admin/.htaccess but still no changes. I activated an extended log but no error reported: INFO - 2016-06-21 09:45:58 --> Database Driver Class Initialized INFO - 2016-06-21 09:45:58 --> Base Controller Class Initialized INFO - 2016-06-21 09:45:58 --> Session: Class initialized using 'files' driver. DEBUG - 2016-06-21 09:45:58 --> Config file loaded: /home/bottegat/public_html/orders/system/tastyigniter/config/alert.php INFO - 2016-06-21 09:45:58 --> Setup_model Model Class Initialized DEBUG - 2016-06-21 09:45:58 --> File loaded: /home/bottegat/public_html/orders/setup/views/header.php DEBUG - 2016-06-21 09:45:58 --> File loaded: /home/bottegat/public_html/orders/setup/views/license.php DEBUG - 2016-06-21 09:45:58 --> File loaded: /home/bottegat/public_html/orders/setup/views/footer.php INFO - 2016-06-21 09:45:58 --> Final output sent to browser DEBUG - 2016-06-21 09:45:58 --> Total execution time: 0.0196 INFO - 2016-06-21 09:45:58 --> Config Class Initialized INFO - 2016-06-21 09:45:58 --> Hooks Class Initialized DEBUG - 2016-06-21 09:45:58 --> UTF-8 Support Enabled INFO - 2016-06-21 09:45:58 --> Utf8 Class Initialized INFO - 2016-06-21 09:45:58 --> URI Class Initialized DEBUG - 2016-06-21 09:45:58 --> No URI present. Default controller set. INFO - 2016-06-21 09:45:58 --> Router Class Initialized INFO - 2016-06-21 09:45:58 --> Output Class Initialized INFO - 2016-06-21 09:45:58 --> Security Class Initialized DEBUG - 2016-06-21 09:45:58 --> Global POST, GET and COOKIE data sanitized INFO - 2016-06-21 09:45:58 --> Input Class Initialized INFO - 2016-06-21 09:45:58 --> Language Class Initialized INFO - 2016-06-21 09:45:58 --> Loader Class Initialized INFO - 2016-06-21 09:45:58 --> Database Driver Class Initialized INFO - 2016-06-21 09:45:58 --> Helper loaded: language_helper INFO - 2016-06-21 09:45:58 --> Helper loaded: tastyigniter_helper INFO - 2016-06-21 09:45:58 --> Helper loaded: url_helper INFO - 2016-06-21 09:45:58 --> Helper loaded: html_helper INFO - 2016-06-21 09:45:58 --> Helper loaded: form_helper INFO - 2016-06-21 09:45:58 --> Helper loaded: date_helper INFO - 2016-06-21 09:45:58 --> Helper loaded: template_helper INFO - 2016-06-21 09:45:58 --> Helper loaded: directory_helper INFO - 2016-06-21 09:45:58 --> Language file loaded: language/english/tastyigniter_lang.php INFO - 2016-06-21 09:45:58 --> Language file loaded: language/english/default_lang.php INFO - 2016-06-21 09:45:58 --> Form Validation Class Initialized INFO - 2016-06-21 09:45:58 --> Controller Class Initialized DEBUG - 2016-06-21 09:45:58 --> Setup MX_Controller Initialized INFO - 2016-06-21 09:45:58 --> Database Driver Class Initialized INFO - 2016-06-21 09:45:58 --> Base Controller Class Initialized INFO - 2016-06-21 09:45:58 --> Session: Class initialized using 'files' driver. DEBUG - 2016-06-21 09:45:58 --> Config file loaded: /home/bottegat/public_html/orders/system/tastyigniter/config/alert.php INFO - 2016-06-21 09:45:58 --> Setup_model Model Class Initialized DEBUG - 2016-06-21 09:45:58 --> File loaded: /home/bottegat/public_html/orders/setup/views/header.php DEBUG - 2016-06-21 09:45:58 --> File loaded: /home/bottegat/public_html/orders/setup/views/license.php DEBUG - 2016-06-21 09:45:58 --> File loaded: /home/bottegat/public_html/orders/setup/views/footer.php INFO - 2016-06-21 09:45:58 --> Final output sent to browser DEBUG - 2016-06-21 09:45:58 --> Total execution time: 0.0350
@smpoyigi: no, my file already had REQUEST_URI, and changing the line 29 with "index.php" was only messing around. @gaoj87: yes, your workaround let me complete the installation, but after that I can't access the website (it still redirect me to the setup). Changing line 39 with "admin" let me enter the dashboard and use the admin, but trying to visualiza the user website still redirect me to the admin... it seems that I can't have both, if I leave "main" the website is OK but no admin, if I change it with "admin" the opposite happens.
I'm using Apache, not nginx.
hah, edit /index.php , line 39 , $application_folder = 'setup' ,then try
I haven't solved the problem yet. Maybe you can try to modify the nginx vhost location , but this is just an idea.Bottega wrote @smpoyigi: no, my file already had REQUEST_URI, and changing the line 29 with "index.php" was only messing around. @gaoj87: yes, your workaround let me complete the installation, but after that I can't access the website (it still redirect me to the setup). Changing line 39 with "admin" let me enter the dashboard and use the admin, but trying to visualiza the user website still redirect me to the admin... it seems that I can't have both, if I leave "main" the website is OK but no admin, if I change it with "admin" the opposite happens.
@Bottega, my guess is right, the code suitable for use under apache, not nginx , because of " .htaccess" file under "/admin" directory , nginx need add rewrite rules in vhost config file . I'm not familiar with nginx's rewrite rules, I try failed . Expect you to succeed.
Hello, I had this same problem and then i switched the server from PHP 7.x to 5.6 and I was able to get past the license agreement (this was on 000webhost). I know that the current version of TI isn't meant to be run on recent versions of PHP. Hope that helps.
Hello, same issue here and nothing works to solve the problem. I'm working with nginx. Thank you and have a nice day :)
Found perfect solution 4 all just go to /setup/controllers/Setup.php and change
protected $setup_proceed = FALSE;
to
protected $setup_proceed = TRUE;
Remember when changing it you will accept the eula
- Edited
sm92mual I found the REAL solution tastyigniter do not work with php version 7=> but works beautifully with php 5.6
Agreed! Most issues with installing up v2 have come from PHP v7 and above.
sm92mual i also noticed it cant be installed under subfolder of webserver so if you would install it in root
v2 can be installed under a subfolder or the document root, when installing under a subfolder you'll need to update RewriteBase
value within the .htaccess file under the main, admin and setup folders.
There seem to be issues with adding posts to some old discussions so I'm locking this discussion. For anyone having issues with installing v2, feel free to start a new discussion