Jump to content

[SOLVED] Im not seeing my module tap in the back office


Recommended Posts

my hosting provider is godaddy

this is what i have now memory_limit = 256M

 

file_uploads = On

memory_limit = 256M

max_execution_time = 1000;

max_input_time = -1;

post_max_size = 20M;

upload_max_filesize = 20M;

suhosin.get.max_vars = 10000;

suhosin.post.max_vars = 10000;

magic_quotes = Off;

register_globals = Off;

allow_url_include = Off;

 

THis is in my php.ini

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...