Hello, I have a script that updates OpenCart's database with products selected from other database. When I run the script( some time ago worked perfectly ) is looks like it is loading but after 40-50 seconds OpenCart says "The page was not found". I tought the problem was with the Execution Time Limit and put set_time_limit(600) at the top of my script => same problem. I have also created a .htaccess file and set it there( with the proper syntax ) but it still doesn't work. Thanks.
first set to default time.. than change time 30 . if same msg came increase time . still same msg there than you should check path .... acc to me may have given wrong path...
"Page not found" should NOT be related to execution time limit failing... I would think that would be something else gone awry.