Welcome Guest, Not a member yet? Register   Sign In
debugging "No Script access allowed"! weird
#11

(11-12-2020, 01:14 PM)InsiteFX Wrote: You can start by remarking them out one by one and then fix the errors for it when they popup.

Outside of that you will need to search all the projects files to find them.

so this means that can get the AdminPanel to run eventually even without the purchaseCode right?
Reply
#12

I would just go with CI 4 and install the Myth/Auth and Boilerplate, with these two your up and running.

Myth:Auth

Boilerplate

If you have any trouble I can help you with these I manually installed my setup.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#13

(This post was last modified: 11-12-2020, 10:37 PM by gelson.)

(11-12-2020, 03:59 PM)InsiteFX Wrote: I would just go with CI 4 and install the Myth/Auth and Boilerplate, with these two your up and running.

Myth:Auth

Boilerplate

If you have any trouble I can help you with these I manually installed my setup.


Just moved back from 4.4 to 3.1 CI and based on what you said earlier on "You can start by remarking them out one by one and then fix the errors for it when they popup." Sounded like its more time consuming rather then just sticking with CI 3.1(I could be wrong as this is my first encounter with both PHP and CI Framework). So you opinion is that i should upgrade back to CI 4.4 and work on the remarking the projects files one by one?

cause which ever way gets me pass the AdminPanel CI framework phase It will be good enough for me.
Reply
#14

No, if your project is in CI 3 then you need to stick with that.

What I was saying was that if you want to go to CI 4 then Myth/Auth and Boilerplate
will give you an Admin panel and user Authentication.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#15

(11-12-2020, 11:46 PM)InsiteFX Wrote: No, if your project is in CI 3 then you need to stick with that.

What I was saying was that if you want to go to CI 4 then Myth/Auth and Boilerplate
will give you an Admin panel and user Authentication.


managed to clear all the log errors, but now i am getting a "404 not found"(attachment) while in the "Login" page... Do you mind giving a quick look( can provide u my password as it quite difficult for me to identify the issue since there is no longer a log error?

Attached Files Thumbnail(s)
   
Reply
#16

Do not leave these in the files on a live server, take them out when you are finished.

index.php - at the top add these:

PHP Code:
ini_set('display_errors''1');
ini_set('display_startup_errors''1');
error_reporting(E_ALL); 

In the same place add this to the .htaccess file.

Code:
php_flag display_errors 1

That will allow you to see the errors. Remember to take those all out when finished.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#17

(This post was last modified: 11-14-2020, 05:39 AM by gelson.)

(11-13-2020, 01:02 PM)InsiteFX Wrote: Do not leave these in the files on a live server, take them out when you are finished.

index.php - at the top add these:

PHP Code:
ini_set('display_errors''1');
ini_set('display_startup_errors''1');
error_reporting(E_ALL); 

In the same place add this to the .htaccess file.

Code:
php_flag display_errors 1

That will allow you to see the errors. Remember to take those all out when finished.



Nice!!! I didn't know that... however where will i catch the error logs ? can i presume to be in the browser "Inspect" console? cause I didnt find any changes in the log files within the default directory of the project



This is what i get in the Inspect console from the chrome browser
"ERR_CONTENT_DECODING_FAILED"
Reply
#18

For logs you need to edit the CodeIgniter config file and turn it on in there.

If this was a project on your local host I could help you remotely but it's on
a live server.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#19

(This post was last modified: 11-14-2020, 04:24 PM by gelson.)

(11-14-2020, 12:09 PM)InsiteFX Wrote: For logs you need to edit the CodeIgniter config file and turn it on in there.

If this was a project on your local host I could help you remotely but it's on
a live server.


Mate i dont mind you giving a quick look on my live server to get some prognosis(via skype) on whether I should  resume with this discontinued project or not, because apparently it seemed to be comercialised on codecanyon and by the time it caught my eye on "Babiato Forums" it had already been removed from CodeCanyon, and with my lack of experience on PHP and CI I cant even tell whether Its worth spending this amount of time on it or not since all the authors are unreachable and already invested quite some time on the Android JAVA(more familiar territory) side of the project.

this project got discontinued and I cant even get an answer as to why from "codeCanyon" and the so called "email: [email protected]", getting an expert opinion on a matter you yourself are not confident is everything to me at least ill know that there will be a light on the end of the tunnel.

tried skyping you but there was no response
Reply
#20

I'll get on Skype at 8:00 am EST in the morning tomorrow.

I' m on the east coast so you may need to convert the time to yours.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB