Jump to content
  • 0

[FluxCP] Warning: set_time_limit() has been disabled for security reasons


darking123

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

this is my error

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home/midgardr/public_html/cp/index.php on line 74

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/midgardr/public_html/cp/index.php:74) in /home/midgardr/public_html/cp/index.php on line 139

Warning: Cannot modify header information - headers already sent by (output started at /home/midgardr/public_html/cp/index.php:74) in /home/midgardr/public_html/cp/lib/Flux/Template.php on line 781

i am using windows vps

Edited by glemor123
Link to comment
Share on other sites

Recommended Posts


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

http://auroraro.site90.net/flux/?module=server&action=info

Message: MySQL error (SQLSTATE: 42S22, ERROR: 1054): Unknown column 'login.level' in 'where clause'

You are using FluxCP for eAthena (when the column was named `login`.`level`)

In rAthena, the column is named `login`.`group`

https://github.com/missxantara/fluxcp-rA

https://github.com/calciumkid/fluxcp-renewal

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

i download it.. but check

http://auroraro.site90.net/fluxra/

why when i search www.auroraro.site90.net/fluxra its automatically open the main site www.auroraro.site90.net but my baseurl is correct..

'/fluxra' => '', // The base URI is the base web root on which your application lies.

ow.. i forgot.. this is a fluxcp integ. by. rahuldev.. please help..

coz i saw this http://auroraro.site90.net/fluxra/

this is a normal flux cp ryt? i need a integ. by rahul thanks.,.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  11/09/12
  • Last Seen:  

Problems:

  • The page is loads instantly without the installer appearing (sql tables installation)
  • the warning: set_time_limit() has been disabled for security reasons.

Please, kindly help me. /help

Edit:

SOLVED

Edited by Rhaven
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  188
  • Reputation:   16
  • Joined:  06/12/12
  • Last Seen:  

don't use free hosting....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  11/09/12
  • Last Seen:  

It's working now but I noticed that it doesn't load all of the content. Like, some of the images and the css are not correct. I don't know why?

more to this... the warning: set_time_limit() is still there.

Edited by Rhaven
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  410
  • Reputation:   29
  • Joined:  04/04/12
  • Last Seen:  

set_time_limit() can only be enabled by your web host. If it's disabled, it's going to stay disabled.

Don't use free hosting, or ask your web host to enable it.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  11/09/12
  • Last Seen:  

I've recoded the index.php and disable the line for set_time_limit so it's working now.

The only problem I'm facing right now is that the installer page is not showing when I first run the site. So when I created an account or login there was an error regarding sql tables.

Any ideas?

P.S

I'm using free webhosting right now to test how to run the site perfectly. When its all done, I will upload this to paid hosting.

Thanks.

bump!

Edited by Rhaven
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  30
  • Reputation:   1
  • Joined:  01/26/13
  • Last Seen:  

Warning: set_time_limit() has been disabled for security reasons in /home/u142644818/public_html/calciumkid/index.php on line 73

Edited by Brian
*merged topics
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  254
  • Topics Per Day:  0.06
  • Content Count:  825
  • Reputation:   3
  • Joined:  11/14/11
  • Last Seen:  

omg.. so i need to buy webhost? damn hahhaha... sporsor me pls..hahaha

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   1
  • Joined:  10/24/12
  • Last Seen:  

try this =) on your index.php

 

 

    // Set time limit.
    set_time_limit((int)Flux::config('ScriptTimeLimit'));
 
to
 
    // Set time limit.
    // set_time_limit((int)Flux::config('ScriptTimeLimit'));

 

it works for me

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...