Viewing 6 replies - 1 through 6 (of 6 total)
  • steyr_commando

    (@steyr_commando)

    How long you wait while upload?

    If it’s take too long, try to increase download timeout.

    at /wp-admin/includes/file.php find

    $response = wp_remote_get($url, array(’timeout’ => 30)); and change 30 to any number you want.

    Thread Starter techlabco

    (@techlabco)

    ah…! Good point. Didn’t know I could modify that. Because it does time-out around 30/45 seconds. Hmmm. Let me try that and I will update.

    Thread Starter techlabco

    (@techlabco)

    Hey. Question. I am not an php guy but when i access my database via myPHP manager….I don’t see wp-admin
    here is what I see…am I looking at the wrong thing?
    * – information_schema (22)
    o Browse CHARACTER_SETS
    o Browse COLLATIONS
    o Browse COLLATION_CHARACTER_SET_APPLICABILITY
    o Browse COLUMNS
    o Browse COLUMN_PRIVILEGES
    o Browse INDEX_STATISTICS
    o Browse KEY_COLUMN_USAGE
    o Browse PROFILING
    o Browse ROUTINES
    o Browse SCHEMATA
    o Browse SCHEMA_PRIVILEGES
    o Browse STATISTICS
    o Browse TABLES
    o Browse TABLE_CONSTRAINTS
    o Browse TABLE_PRIVILEGES
    o Browse TABLE_STATISTICS
    o Browse TRIGGERS
    o Browse USER_PRIVILEGES
    o Browse VIEWS
    * – the1005911591273 (11)
    o Browse wp_commentmeta
    o Browse wp_comments
    o Browse wp_links
    o Browse wp_options
    o Browse wp_postmeta
    o Browse wp_posts
    o Browse wp_terms
    o Browse wp_term_relationships
    o Browse wp_term_taxonomy
    o Browse wp_usermeta
    o Browse wp_users

    steyr_commando

    (@steyr_commando)

    Edit wordpress file on your server, not database ??

    Don’t forget to backup it first.

    Thread Starter techlabco

    (@techlabco)

    Thanks! I can’t seem to open the file.php file. Looking for a php viewer?

    batrachoid

    (@batrachoid)

    Can you view other files? Are you in your file manager? Did you check the box and click on “view file”?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Trouble Uploading a Theme’ is closed to new replies.