This topic is locked

Pagination (.js) issues after upload via FTP

10/1/2014 11:04:17 AM
PHPRunner General questions
I
ISelb author

Hi -
My PHPR 7.0 (build 19901) project works great on localhost:8086.
After I Upload via FTP to my hosting server, problems occur.
In particular, this line is appearing in the <project>.php file.

<script type="text/javascript" src="include/lang/.js"></script>


I have tried uploading all files, only changed files, and all files from output directory, but to no avail. The include statement from above is occuring after FTP upload. It particularly wreaks havoc on pagination links.
Project language is set to English, Regional settings English (United States)
Any insights anyone?

I
ISelb author 10/1/2014

Additional information:

Both the localhost and the remote server are accessing the same database.

I
ISelb author 10/6/2014

I could sure use some help on this one.
Why would the include statement just erase the file name?
On localhost, the line is:

<script type="text/javascript" src="include/lang/English.js"></script>


On remote server the line is:

<script type="text/javascript" src="include/lang/.js"></script></script>


Doesn't seem to matter is I upload all files, upload only changed files or upload all files in output directory.
Any help/insight/ideas are most certainly appreciated.

Sergey Kornilov admin 10/6/2014

You need to contact support directly. I don't think anyone can help here without having access to your project file.