Levels not showing up on gdps #1138
-
I'm making a new gdps hosted on serv00.com, making an account works, login works, uploading levels work, leaving account comments work, etc. But uploaded levels are not showing up anywhere after they've been uploaded. Not on recent, directly from the create tab, or anywhere. The levels appear fine in the database. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
Game version 2.2074 btw |
Beta Was this translation helpful? Give feedback.
-
this likely sounds like an issue with your host - perhaps it might be trying to put ads into the page which gd wouldn't like? might be worth it to check the response directly with either wireshark or the gdintercept mod on geode |
Beta Was this translation helpful? Give feedback.
turn off warnings:
go to incl/lib/connection.php and add
error_reporting(0);
after<?php