![]() |
#1
|
||||
|
||||
![]()
I have a strange problem where I'll get the following errors, but only in the ACP and nowhere else:
Quote:
__________________
|
#2
|
|||
|
|||
![]()
as much as i know it is problem related to template of admin panel if you don't mind can i have a look at your files that you changed
![]() |
#3
|
||||
|
||||
![]()
It's not the ACP template file, since I replaced it with a fresh, unedited one to see if that was the problem. It didn't fix a thing :/
PHP Code:
__________________
Last edited by Dinocanid; 09-25-2017 at 07:46 PM. |
#4
|
||||
|
||||
![]()
Did you recently upgrade your Wamp server or whatever development server you are using? Unless it's the one hosted here, maybe something was updated on the Mysidia server and it's breaking the code. Any upgrades in php or database server can cause issues like this. I recently installed Wamp on a new laptop, and the newest version of mysql that it uses now defaults to strict mode which broke some of my code.
|
#5
|
||||
|
||||
![]()
It's not on WAMPP (or XAMPP, since I have both), I have it on x10 host. I haven't upgraded anything, unless x10 does automatic upgrades for all servers.
__________________
|
#6
|
||||
|
||||
![]()
It took my a while to fix this, but i managed to figure it out. I had to go into class_mysidia and class_language and add "$this-root", since the x10 path fix had messed up some relative pathing.
I needed to do this in class_language for example: PHP Code:
__________________
|
#7
|
||||
|
||||
![]()
Could you post a more detailed version of what you did, Dinocanid? I seem to be having the same issue.
|
#8
|
||||
|
||||
![]() Quote:
PHP Code:
PHP Code:
PHP Code:
__________________
|
#9
|
||||
|
||||
![]()
Thanks! That seems to have fixed that particular problem. Unfortunately, now I'm getting
Quote:
![]() |
#10
|
||||
|
||||
![]()
Maybe try moving it out of a subfolder and into the root/public_html folder? (The whole script, not just that file)
I've never installed mysidia in a subfolder, so idk if that could be related or not.
__________________
|
![]() |
|
|
What's New? |
What's Hot? |
What's Popular? |